Subversion Repositories Applications.papyrus

Rev

Rev 425 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 425 Rev 446
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: cartographie.admin.php,v 1.1 2005-07-21 18:24:38 florian Exp $
22
// CVS : $Id: cartographie.admin.php,v 1.2 2005-09-22 13:30:49 florian Exp $
23
/**
23
/**
24
* 
24
* 
25
*@package bazar
25
*@package bazar
26
//Auteur original :
26
//Auteur original :
27
*@author        Florian Schmitt <florian@ecole-et-nature.org>
27
*@author        Florian Schmitt <florian@ecole-et-nature.org>
28
//Autres auteurs :
28
//Autres auteurs :
29
*@copyright     Tela-Botanica 2000-2004
29
*@copyright     Tela-Botanica 2000-2004
30
*@version       $Revision: 1.1 $ $Date: 2005-07-21 18:24:38 $
30
*@version       $Revision: 1.2 $ $Date: 2005-09-22 13:30:49 $
31
// +------------------------------------------------------------------------------------------------------+
31
// +------------------------------------------------------------------------------------------------------+
32
*/
32
*/
33
// +------------------------------------------------------------------------------------------------------+
33
// +------------------------------------------------------------------------------------------------------+
34
// |                                            ENT?E du PROGRAMME                                       |
34
// |                                            ENT?E du PROGRAMME                                       |
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
Line 122... Line 122...
122
		 
122
		 
Line 123... Line 123...
123
	}
123
	}
124
        
124
        
125
        $liste_bouton_debut = '<ul class="liste_bouton">'."\n";
125
        $liste_bouton_debut = '<ul class="liste_bouton">'."\n";
126
        $form->addElement('html', $liste_bouton_debut);
126
        $form->addElement('html', $liste_bouton_debut);
127
        $form->addElement('submit', 'afficheur_enregistrer', INS_SAUVER);
127
        $form->addElement('submit', 'afficheur_enregistrer_quitter', INS_ENREGISTRER_ET_QUITTER);
128
        $form->addElement('submit', 'afficheur_annuler', INS_ANNULER);
128
        $form->addElement('submit', 'afficheur_annuler', INS_ANNULER);
129
        $liste_bouton_fin = '</ul>'."\n";
129
        $liste_bouton_fin = '</ul>'."\n";