diff options
| author | spiderr <spider@viovio.com> | 2013-04-24 13:28:14 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-24 13:28:14 -0400 |
| commit | f0498f2120d16861976678bbfb8cfeaa8f5f72bd (patch) | |
| tree | d54a6cde446f6e90ac8033d23665ae95d8306870 /templates/my_roles_list.tpl | |
| parent | 4701fa4c65314fd270c1e7747fc5e31e5b9bde1f (diff) | |
| download | users-f0498f2120d16861976678bbfb8cfeaa8f5f72bd.tar.gz users-f0498f2120d16861976678bbfb8cfeaa8f5f72bd.tar.bz2 users-f0498f2120d16861976678bbfb8cfeaa8f5f72bd.zip | |
fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to all table.data tags
Diffstat (limited to 'templates/my_roles_list.tpl')
| -rw-r--r-- | templates/my_roles_list.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/my_roles_list.tpl b/templates/my_roles_list.tpl index cca8fe2..abc8980 100644 --- a/templates/my_roles_list.tpl +++ b/templates/my_roles_list.tpl @@ -9,7 +9,7 @@ {jstabs} {jstab title="My System Roles"} - <table class="data"> + <table class="table data"> <tr> <th>{tr}My Roles{/tr}</th> <th>{tr}Description{/tr}</th> @@ -37,7 +37,7 @@ {if $canAddPublic} <br /> - <table class="data"> + <table class="table data"> <tr> <th>{tr}Public Roles{/tr}</th> <th>{tr}Description{/tr}</th> @@ -61,7 +61,7 @@ {jstab title="My User Roles"} <a href="{$smarty.const.USERS_PKG_URL}my_roles.php?action=create">{tr}Add new role{/tr}</a> - <table class="data"> + <table class="table data"> <tr> <th> <a href="{$smarty.const.USERS_PKG_URL}my_roles.php?offset={$offset}&sort_mode={if $sort_mode eq 'role_name_desc'}role_name_asc{else}role_name_desc{/if}">{tr}Name{/tr}</a>, & |
