/[openfoncier]/trunk/app/affichage_reglementaire_attestation.php
ViewVC logotype

Diff of /trunk/app/affichage_reglementaire_attestation.php

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

revision 859 by vpihour, Wed Nov 28 16:17:06 2012 UTC revision 1052 by vpihour, Wed Dec 12 17:04:53 2012 UTC
# Line 6  Line 6 
6      require_once "../obj/utils.class.php";      require_once "../obj/utils.class.php";
7      $f = new utils(NULL,      $f = new utils(NULL,
8          "attestation_affichage",          "attestation_affichage",
9          _("Attestation d'affichage"),          _("Recherche d'attestation d'affichage d'un dossier"),
10          "ico_edition.png",          "ico_edition.png",
11          "attestation_affichage");          "attestation_affichage");
12      $f->addHTMLHeadJs(array("../js/script.js"));      $f->addHTMLHeadJs(array("../js/script.js"));
# Line 108  Line 108 
108                      //                      //
109                      $form->setLib("dossier", _("No de dossier")." :");                      $form->setLib("dossier", _("No de dossier")." :");
110                      $form->setType("dossier", "text");                      $form->setType("dossier", "text");
111                      $form->setTaille("dossier", 10);                      $form->setTaille("dossier", 25);
112                      $form->setMax("dossier", 10);                      $form->setMax("dossier", 25);
113                      //                      //
114                      $form->entete();                      $form->entete();
115                      $form->afficher($champs, $validation, false, false);                      $form->afficher($champs, $validation, false, false);

Legend:
Removed from v.859  
changed lines
  Added in v.1052

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26