Merge branch 'whmcs-login' into cc-5709-airtime-analyzer-buy-now
This commit is contained in:
commit
497841225b
12 changed files with 336 additions and 16 deletions
|
@ -95,9 +95,9 @@ class Application_Form_AddUser extends Zend_Form
|
|||
"G" => _("Guest"),
|
||||
"H" => _("DJ"),
|
||||
"P" => _("Program Manager"),
|
||||
"A" => _("Admin")
|
||||
"A" => _("Admin"),
|
||||
));
|
||||
$select->setRequired(true);
|
||||
$select->setRequired(false);
|
||||
$this->addElement($select);
|
||||
|
||||
$saveBtn = new Zend_Form_Element_Button('save_user');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue