summaryrefslogtreecommitdiff
path: root/templates/my_group_edit.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-24 13:28:14 -0400
committerspiderr <spider@viovio.com>2013-04-24 13:28:14 -0400
commitf0498f2120d16861976678bbfb8cfeaa8f5f72bd (patch)
treed54a6cde446f6e90ac8033d23665ae95d8306870 /templates/my_group_edit.tpl
parent4701fa4c65314fd270c1e7747fc5e31e5b9bde1f (diff)
downloadusers-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_group_edit.tpl')
-rw-r--r--templates/my_group_edit.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/my_group_edit.tpl b/templates/my_group_edit.tpl
index e00a387..331b7e1 100644
--- a/templates/my_group_edit.tpl
+++ b/templates/my_group_edit.tpl
@@ -108,7 +108,7 @@
{if $groupInfo.perms}
{jstab title="Permissions"}
{form legend="Permissions currently assigned to `$groupInfo.group_name`"}
- <table class="data">
+ <table class="table data">
<tr>
<th>{tr}Permission{/tr}</th>
<th>{tr}Description{/tr}</th>
@@ -147,7 +147,7 @@
</div>
<div class="control-group">
- <table class="data">
+ <table class="table data">
<tr>
<th>&nbsp;</th>
<th>{smartlink ititle="Name" isort=perm_name group_id=$groupInfo.group_id offset=$offset package=$package}</th>