Changeset 94656 in spip-zone
- Timestamp:
- Jan 18, 2016, 5:53:23 PM (5 years ago)
- Location:
- _plugins_/titre_de_logo/trunk/formulaires
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/titre_de_logo/trunk/formulaires/configurer_titre_logo.html
r83530 r94656 18 18 li_class='long_label', 19 19 defaut='spip_articles'})] 20 21 [(#SAISIE{selection, inserer_barre, 22 label=<:titre_logo:label_inserer_barre:>, 23 explication=<:titre_logo:explication_inserer_barre:>, 24 datas=#ARRAY{edition,<:titre_logo:barre_edition:>,forum,<:titre_logo:barre_forum:>}, 25 defaut='edition'})] 20 21 22 [(#REM) Pas de barre typo dans petits formulaires 23 [(#SAISIE{selection, inserer_barre, 24 label=<:titre_logo:label_inserer_barre:>, 25 explication=<:titre_logo:explication_inserer_barre:>, 26 datas=#ARRAY{edition,<:titre_logo:barre_edition:>,forum,<:titre_logo:barre_forum:>}, 27 defaut='edition'})] 28 ] 26 29 27 30 </ul> -
_plugins_/titre_de_logo/trunk/formulaires/editer_titre_logo.html
r92277 r94656 1 <div class='formulaire_spip formulaire_editer formulaire_editer_titre_logo formulaire_editer_titre_logo_#ENV{objet}'> 2 [<h3 class="titrem">(#ENV{_options}|table_valeur{titre})</h3>] 1 <div class=' formulaire_editer_titre_logo formulaire_editer_titre_logo_#ENV{objet}'> 3 2 [<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>] 4 3 [<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>] … … 8 7 <ul class="editer-groupe"> 9 8 [(#SET{inserer_barre,[(#CONFIG{titre_logo/inserer_barre}|sinon{'edition'})]})] 9 [(#REM) Pas de barre dans un formulaire étroit ] 10 [(#SET{inserer_barre,0})] 10 11 11 12 [(#SAISIE{input,titre_logo, -
_plugins_/titre_de_logo/trunk/formulaires/editer_titre_logo.php
r92277 r94656 98 98 if ($update_sql) { 99 99 $res['message_ok'] = _T('info_modification_enregistree'); 100 $res['redirect'] = $retour;100 $res['redirect'] = "index.php?exec=$objet&$_id_objet=$id_objet"; 101 101 } else { 102 102 $res['message_erreur'] = _T('avis_erreur');
Note: See TracChangeset
for help on using the changeset viewer.