diff options
| author | lsces <lester@lsces.co.uk> | 2014-05-31 23:33:21 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-05-31 23:33:21 +0100 |
| commit | 8e809c7324c08aadc702e324fbcf12515984c62c (patch) | |
| tree | b45b02b39292bf36426bc2abdf7c18b4ce03ee48 /templates/import_languages.tpl | |
| parent | e2e8cca5ac4084d60e6f19612b530e8a4e54c910 (diff) | |
| download | languages-8e809c7324c08aadc702e324fbcf12515984c62c.tar.gz languages-8e809c7324c08aadc702e324fbcf12515984c62c.tar.bz2 languages-8e809c7324c08aadc702e324fbcf12515984c62c.zip | |
Modify templates for ink frameworkINK_Port
Diffstat (limited to 'templates/import_languages.tpl')
| -rw-r--r-- | templates/import_languages.tpl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/import_languages.tpl b/templates/import_languages.tpl index 8929629..5969ea6 100644 --- a/templates/import_languages.tpl +++ b/templates/import_languages.tpl @@ -12,7 +12,7 @@ {jstabs} {jstab title="Import Languages"} {form legend="Import languages" enctype="multipart/form-data"} - <div class="control-group"> + <div class="control-group column-group gutters"> {formlabel label="Select the languages to Import"} {forminput} {formhelp note="Languages that are checked below will be imported from the language string files in the bitweaver distribution. If you have your own language file, please choose it below."} @@ -28,7 +28,7 @@ {/forminput} </div> - <div class="control-group"> + <div class="control-group column-group gutters"> {formlabel label="Upload Language File"} {forminput} {formhelp note="Choose a language file to upload..."} @@ -44,7 +44,7 @@ {/forminput} </div> - <div class="control-group"> + <div class="control-group column-group gutters"> {formlabel label="Options"} {forminput} <label><input type="radio" name="overwrite" value="n" /> @@ -59,7 +59,7 @@ </div> <div class="control-group submit"> - <input type="submit" class="btn btn-default" name="import" value="{tr}Import{/tr}" /> + <input type="submit" class="ink-button" name="import" value="{tr}Import{/tr}" /> </div> {/form} {/jstab} @@ -67,7 +67,7 @@ {if $expLanguages} {jstab title="Export Languages"} {form legend="Export language"} - <div class="control-group"> + <div class="control-group column-group gutters"> {formlabel label="Language to export" for="exp_lang"} {forminput} <select name="export_lang_code" id="export_lang_code"> @@ -80,7 +80,7 @@ </div> {if $gBitSystem->isFeatureActive( 'i18n_track_translation_usage' )} - <div class="control-group"> + <div class="control-group column-group gutters"> <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."} @@ -90,14 +90,14 @@ <input type="hidden" name="all_trans" value="y" /> {/if} - <div class="control-group"> + <div class="control-group column-group gutters"> <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."} </label> </div> - <div class="control-group"> + <div class="control-group column-group gutters"> {formlabel label="Destination" for="is_disabled"} {forminput} <label><input type="radio" name="target" value="temp" /> {tr}Save to temporary file{/tr}</label><br /> @@ -108,7 +108,7 @@ </div> <div class="control-group submit"> - <input type="submit" class="btn btn-default" name="export" value="{tr}Export{/tr}" /> + <input type="submit" class="ink-button" name="export" value="{tr}Export{/tr}" /> </div> {/form} {/jstab} |
