Changeset 49036 in spip-zone
- Timestamp:
- Jun 24, 2011, 3:53:35 PM (10 years ago)
- Location:
- _plugins_/produits
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/produits/action/instituer_produit.php
r45643 r49036 4 4 if (!defined('_ECRIRE_INC_VERSION')) return; 5 5 6 // exemple #URL_ACTION_AUTEUR{instituer_produit, #ID_PRODUIT-prop, #SELF} 6 7 function action_instituer_produit_dist($arg=null) { 7 8 if (is_null($arg)){ -
_plugins_/produits/formulaires/editer_produit.php
r46366 r49036 42 42 ), 43 43 'verifier' => array( 44 'type' => 'decimal', 45 'options' => array( 46 'min' => 0 47 ) 44 'type' => 'decimal' 48 45 ) 49 46 ),
Note: See TracChangeset
for help on using the changeset viewer.