Unpaid invoice usability hint and invoice page style fix - SAAS-1134
This commit is contained in:
parent
885f47c20e
commit
f79ca8650f
6 changed files with 75 additions and 26 deletions
|
@ -187,7 +187,7 @@ class Application_Form_BillingClient extends Zend_Form
|
|||
$passwordVerify->addValidator('Identical', false, array('token' => 'password2'));
|
||||
$passwordVerify->addValidator($notEmptyValidator);
|
||||
$this->addElement($passwordVerify);
|
||||
|
||||
|
||||
$this->addElement('hash', 'csrf_client', array(
|
||||
'salt' => 'unique'
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue