-fixed up about tool-tip

-ui tweaks to manage users screen
This commit is contained in:
mkonecny 2011-02-11 11:56:14 -05:00
parent 5468db39e8
commit 14ee1f553e
5 changed files with 36 additions and 10 deletions

View file

@ -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');

View file

@ -7,18 +7,18 @@
<div id="users_wrapper" class="dataTables_wrapper">
<div class="button-holder">
<button type="button" id="add_user_button" name=
"search_add_group" class="ui-button ui-widget ui-state-default ui-button-text-icon-primary">
<span class="ui-button-text">Add user</span></button>
<button type="button" id="add_user_button" name="search_add_group" class="ui-button ui-widget ui-state-default ui-button-text-icon-primary"><span class="ui-button-text">New user</span></button>
</div>
<table cellspacing="0" cellpadding="0" style="" id="users_datatable" class="datatable">
<thead>
<tr>
<th>id</th>
<th>Name</th>
<th>Username</th>
<th>Firstname</th>
<th>Lastname</th>
<th>Role</th>
<th>Delete</th>
<th>&nbsp;</th>
</tr>
</thead>
<tbody></tbody>