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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1549 - (show annotations)
Thu Mar 21 18:17:06 2013 UTC (11 years, 10 months ago) by fmichon
File size: 1198 byte(s)
Mise en cohérence des écrans autour du workflow et nettoyage

1 <?php
2 /**
3 * Ce fichier contient la déclaration de la classe "action".
4 *
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 {
17
18 function action($id, &$db, $debug) {
19 $this->constructeur($id, $db, $debug);
20 }
21
22 /**
23 *
24 */
25 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_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
43 }
44
45 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26