renamed links

This commit is contained in:
Rudi Grinberg 2012-11-13 15:10:07 -05:00 committed by denise
parent e0b19cc2d1
commit 15741bdfa9
57 changed files with 140 additions and 140 deletions

View file

@ -1,6 +1,6 @@
<div class="ui-widget ui-widget-content block-shadow clearfix padded-strong user-management">
<h2>Manage Users</h2>
<h2><? echo _("Manage Users") ?></h2>
<div class="user-list-wrapper">
<div id="users_wrapper" class="dataTables_wrapper">
@ -14,8 +14,8 @@
<table cellspacing="0" cellpadding="0" style="" id="users_datatable" class="datatable">
<thead>
<tr>
<th>id</th>
<th>Username</th>
<th><? echo _("id") ?></th>
<th><? echo _("Username") ?></th>
<th>First&nbsp;Name</th>
<th>Last&nbsp;Name</th>
<th>User&nbsp;Type</th>

View file

@ -1 +1 @@
<br /><br /><center>View script for controller <b>User</b> and script/action name <b>getHosts</b></center>
<br /><br /><center>View script for controller <b><? echo _("User") ?></b> and script/action name <b>getHosts</b></center>

View file

@ -1 +1 @@
<br /><br /><center>View script for controller <b>User</b> and script/action name <b>getUserDataTableInfo</b></center>
<br /><br /><center>View script for controller <b><? echo _("User") ?></b> and script/action name <b>getUserDataTableInfo</b></center>

View file

@ -1 +1 @@
<br /><br /><center>View script for controller <b>User</b> and script/action name <b>index</b></center>
<br /><br /><center>View script for controller <b><? echo _("User") ?></b> and script/action name <b>index</b></center>