|
1 | | -<h2><tmpl_var name="list_head_txt"></h2> |
2 | | -<p><tmpl_var name="list_desc_txt"></p> |
3 | | - |
4 | | -<div class="panel panel_web_domain"> |
5 | | - |
6 | | - <div class="pnl_formsarea"> |
7 | | - <fieldset class="inlineLabels"> |
8 | | - <div class="ctrlHolder"> |
9 | | - <label for="document_root">{tmpl_var name='document_root_txt'}</label> |
10 | | - <input name="document_root" id="document_root" value="{tmpl_var name='document_root'}" size="30" maxlength="255" type="text" class="textInput" /> |
11 | | - </div> |
12 | | - <div class="ctrlHolder"> |
13 | | - <label for="system_user">{tmpl_var name='system_user_txt'}</label> |
14 | | - <input name="system_user" id="system_user" value="{tmpl_var name='system_user'}" size="30" maxlength="255" type="text" class="textInput formLengthHalf" /> |
15 | | - </div> |
16 | | - <div class="ctrlHolder"> |
17 | | - <label for="system_group">{tmpl_var name='system_group_txt'}</label> |
18 | | - <input name="system_group" id="system_group" value="{tmpl_var name='system_group'}" size="30" maxlength="255" type="text" class="textInput formLengthHalf" /> |
19 | | - </div> |
20 | | - <div class="ctrlHolder"> |
21 | | - <label for="apache_directives">{tmpl_var name='apache_directives_txt'}</label> |
22 | | - <textarea name="apache_directives" id="apache_directives" rows='10' cols='30'>{tmpl_var name='apache_directives'}</textarea> |
23 | | - </div> |
24 | | - </fieldset> |
25 | | - |
26 | | - <input type="hidden" name="id" value="{tmpl_var name='id'}"> |
27 | | - |
28 | | - <div class="buttonHolder buttons"> |
29 | | - <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" onClick="submitForm('pageForm','sites/web_domain_edit.php');"><span>{tmpl_var name='btn_save_txt'}</span></button> |
30 | | - <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onClick="loadContent('sites/web_domain_list.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button> |
31 | | - </div> |
32 | | - </div> |
33 | | - |
34 | | -</div> |
| 1 | +<h2><tmpl_var name="list_head_txt"></h2> |
| 2 | +<p><tmpl_var name="list_desc_txt"></p> |
| 3 | + |
| 4 | +<div class="panel panel_web_domain"> |
| 5 | + |
| 6 | + <div class="pnl_formsarea"> |
| 7 | + <fieldset class="inlineLabels"> |
| 8 | + <input name="document_root" id="document_root" value="{tmpl_var name='document_root'}" size="30" maxlength="255" type="hidden" class="textInput" /> |
| 9 | + <div class="ctrlHolder"> |
| 10 | + <label for="system_user">{tmpl_var name='system_user_txt'}</label> |
| 11 | + <input name="system_user" id="system_user" value="{tmpl_var name='system_user'}" size="30" maxlength="255" type="text" class="textInput formLengthHalf" /> |
| 12 | + </div> |
| 13 | + <div class="ctrlHolder"> |
| 14 | + <label for="system_group">{tmpl_var name='system_group_txt'}</label> |
| 15 | + <input name="system_group" id="system_group" value="{tmpl_var name='system_group'}" size="30" maxlength="255" type="text" class="textInput formLengthHalf" /> |
| 16 | + </div> |
| 17 | + <div class="ctrlHolder"> |
| 18 | + <label for="apache_directives">{tmpl_var name='apache_directives_txt'}</label> |
| 19 | + <textarea name="apache_directives" id="apache_directives" rows='10' cols='30'>{tmpl_var name='apache_directives'}</textarea> |
| 20 | + </div> |
| 21 | + </fieldset> |
| 22 | + |
| 23 | + <input type="hidden" name="id" value="{tmpl_var name='id'}"> |
| 24 | + |
| 25 | + <div class="buttonHolder buttons"> |
| 26 | + <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" onClick="submitForm('pageForm','sites/web_domain_edit.php');"><span>{tmpl_var name='btn_save_txt'}</span></button> |
| 27 | + <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onClick="loadContent('sites/web_domain_list.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button> |
| 28 | + </div> |
| 29 | + </div> |
| 30 | + |
| 31 | +</div> |
0 commit comments