Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 381 → Rev 382

/trunk/papyrus/applications/admin_menu/bibliotheque/adme_menu_commun.fonct.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: adme_menu_commun.fonct.php,v 1.15 2005-05-26 15:39:14 jpm Exp $
// CVS : $Id: adme_menu_commun.fonct.php,v 1.16 2005-05-26 16:13:08 jpm Exp $
/**
* Application de gestion des menus communs
*
37,7 → 37,7
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
*@author Laurent COUDOUNEAU <lc@gsite.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.15 $ $Date: 2005-05-26 15:39:14 $
*@version $Revision: 1.16 $ $Date: 2005-05-26 16:13:08 $
// +------------------------------------------------------------------------------------------------------+
*/
 
530,9 → 530,9
$form->addElement('textarea', $id, $label, $aso_attributs);
$id = 'gm_editeur';
$aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'rows' => 2, 'cols' => 45);
$aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'size' => 45, 'maxlength' => 65000);
$label = '<label for="'.$id.'">'.ADME_LG_FORM_MENU_EDITEUR.'</label>';
$form->addElement('textarea', $id, $label, $aso_attributs);
$form->addElement('text', $id, $label, $aso_attributs);
$id = 'gm_date_creation';
$aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'size' => 19, 'maxlength' => 19);