X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fvalidations%2Fpaiements.inc.php;h=074c690cc27a70d22fd9cf7b9a6279384eaa1bfb;hb=34cfa5f470d5b6e1c1606f2784d63c83671db811;hp=4bb591b89f7020c34f81c4ac5707059fae750887;hpb=a3a049fc80d3707bcc76903ab89f73974c470c0c;p=platal.git diff --git a/include/validations/paiements.inc.php b/include/validations/paiements.inc.php index 4bb591b..074c690 100644 --- a/include/validations/paiements.inc.php +++ b/include/validations/paiements.inc.php @@ -69,7 +69,7 @@ class PayReq extends Validate // }}} // {{{ function same_event() - function same_event($evt, $asso_id) + static function same_event($evt, $asso_id) { $wevt = 's:3:"evt";s:'.strlen($evt+"").':"'.$evt.'"'; $wassoid = 's:7:"asso_id";s:'.strlen($asso_id + "").':"'.$asso_id.'"'; @@ -94,6 +94,28 @@ class PayReq extends Validate { return 'include/form.valid.paiements.tpl'; } // }}} + // {{{ function editor() + + function editor() + { + return 'include/form.valid.edit-paiements.tpl'; + } + + // }}} + // {{{ function handle_editor() + + function handle_editor() + { + $this->titre = Env::v('pay_titre'); + $this->site = Env::v('pay_site'); + $this->montant = Env::i('pay_montant'); + $this->montant_min = Env::i('pay_montant_min'); + $this->montant_max = Env::i('pay_montant_max'); + $this->msg_reponse = Env::v('pay_msg_reponse'); + return true; + } + + // }}} // {{{ function _mail_subj function _mail_subj()