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

Diff of /trunk/obj/action.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3 by fraynaud, Thu Feb 10 20:46:18 2011 UTC revision 1571 by nhaye, Thu Mar 28 12:22:00 2013 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id$  /**
3  //gen openMairie le 10/02/2011 20:15   * Ce fichier contient la déclaration de la classe "action".
4  require_once ("../gen/obj/action.class.php");   *
5     * @package openfoncier
6     * @version SVN : $Id$
7     */
8    
9    //
10    require_once "../gen/obj/action.class.php";
11    
12    /**
13     *
14     *
15     */
16  class action extends action_gen {  class action extends action_gen {
17    
18  function action($id,&$db,$debug) {      function action($id, &$db, $debug) {
19          $this->constructeur($id,$db,$debug);          $this->constructeur($id, $db, $debug);
20  }// fin constructeur      }
21    
22  function setTaille(&$form, $maj) {      /**
23      parent::setTaille($form, $maj);       *
24      $form->setTaille('action',20);       */
25      $form->setTaille('libelle',60);      function formSpecificContent($maj) {
26  }          /**
27             * Affichage des champs qu'il est possible d'utiliser dans les règles
28             */
29            // Archives du dossier
30            echo "<h4>"._("Valeurs du dossier avant l'evenement")."</h4>";
31            echo "[archive_etat] [archive_delai] [archive_accord_tacite] [archive_avis]";
32            echo "<br/>";
33            echo "[archive_date_depot] [archive_date_dernier_depot] [archive_date_complet] [archive_date_rejet]
34            [archive_date_limite] [archive_date_notification_delai]
35            [archive_date_decision] [archive_date_validite]
36            [archive_date_achevement] [archive_date_conformite]
37            [archive_date_chantier]";
38            // Champs de l'événement
39            echo "<h4>"._("Parametres de l'evenement")."</h4>";
40            echo "[etat] [delai] [accord_tacite] [avis_decision] [delai_notification] [date_evenement]";
41        }
42    
 function setMax(&$form, $maj) {  
     parent::setMax($form, $maj);  
     $form->setMax('action',20);  
     $form->setMax('libelle',60);  
43  }  }
44    
   
   
 }// fin classe  
 ?>  
45    ?>

Legend:
Removed from v.3  
changed lines
  Added in v.1571

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26