diff options
| author | spiderr <spider@viovio.com> | 2013-04-24 13:25:33 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-24 13:25:33 -0400 |
| commit | 0a810b7fb346fae024d953fb7d8b977baa3af15e (patch) | |
| tree | 7a0803f76f76c4d759a73cff2c8ea252f9605dd7 /templates/import_languages.tpl | |
| parent | fb334c12cb642f6d2a4460c4a821a94ccc3bd4b9 (diff) | |
| download | languages-0a810b7fb346fae024d953fb7d8b977baa3af15e.tar.gz languages-0a810b7fb346fae024d953fb7d8b977baa3af15e.tar.bz2 languages-0a810b7fb346fae024d953fb7d8b977baa3af15e.zip | |
fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to all table.data tags
Diffstat (limited to 'templates/import_languages.tpl')
| -rw-r--r-- | templates/import_languages.tpl | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/templates/import_languages.tpl b/templates/import_languages.tpl index a70cac5..b34006f 100644 --- a/templates/import_languages.tpl +++ b/templates/import_languages.tpl @@ -81,22 +81,20 @@ {if $gBitSystem->isFeatureActive( 'i18n_track_translation_usage' )} <div class="control-group"> - {formlabel label="All translations" for="all_trans"} - {forminput} - <input type="checkbox" name="all_trans" id="all_trans" checked="checked" value="y" /> + <label class="checkbox"> + <input type="checkbox" name="all_trans" id="all_trans" checked="checked" value="y" />All translations {formhelp note="This will export all strings of the chosen language for all versions of bitweaver. It is generally a good idea to export these."} - {/forminput} + </label> </div> {else} <input type="hidden" name="all_trans" value="y" /> {/if} <div class="control-group"> - {formlabel label="Include Empty" for="include_empty"} - {forminput} - <input type="checkbox" name="include_empty" id="include_empty" value="y" /> + <label class="checkbox"> + <input type="checkbox" name="include_empty" id="include_empty" value="y" />Include Empty {formhelp note="This will include empty translation strings as well. This is generally not needed."} - {/forminput} + </label> </div> <div class="control-group"> |
