Changeset 93672 in spip-zone
- Timestamp:
- Dec 13, 2015, 10:50:26 PM (5 years ago)
- Location:
- _plugins_/commandes/trunk
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/commandes/trunk/facture.html
r88036 r93672 1 [(#AUTORISER{voir_facture,commande,#ID_COMMANDE}|sinon_interdire_acces)] 1 [(#ENV{id_commande}|oui) 2 [(#AUTORISER{voir_facture,commande,#ID_COMMANDE}|sinon_interdire_acces)] 3 #INCLURE{fond=inclure/facture,env} 4 ] 2 5 3 [(#INCLURE{fond=inclure/facture,env})] 6 [(#ENV{id_facture}|oui) 7 #INCLURE{fond=#EVAL{_DIR_PLUGIN_FACTURES}/facture,env} 8 ] -
_plugins_/commandes/trunk/paquet.xml
r93552 r93672 2 2 prefix="commandes" 3 3 categorie="divers" 4 version="1. 6.19"4 version="1.7.0" 5 5 etat="test" 6 6 compatibilite="[3.0.5;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.