| | |
| | | <fieldset class="inlineLabels"><legend>Language Export</legend> |
| | | <div class="ctrlHolder"> |
| | | <label for="lng_select">{tmpl_var name='language_select_txt'}</label> |
| | | <select name="language" id="lng_select" class="selectInput withicons"> |
| | | <select name="lng_select" id="lng_select" class="selectInput withicons"> |
| | | {tmpl_var name='language_option'} |
| | | </select> |
| | | </div> |
| | |
| | | |
| | | } |
| | | |
| | | function submitForm(formname,target) { |
| | | function submitForm(formname,target) { |
| | | var submitFormObj = jQuery.ajax({ type: "POST", |
| | | url: target, |
| | | data: jQuery('#'+formname).serialize(), |