Minor tweaks to some frontend text.
This commit is contained in:
parent
6a39e4f5f5
commit
0d0b8e380b
|
@ -81,7 +81,7 @@ class Application_Form_AddUser extends Zend_Form
|
||||||
$submit = new Zend_Form_Element_Submit('submit');
|
$submit = new Zend_Form_Element_Submit('submit');
|
||||||
$submit->setAttrib('class', 'ui-button ui-state-default right-floated');
|
$submit->setAttrib('class', 'ui-button ui-state-default right-floated');
|
||||||
$submit->setIgnore(true);
|
$submit->setIgnore(true);
|
||||||
$submit->setLabel('submit');
|
$submit->setLabel('Submit');
|
||||||
$this->addElement($submit);
|
$this->addElement($submit);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
<div class=
|
<div class=
|
||||||
"ui-widget ui-widget-content block-shadow clearfix padded-strong user-management">
|
"ui-widget ui-widget-content block-shadow clearfix padded-strong user-management">
|
||||||
<h2>
|
<h2>
|
||||||
Manage users
|
Manage Users
|
||||||
</h2>
|
</h2>
|
||||||
<div class="user-list-wrapper">
|
<div class="user-list-wrapper">
|
||||||
<div id="users_wrapper" class="dataTables_wrapper">
|
<div id="users_wrapper" class="dataTables_wrapper">
|
||||||
|
|
||||||
<div class="button-holder">
|
<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">New 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>
|
</div>
|
||||||
|
|
||||||
<table cellspacing="0" cellpadding="0" style="" id="users_datatable" class="datatable">
|
<table cellspacing="0" cellpadding="0" style="" id="users_datatable" class="datatable">
|
||||||
|
@ -15,8 +15,8 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th>id</th>
|
<th>id</th>
|
||||||
<th>Username</th>
|
<th>Username</th>
|
||||||
<th>Firstname</th>
|
<th>First Name</th>
|
||||||
<th>Lastname</th>
|
<th>Last Name</th>
|
||||||
<th>Role</th>
|
<th>Role</th>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue