Changeset 65633 in spip-zone
- Timestamp:
- Sep 6, 2012, 5:57:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/formidable/trunk/prive/objets/liste/formulaires.html
r65632 r65633 14 14 <th class="titre" scope='col'>[(#TRI{titre,<:formidable:editer_titre:>,ajax})]</th> 15 15 <th class="identifiant" scope='col'>[(#TRI{identifiant,<:formidable:editer_identifiant:>,ajax})]</th> 16 <th ></th>16 <th class="action" scope='col'></th> 17 17 </tr> 18 18 </thead> … … 23 23 <td class="titre"><a href="[(#ID_FORMULAIRE|generer_url_entite{formulaire})]">#TITRE</a></td> 24 24 <td class="identifiant">#IDENTIFIANT</td> 25 <td class="action s">25 <td class="action"> 26 26 [(#AUTORISER{editer, formulaire}|oui) 27 27 [(#BOUTON_ACTION{[(#CHEMIN_IMAGE{formulaire-dupliquer-24.png} 28 28 |balise_img{<:formidable:formulaires_dupliquer:>})], 29 #URL_ACTION_AUTEUR{dupliquer_formulaire, #ID_FORMULAIRE} })]29 #URL_ACTION_AUTEUR{dupliquer_formulaire, #ID_FORMULAIRE},link})] 30 30 ] 31 31 [(#AUTORISER{editer, formulaire, #ID_FORMULAIRE}|oui) 32 32 [(#BOUTON_ACTION{[(#CHEMIN_IMAGE{formulaire-supprimer-24.png} 33 33 |balise_img{<:formidable:formulaires_supprimer:>})], 34 #URL_ACTION_AUTEUR{supprimer_formulaire, #ID_FORMULAIRE}, '',<:formidable:formulaires_supprimer_confirmation:>})]34 #URL_ACTION_AUTEUR{supprimer_formulaire, #ID_FORMULAIRE},link,<:formidable:formulaires_supprimer_confirmation:>})] 35 35 ] 36 36 </td>
Note: See TracChangeset
for help on using the changeset viewer.