diff options
| author | spiderr <spider@viovio.com> | 2013-04-24 13:25:37 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-24 13:25:37 -0400 |
| commit | df47546bab13b012e69f0bf58b755c76414081aa (patch) | |
| tree | 83dc78e217007d4158e4eaba280bb7ede28ee7bd /templates/center_list_generic.tpl | |
| parent | b8f73f0b99052ca6e67480f927dd01772b3f1e43 (diff) | |
| download | liberty-df47546bab13b012e69f0bf58b755c76414081aa.tar.gz liberty-df47546bab13b012e69f0bf58b755c76414081aa.tar.bz2 liberty-df47546bab13b012e69f0bf58b755c76414081aa.zip | |
fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to all table.data tags
Diffstat (limited to 'templates/center_list_generic.tpl')
| -rw-r--r-- | templates/center_list_generic.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/center_list_generic.tpl b/templates/center_list_generic.tpl index 8a37cf8..bad4f98 100644 --- a/templates/center_list_generic.tpl +++ b/templates/center_list_generic.tpl @@ -34,7 +34,7 @@ <div class="clear"></div> - <table class="data"> + <table class="table data"> <caption>{tr}{if $contentType}{$contentType}s{else}Content{/if} Listing{/tr} <span class="total">[ {$listInfo.total_records} ]</span></caption> <tr> {counter name=cols start=-1 print=false} |
