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

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

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

revision 1074 by vpihour, Mon Dec 17 10:39:52 2012 UTC revision 1075 by vpihour, Mon Dec 17 15:15:45 2012 UTC
# Line 735  class demande extends demande_gen { Line 735  class demande extends demande_gen {
735                  // Bouton d'ajout du pétitionnaire principal                  // Bouton d'ajout du pétitionnaire principal
736                  // L'ID DE L'INPUT SUIVANT EST NECESSAIRE AU BON FONCTIONNEMENT DU JS                  // L'ID DE L'INPUT SUIVANT EST NECESSAIRE AU BON FONCTIONNEMENT DU JS
737                  echo "<span id=\"add_petitionnaire_principal\"                  echo "<span id=\"add_petitionnaire_principal\"
738                      class=\"om-form-button add-16\"/>".                      class=\"om-form-button add-16\">".
739                      _("Saisir le petitionnaire principal").                      _("Saisir le petitionnaire principal").
740                  "</span>";                  "</span>";
741              }              }
# Line 743  class demande extends demande_gen { Line 743  class demande extends demande_gen {
743              // L'ID DU DIV ET DE L'INPUT SUIVANT EST NECESSAIRE AU BON FONCTIONNEMENT DU JS              // L'ID DU DIV ET DE L'INPUT SUIVANT EST NECESSAIRE AU BON FONCTIONNEMENT DU JS
744              echo "<div id=\"delegataire\">";              echo "<div id=\"delegataire\">";
745              if ($maj < 2 OR ($maj == 3 AND !empty($this->valIdDemandeur["delegataire"]))) {              if ($maj < 2 OR ($maj == 3 AND !empty($this->valIdDemandeur["delegataire"]))) {
746                  echo " <span class=\"om-icon om-icon-16 om-icon-fix arrow-right-16\">></span> ";                  echo " <span class=\"om-icon om-icon-16 om-icon-fix arrow-right-16\"></span> ";
747              }              }
748              // Affichage de la synthèse              // Affichage de la synthèse
749              if (isset ($this->valIdDemandeur["delegataire"]) AND              if (isset ($this->valIdDemandeur["delegataire"]) AND
# Line 762  class demande extends demande_gen { Line 762  class demande extends demande_gen {
762              }              }
763              if($maj < 2) {              if($maj < 2) {
764                  echo "<span id=\"add_delegataire\"                  echo "<span id=\"add_delegataire\"
765                          class=\"om-form-button add-16\"/>".                          class=\"om-form-button add-16\">".
766                          _("Saisir le delegataire").                          _("Saisir le delegataire").
767                      "</span>";                      "</span>";
768              }              }
# Line 796  class demande extends demande_gen { Line 796  class demande extends demande_gen {
796              if ($maj < 2) {              if ($maj < 2) {
797                  // L'ID DE L'INPUT SUIVANT EST NECESSAIRE AU BON FONCTIONNEMENT DU JS                  // L'ID DE L'INPUT SUIVANT EST NECESSAIRE AU BON FONCTIONNEMENT DU JS
798                  echo "<span id=\"add_petitionnaire\"                  echo "<span id=\"add_petitionnaire\"
799                          class=\"om-form-button add-16\"/>".                          class=\"om-form-button add-16\">".
800                          _("Ajouter un petitionnaire")                          _("Ajouter un petitionnaire")
801                      ."</span>";                      ."</span>";
802              }              }

Legend:
Removed from v.1074  
changed lines
  Added in v.1075

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26