440 |
$this->valF['instruction_recepisse'] = $instruction->valF['instruction']; |
$this->valF['instruction_recepisse'] = $instruction->valF['instruction']; |
441 |
$this -> addToMessage("<br/><a |
$this -> addToMessage("<br/><a |
442 |
class='lien' |
class='lien' |
443 |
href='../pdf/pdflettretype.php?obj=".$lettretype."&idx=".$this->valF['dossier_instruction']."'> |
href='../pdf/pdflettretype.php?obj=".$lettretype."&idx=".$this->valF['dossier_instruction']."' |
444 |
|
target='_blank'> |
445 |
<span |
<span |
446 |
class=\"om-icon om-icon-16 om-icon-fix pdf-16\" |
class=\"om-icon om-icon-16 om-icon-fix pdf-16\" |
447 |
title=\""._("Telecharger le recepisse de la demande")."\">". |
title=\""._("Telecharger le recepisse de la demande")."\">". |
736 |
// Bouton d'ajout du pétitionnaire principal |
// Bouton d'ajout du pétitionnaire principal |
737 |
// 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 |
738 |
echo "<span id=\"add_petitionnaire_principal\" |
echo "<span id=\"add_petitionnaire_principal\" |
739 |
class=\"om-form-button add-16\"/>". |
class=\"om-form-button add-16\">". |
740 |
_("Saisir le petitionnaire principal"). |
_("Saisir le petitionnaire principal"). |
741 |
"</span>"; |
"</span>"; |
742 |
} |
} |
744 |
// 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 |
745 |
echo "<div id=\"delegataire\">"; |
echo "<div id=\"delegataire\">"; |
746 |
if ($maj < 2 OR ($maj == 3 AND !empty($this->valIdDemandeur["delegataire"]))) { |
if ($maj < 2 OR ($maj == 3 AND !empty($this->valIdDemandeur["delegataire"]))) { |
747 |
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> "; |
748 |
} |
} |
749 |
// Affichage de la synthèse |
// Affichage de la synthèse |
750 |
if (isset ($this->valIdDemandeur["delegataire"]) AND |
if (isset ($this->valIdDemandeur["delegataire"]) AND |
763 |
} |
} |
764 |
if($maj < 2) { |
if($maj < 2) { |
765 |
echo "<span id=\"add_delegataire\" |
echo "<span id=\"add_delegataire\" |
766 |
class=\"om-form-button add-16\"/>". |
class=\"om-form-button add-16\">". |
767 |
_("Saisir le delegataire"). |
_("Saisir le delegataire"). |
768 |
"</span>"; |
"</span>"; |
769 |
} |
} |
797 |
if ($maj < 2) { |
if ($maj < 2) { |
798 |
// 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 |
799 |
echo "<span id=\"add_petitionnaire\" |
echo "<span id=\"add_petitionnaire\" |
800 |
class=\"om-form-button add-16\"/>". |
class=\"om-form-button add-16\">". |
801 |
_("Ajouter un petitionnaire") |
_("Ajouter un petitionnaire") |
802 |
."</span>"; |
."</span>"; |
803 |
} |
} |