Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 924 → Rev 925

/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.30 2006-07-19 13:57:35 ddelon Exp $
// CVS : $Id: adsi_site.fonct.php,v 1.31 2006-09-12 09:54:02 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.30 $ $Date: 2006-07-19 13:57:35 $
*@version $Revision: 1.31 $ $Date: 2006-09-12 09:54:02 $
// +------------------------------------------------------------------------------------------------------+
*/
 
473,15 → 473,19
$aso_options[$ligne->gsa_id_auth] = $ligne->gsa_nom.' ('.$type.')';
}
$resultat->free();
$id = 'gs_ce_auth';
$aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++);
$label = '<label for="'.$id.'">'.'Identification : '.'</label>';
$s = &$form->createElement('select', $id , $label, "", $aso_attributs);
if (isset($aso_valeurs['gs_ce_auth'])) {
$s = &$form->createElement('select', $id , $label, "", $aso_attributs);
$s->loadArray($aso_options,$aso_valeurs['gs_ce_auth']);
$form->addElement($s);
}
else {
$form->addElement('select', $id, $label, $aso_options, $aso_attributs);
}
// En modification nous affichons la liste des squelettes disponibles dans
// le dossier du site.
1792,6 → 1796,9
// +- Fin du code source --------------------------------------------------------------------------------+
/*
* $Log: not supported by cvs2svn $
* Revision 1.30 2006/07/19 13:57:35 ddelon
* Bug suppression de site
*
* Revision 1.29 2006/03/23 20:24:58 ddelon
* *** empty log message ***
*