diff options
| author | spiderr <spider@viovio.com> | 2013-04-24 13:26:46 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-24 13:26:46 -0400 |
| commit | 84dda91fef466225c5a58698f8d48162ed413004 (patch) | |
| tree | 2e3f5ee513d850b96067995914954761fc716f07 /templates | |
| parent | f32604349401d33713a2ba143f61b10cb2b7a652 (diff) | |
| download | rss-84dda91fef466225c5a58698f8d48162ed413004.tar.gz rss-84dda91fef466225c5a58698f8d48162ed413004.tar.bz2 rss-84dda91fef466225c5a58698f8d48162ed413004.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_rssmodules.tpl | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/templates/admin_rssmodules.tpl b/templates/admin_rssmodules.tpl index 67495c1..a1bd695 100644 --- a/templates/admin_rssmodules.tpl +++ b/templates/admin_rssmodules.tpl @@ -67,19 +67,17 @@ </div> <div class="control-group"> - {formlabel label="Show Feed Title" for="show-title"} - {forminput} - <input type="checkbox" name="show_title" id="show-title" {if $show_title eq 'y'}checked="checked"{/if} /> + <label class="checkbox"> + <input type="checkbox" name="show_title" id="show-title" {if $show_title eq 'y'}checked="checked"{/if} />Show Feed Title {formhelp note="Might not work as expected."} - {/forminput} + </label> </div> <div class="control-group"> - {formlabel label="Publication Time" for="pub-date"} - {forminput} - <input type="checkbox" name="show_pub_date" id="pub-date" {if $show_pub_date eq 'y'}checked="checked"{/if} /> + <label class="checkbox"> + <input type="checkbox" name="show_pub_date" id="pub-date" {if $show_pub_date eq 'y'}checked="checked"{/if} />Publication Time {formhelp note="Show the time at which the feed was published."} - {/forminput} + </label> </div> <div class="control-group submit"> @@ -89,7 +87,7 @@ {minifind} - <table class="data"> + <table class="table data"> <caption>{tr}RSS Modules{/tr}</caption> <tr> <th>{smartlink ititle="ID" isort=rss_id offset=$offset}</th> |
