/[openfoncier]/trunk/obj/parametre.class.php
ViewVC logotype

Contents of /trunk/obj/parametre.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 170 - (show annotations)
Tue Oct 4 15:54:36 2011 UTC (13 years, 4 months ago) by fraynaud
File size: 490 byte(s)
saisie de parametre et stats/dossier


1 <?php
2 //$Id$
3 //gen openMairie le 04/10/2011 17:45
4 require_once ("../gen/obj/parametre.class.php");
5
6 class parametre extends parametre_gen {
7
8 function parametre($id,&$db,$debug) {
9 $this->constructeur($id,$db,$debug);
10 }// fin constructeur
11
12 function setType(&$form,$maj) {
13 parent :: setType($form,$maj);
14 if ($maj < 2) { //ajouter et modifier
15 $form->setType('sitadel', 'checkbox');
16 $form->setType('actif', 'checkbox');
17 }
18 }
19
20
21 }// fin classe
22 ?>

Properties

Name Value
svn:executable *

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26