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/edit_storage_list.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/edit_storage_list.tpl')
| -rw-r--r-- | templates/edit_storage_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_storage_list.tpl b/templates/edit_storage_list.tpl index 9132e27..0880483 100644 --- a/templates/edit_storage_list.tpl +++ b/templates/edit_storage_list.tpl @@ -5,7 +5,7 @@ {/if} {if $gContent->mStorage} <div class="control-group"> - <table class="data" summary="List of attached files"> + <table class="table data" summary="List of attached files"> <tr> <th scope="col" class="width29p" title="{tr}Thumbnail{/tr}">{tr}Thumbnail{/tr}</th> <th scope="col" class="width40p" title="{tr}Inclusion Code{/tr}">{tr}Inclusion Code{/tr}</th> |
