Skip to content
Snippets Groups Projects
Commit a480f222 authored by gloas's avatar gloas
Browse files

Skin: déplacement sur le form de modification du nom de panier lorsqu'on clic...

Skin: déplacement sur le form de modification du nom de panier lorsqu'on clic sur modifier nom du panier
parent bffef2e3
Branches
Tags
No related merge requests found
......@@ -51,10 +51,10 @@ if($this->panier_courant) {
$this->openBoite($this->panier_courant->getLibelle()."<small>".$msg."</small>");
// Formulaire modif du libelle
print('<div style="display:none" id="maj_titre">');
print('<div style="display:none" id="maj_titre" name="maj_titre">');
print('<form method="post" action="'.$this->url(['action' => 'majtitrepanier', 'id_panier' => $this->panier_courant->getId()]).'">'.$this->_('Nouveau titre').'<input type="text" size="40" maxlength="40" id="new_libelle" name="new_libelle" value="'.htmlspecialchars($this->panier_courant->getLibelle()).'">');
print('&nbsp;&nbsp;<input name="button" type="submit" class="submit" value=""/></form><br></div>');
print('<a href="#" onclick="document.getElementById(\'maj_titre\').style.display=\'block\';">&raquo;&nbsp;'.$this->_('Modifier le titre du panier').'</a>');
print('<a href="#maj_titre" onclick="document.getElementById(\'maj_titre\').style.display=\'block\';">&raquo;&nbsp;'.$this->_('Modifier le titre du panier').'</a>');
if($nombre_notices > 0) {
echo '&nbsp;&nbsp;&raquo;&nbsp;'.$this->_('Exporter ce panier: ');
echo '<a href="'.$this->url(['action' => 'export-unimarc', 'id_panier' => $this->panier_courant->getId()]).'">Unimarc</a>';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment