diff options
| author | spiderr <spider@viovio.com> | 2013-04-24 13:27:58 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-24 13:27:58 -0400 |
| commit | f9098f330b5989a1af0dc19ff3dcd935a6a674cf (patch) | |
| tree | b053c4e0ed07c870d66fc36b627bc3c2676d63f6 /templates/admin_layout.tpl | |
| parent | 388f330097c5cea12ea679150671a99224abbfbd (diff) | |
| download | themes-f9098f330b5989a1af0dc19ff3dcd935a6a674cf.tar.gz themes-f9098f330b5989a1af0dc19ff3dcd935a6a674cf.tar.bz2 themes-f9098f330b5989a1af0dc19ff3dcd935a6a674cf.zip | |
fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to all table.data tags
Diffstat (limited to 'templates/admin_layout.tpl')
| -rw-r--r-- | templates/admin_layout.tpl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/admin_layout.tpl b/templates/admin_layout.tpl index 6290f1b..cd1f3ec 100644 --- a/templates/admin_layout.tpl +++ b/templates/admin_layout.tpl @@ -230,11 +230,10 @@ </div> <div class="control-group"> - {formlabel label="Add to all Layouts" for="add_to_all"} - {forminput} - <input type="checkbox" value="y" id="add_to_all" name="fAssign[add_to_all]" /> + <label class="checkbox"> + <input type="checkbox" value="y" id="add_to_all" name="fAssign[add_to_all]" />Add to all Layouts {formhelp note="If you check this, the module will be added to all custom layouts."} - {/forminput} + </label> </div> <div class="control-group submit"> |
