Changeset 43378 in spip-zone
- Timestamp:
- Jan 7, 2011, 6:23:01 PM (10 years ago)
- Location:
- _plugins_/traduction_articles_autrement
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/traduction_articles_autrement/fonds/cfg_taa.html
r42872 r43378 4 4 <!-- refus=<:cfg:refus_configuration_webmestre:> --> 5 5 6 #CACHE{0} 7 8 <form method="post" action="#SELF"><div>[(#ENV{_cfg_}|form_hidden)]</div> 9 10 <fieldset><legend><:taa:options:></legend> 11 12 <div> 13 14 <label for="edition_seule"><:taa:affichage_liste_compacte:> : </label> 15 16 <p> 17 [(#PLUGIN{afficher_objets}|?{ 18 <input type="checkbox" name="liste_compacte" id="liste_compacte" [(#ENV{liste_compacte}|oui) checked="checked"] />, 19 <b><:taa:necesite_afficher_objet:> <a href="http://files.spip.org/spip-zone/afficher_objets.zip">Afficher Objets</a> !</b> 20 })] 21 22 </p> 23 24 <label for="edition_seule"><:taa:affichage_edition_seule:> : </label> 25 <p> 26 <input type="checkbox" name="edition_seule" id="edition_seule" [(#ENV{edition_seule}|oui) checked="checked"] /> 27 </p> 28 6 <div class='ajax'> 7 #FORMULAIRE_CONFIGURER_TAA 29 8 </div> 30 9 31 </fieldset>32 33 <div>34 <input type="submit" name="_cfg_ok" class="fondo" value="<:cfg:ok:>" />35 <input type="submit" name="_cfg_delete" class="fondo" value="<:cfg:effacer:>" />36 </div>37 </form>38 -
_plugins_/traduction_articles_autrement/plugin.xml
r43180 r43378 2 2 <nom><multi>[fr]Traduction d'articles autrement[en]Article translations differently[es]Traducción de artículos repensada[de]Artikel Übersetzung mal Anders</multi></nom> 3 3 <auteur>[Rainer Müller->http://www.mychacra.net]</auteur> 4 <version>0.1. 7</version>4 <version>0.1.8</version> 5 5 <etat>test</etat> 6 6 <description>
Note: See TracChangeset
for help on using the changeset viewer.