Déplacement du code postal dans l'affichage d'une fiche de souscription.
authorOlivier Tétard <olivier.tetard@miskin.fr>
Tue, 23 Apr 2013 17:08:10 +0000 (19:08 +0200)
committerOlivier Tétard <olivier.tetard@miskin.fr>
Tue, 23 Apr 2013 17:08:10 +0000 (19:08 +0200)
prive/objets/contenu/souscription.html

index 1c722c7..7706a5e 100644 (file)
        <span dir="#LANG_DIR" class="#EDIT{prenom} prenom">(#PRENOM)</span>
 </div>]
 
-[<div class="champ contenu_code_postal[ (#CODE_POSTAL*|strlen|?{'',vide})]">
-       <label><:souscription:label_code_postal:> : </label>
-       <span dir="#LANG_DIR" class="#EDIT{code_postal} code_postal">(#CODE_POSTAL)</span>
-</div>]
-
 [<div class="champ contenu_adresse[ (#ADRESSE*|strlen|?{'',vide})]">
        <label><:souscription:label_adresse:> : </label>
        <span dir="#LANG_DIR" class="#EDIT{adresse} adresse">(#ADRESSE)</span>
 </div>]
 
+[<div class="champ contenu_code_postal[ (#CODE_POSTAL*|strlen|?{'',vide})]">
+       <label><:souscription:label_code_postal:> : </label>
+       <span dir="#LANG_DIR" class="#EDIT{code_postal} code_postal">(#CODE_POSTAL)</span>
+</div>]
+
 [<div class="champ contenu_ville[ (#VILLE*|strlen|?{'',vide})]">
        <label><:souscription:label_ville:> : </label>
        <span dir="#LANG_DIR" class="#EDIT{ville} ville">(#VILLE)</span>