summaryrefslogtreecommitdiff
path: root/templates/import_languages.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-24 13:25:33 -0400
committerspiderr <spider@viovio.com>2013-04-24 13:25:33 -0400
commit0a810b7fb346fae024d953fb7d8b977baa3af15e (patch)
tree7a0803f76f76c4d759a73cff2c8ea252f9605dd7 /templates/import_languages.tpl
parentfb334c12cb642f6d2a4460c4a821a94ccc3bd4b9 (diff)
downloadlanguages-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.tpl14
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">