-fixed up about tool-tip
-ui tweaks to manage users screen
This commit is contained in:
parent
5468db39e8
commit
14ee1f553e
5 changed files with 36 additions and 10 deletions
|
@ -12,7 +12,7 @@ class Application_Form_AddUser extends Zend_Form
|
|||
* */
|
||||
|
||||
$hidden = new Zend_Form_Element_Hidden('user_id');
|
||||
$hidden->setAttrib('style', 'display: none;');
|
||||
$hidden->setDecorators(array('ViewHelper'));
|
||||
$this->addElement($hidden);
|
||||
|
||||
$login = new Zend_Form_Element_Text('login');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue