mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix upload page
This commit is contained in:
@@ -26,7 +26,6 @@ function filize($x)
|
||||
return '*.' . $x;
|
||||
}
|
||||
|
||||
|
||||
User_Adapter::updateClientInfos(8);
|
||||
|
||||
phrasea::headers();
|
||||
@@ -183,10 +182,8 @@ if (count($avBases) == 0)
|
||||
var language = {
|
||||
'ok':'<?php echo str_replace("'", "\'", _('boutton::valider')) ?>',
|
||||
'annuler':'<?php echo str_replace("'", "\'", _('boutton::annuler')) ?>',
|
||||
'pleaseselect':'<?php echo str_replace("'", "\'",
|
||||
_('Selectionner une action')) ?>',
|
||||
'norecordselected':'<?php echo str_replace("'", "\'",
|
||||
_('Aucune enregistrement selectionne')) ?>',
|
||||
'pleaseselect':'<?php echo str_replace("'", "\'", _('Selectionner une action')) ?>',
|
||||
'norecordselected':'<?php echo str_replace("'", "\'", _('Aucune enregistrement selectionne')) ?>',
|
||||
'transfert_active':'<?php echo str_replace("'", "\'", _('Transfert en court, vous devez attendre la fin du transfert')) ?>',
|
||||
'queue_not_empty' : '<?php echo str_replace("'", "\'", _('File d\'attente n\'est pas vide, souhaitez vous supprimer ces elements ?')) ?>'
|
||||
};
|
||||
@@ -332,7 +329,11 @@ if (count($avBases) == 0)
|
||||
}
|
||||
|
||||
$twig = new supertwig();
|
||||
$twig->display('common/menubar.twig', array('module' => 'upload'));
|
||||
$twig->display('common/menubar.twig'
|
||||
, array(
|
||||
'module' => 'upload'
|
||||
, 'events' => eventsmanager_broker::getInstance($appbox)
|
||||
));
|
||||
?>
|
||||
<div id="content">
|
||||
<div class="tabs">
|
||||
|
Reference in New Issue
Block a user