diff options
| author | spiderr <spider@viovio.com> | 2013-04-24 13:24:51 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-24 13:24:51 -0400 |
| commit | 961f5fd735037e16a73a0df4f7f8f0a6ec8bfd52 (patch) | |
| tree | 852f9f9fef519a853e4ede3def40f74967026c82 /templates | |
| parent | ba3e086d7692e7c9318273bbed698535624faf73 (diff) | |
| download | boards-961f5fd735037e16a73a0df4f7f8f0a6ec8bfd52.tar.gz boards-961f5fd735037e16a73a0df4f7f8f0a6ec8bfd52.tar.bz2 boards-961f5fd735037e16a73a0df4f7f8f0a6ec8bfd52.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/board_assign.tpl | 2 | ||||
| -rw-r--r-- | templates/list_topics.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/board_assign.tpl b/templates/board_assign.tpl index 5bf3384..8fc9b07 100644 --- a/templates/board_assign.tpl +++ b/templates/board_assign.tpl @@ -62,7 +62,7 @@ {formfeedback warning="Integrity Check Failed"} {/if} - <table class="data"> + <table class="table data"> <caption>{tr}Assigned Content{/tr}</caption> <tr> <th style="width:15%;">{tr}Content Type{/tr}</th> diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl index 55239b0..df76cab 100644 --- a/templates/list_topics.tpl +++ b/templates/list_topics.tpl @@ -48,7 +48,7 @@ <input type="hidden" name="offset" value="{$control.offset|escape}" /> <input type="hidden" name="sort_mode" value="{$control.sort_mode|escape}" /> - <table class="data"> + <table class="table data"> {if !$gBitSystem->isFeatureActive('boards_thread_verbrose')} <tr> <th style="width:5%;"> </th> |
