Changeset 120874 in spip-zone
- Timestamp:
- Jan 29, 2020, 11:54:58 AM (13 months ago)
- Location:
- _plugins_/trad-lang/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/trad-lang/trunk
- Property subgit:lock:eb2b4da35e54a540c32e0bcbc48ca420cd4e8955 deleted
-
Property
subgit:lock:73d892204385f27a451d3794a35f657e0c139dc1
set to
2020-01-29T18:00:31.522
-
_plugins_/trad-lang/trunk/controleurs/str_statut.html
r120867 r120874 25 25 <label for="statut_#ID_TRADLANG"><:tradlang:label_tradlang_status:></label> 26 26 <div class="choix"> 27 <input type="radio" class="radio crayon_active" name="#ENV{name_statut}" value="OK"[(#STATUT|=={OK}|oui)checked="checked"] id="statut #ID_TRADLANG_ok" /> <label for="statut#ID_TRADLANG_ok"><:tradlang:str_status_traduit:></label>27 <input type="radio" class="radio crayon_active" name="#ENV{name_statut}" value="OK"[(#STATUT|=={OK}|oui)checked="checked"] id="statut[(#ID_TRADLANG)]_ok" /> <label for="statut[(#ID_TRADLANG)]_ok"><:tradlang:str_status_traduit:></label> 28 28 </div> 29 29 <div class="choix"> 30 <input type="radio" class="radio crayon_active" name="#ENV{name_statut}" value="MODIF"[(#STATUT|=={MODIF}|oui)checked="checked"] id="statut #ID_TRADLANG_modif" /> <label for="statut#ID_TRADLANG_modif"><:tradlang:str_status_modif:></label>30 <input type="radio" class="radio crayon_active" name="#ENV{name_statut}" value="MODIF"[(#STATUT|=={MODIF}|oui)checked="checked"] id="statut[(#ID_TRADLANG)]_modif" /> <label for="statut[(#ID_TRADLANG)]_modif"><:tradlang:str_status_modif:></label> 31 31 </div> 32 32 <div class="choix"> 33 <input type="radio" class="radio crayon_active" name="#ENV{name_statut}" value="RELIRE"[(#STATUT|=={RELIRE}|oui)checked="checked"] id="statut #ID_TRADLANG_relire" /> <label for="statut#ID_TRADLANG_relire"><:tradlang:str_status_relire:></label>33 <input type="radio" class="radio crayon_active" name="#ENV{name_statut}" value="RELIRE"[(#STATUT|=={RELIRE}|oui)checked="checked"] id="statut[(#ID_TRADLANG)]_relire" /> <label for="statut[(#ID_TRADLANG)]_relire"><:tradlang:str_status_relire:></label> 34 34 </div> 35 35 <div class="choix"> 36 <input type="radio" class="radio crayon_active" name="#ENV{name_statut}" value="NEW"[(#STATUT|=={NEW}|oui)checked="checked"] id="statut #ID_TRADLANG_new" /> <label for="statut#ID_TRADLANG_new"><:tradlang:str_status_new:></label>36 <input type="radio" class="radio crayon_active" name="#ENV{name_statut}" value="NEW"[(#STATUT|=={NEW}|oui)checked="checked"] id="statut[(#ID_TRADLANG)]_new" /> <label for="statut[(#ID_TRADLANG)]_new"><:tradlang:str_status_new:></label> 37 37 </div> 38 38 </div>
Note: See TracChangeset
for help on using the changeset viewer.