Changeset 109616 in spip-zone
- Timestamp:
- Mar 19, 2018, 9:00:57 PM (3 years ago)
- Location:
- _plugins_/profils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/profils/trunk/formulaires/editer_profil.php
r108989 r109616 205 205 'conteneur_class' => 'pleine_largeur', 206 206 'caption' => _T('profil:champ_config_coordonnees_organisation_caption'), 207 'afficher_si' => '@config[activer_ coordonnees_organisation]@ == "on"',207 'afficher_si' => '@config[activer_organisation]@ == "on" && @config[activer_coordonnees_organisation]@ == "on"', 208 208 ), 209 209 ); … … 244 244 'nom' => 'config[activer_groupe_contact]', 245 245 'label' => _T('profil:champ_config_activer_groupe_contact_label'), 246 'explica iton' => _T('profil:champ_config_activer_groupe_explication'),246 'explication' => _T('profil:champ_config_activer_groupe_explication'), 247 247 'afficher_si' => '@config[activer_contact]@ == "on"', 248 248 ), … … 280 280 'conteneur_class' => 'pleine_largeur', 281 281 'caption' => _T('profil:champ_config_coordonnees_contact_caption'), 282 'afficher_si' => '@config[activer_co ordonnees_contact]@ == "on"',282 'afficher_si' => '@config[activer_contact]@ == "on" && @config[activer_coordonnees_contact]@ == "on"', 283 283 ), 284 284 ); -
_plugins_/profils/trunk/paquet.xml
r109056 r109616 4 4 version="1.0.0" 5 5 schema="1.0.0" 6 etat=" dev"6 etat="test" 7 7 compatibilite="[3.2.0;3.2.*]" 8 8 logo="profils.png"
Note: See TracChangeset
for help on using the changeset viewer.