Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 782 → Rev 783

/trunk/papyrus/applications/admin_site/bibliotheque/adsi_site.fonct.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: adsi_site.fonct.php,v 1.27 2006-03-15 23:35:25 ddelon Exp $
// CVS : $Id: adsi_site.fonct.php,v 1.28 2006-03-15 23:44:19 ddelon Exp $
/**
* Bibliothèque de fonctions d'admininistration des projets
*
34,7 → 34,7
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
*@author Laurent COUDOUNEAU <lc@gsite.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.27 $ $Date: 2006-03-15 23:35:25 $
*@version $Revision: 1.28 $ $Date: 2006-03-15 23:44:19 $
// +------------------------------------------------------------------------------------------------------+
*/
 
477,8 → 477,10
$aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++);
$label = '<label for="'.$id.'">'.'Identification : '.'</label>';
$s = &$form->createElement('select', $id , $label, "", $aso_attributs);
$s->loadArray($aso_options,$aso_valeurs['gs_ce_auth']);
$form->addElement($s);
if (isset($aso_valeurs['gs_ce_auth'])) {
$s->loadArray($aso_options,$aso_valeurs['gs_ce_auth']);
$form->addElement($s);
}
// En modification nous affichons la liste des squelettes disponibles dans
1780,6 → 1782,9
// +- Fin du code source --------------------------------------------------------------------------------+
/*
* $Log: not supported by cvs2svn $
* Revision 1.27 2006/03/15 23:35:25 ddelon
* Gestion site
*
* Revision 1.26 2006/03/02 10:49:49 ddelon
* Fusion branche multilinguisme dans branche principale
*