-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanguage_complete.htm
More file actions
26 lines (21 loc) · 1.16 KB
/
language_complete.htm
File metadata and controls
26 lines (21 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<h2><tmpl_var name="list_head_txt"></h2>
<div class="panel panel_language_complete">
<tmpl_if name="msg">
<div class="box box_msg"><tmpl_var name="msg"></div>
</tmpl_if>
<tmpl_if name="error">
<div class="box box_error"><tmpl_var name="error"></div>
</tmpl_if>
<div class="pnl_formsarea">
<fieldset id="wf_area_language_complete"><legend>Language Complete</legend>
<span class="wf_oneField">
<label for="lng_select" class="wf_preField">{tmpl_var name='language_select_txt'}</label>
<select name="lng_select" class="withicons" id="language">{tmpl_var name='language_option'}</select>
</span>
</fieldset>
<div class="wf_actions buttons">
<button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" onClick="submitForm('pageForm','admin/language_complete.php');"><span>{tmpl_var name='btn_save_txt'}</span></button>
<button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onClick="loadContent('admin/language_list.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button>
</div>
</div>
</div>