diff options
| author | spiderr <spider@viovio.com> | 2013-04-24 13:26:36 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-24 13:26:36 -0400 |
| commit | d1d16bb3af6be46c6c38f0cba608e3f84f024d1e (patch) | |
| tree | e05a32f309a4093ecaf81000fda9e39c0221024d /templates | |
| parent | feb824313ab6374e36cc4786c386ea95664e8c0f (diff) | |
| download | quota-d1d16bb3af6be46c6c38f0cba608e3f84f024d1e.tar.gz quota-d1d16bb3af6be46c6c38f0cba608e3f84f024d1e.tar.bz2 quota-d1d16bb3af6be46c6c38f0cba608e3f84f024d1e.zip | |
fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to all table.data tags
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_quota.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_quota.tpl b/templates/admin_quota.tpl index 9e54db6..fc20233 100644 --- a/templates/admin_quota.tpl +++ b/templates/admin_quota.tpl @@ -26,7 +26,7 @@ {/form} <a href="{$smarty.server.SCRIPT_NAME}?page=quota&newquota=1">{tr}Create New Quota{/tr}</a> - <table class="data"> + <table class="table data"> <caption>{tr}Defined Quotas{/tr}</caption> <tr> <th>{tr}Quota{/tr}</th> |
