mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
Fix Download Client
This commit is contained in:
@@ -586,7 +586,7 @@ if ($cssfile)
|
||||
<!--<iframe style="display:none;" id="download" name="download"></iframe>-->
|
||||
<form style="display:none;" action="./index.php" target="_self" id="mainForm">
|
||||
</form>
|
||||
<div id="dialog_dwnl" title="<?php echo _('action : exporter') ?>" style="display:none;z-index:8000;"></div>
|
||||
<div id="dialog_dwnl" title="<?php echo _('action : exporter') ?>" style="display:none;z-index12000;"></div>
|
||||
<form name="formChu" id="formChu" action="./baskets.php" method="post" style="visibility:hidden; display:none" >
|
||||
<input type="hidden" name="bas" id="formChubas" value="">
|
||||
<input type="hidden" name="act" id="formChuact" value="">
|
||||
|
@@ -820,36 +820,6 @@ function evt_dwnl(lst)
|
||||
|
||||
}
|
||||
|
||||
|
||||
//function evt_dwnl(lst){
|
||||
// var top;
|
||||
// var left;
|
||||
//
|
||||
// var url = "" +
|
||||
// "/include/multiexports.php" +
|
||||
// "?" +
|
||||
// "&callclient=1";
|
||||
//
|
||||
//
|
||||
// $('#MODALDL').attr('src',url);
|
||||
//
|
||||
//
|
||||
// var t = (bodySize.y - 400) / 2;
|
||||
// var l = (bodySize.x - 550) / 2;
|
||||
//
|
||||
// $('#MODALDL').css({
|
||||
// 'display': 'block',
|
||||
// 'opacity': 0,
|
||||
// 'width': '550px',
|
||||
// 'position': 'absolute',
|
||||
// 'top': t,
|
||||
// 'left': l,
|
||||
// 'height': '400px'
|
||||
// }).fadeTo(500, 1);
|
||||
//
|
||||
// showOverlay(2);
|
||||
//}
|
||||
|
||||
function profil(value)
|
||||
{
|
||||
var top;
|
||||
|
Reference in New Issue
Block a user