Skip to content
web_domain_advanced.htm 1.85 KiB
Newer Older
<h2><tmpl_var name="list_head_txt"></h2>
<p><tmpl_var name="list_desc_txt"></p>

<div class="panel panel_web_domain">

  <div class="pnl_formsarea">
redray's avatar
redray committed
    <fieldset class="inlineLabels">
      <div class="ctrlHolder">
      	<label for="document_root">{tmpl_var name='document_root_txt'}</label>
        <input name="document_root" id="document_root" value="{tmpl_var name='document_root'}" size="30" maxlength="255" type="text" class="textInput" />
			</div>
      <div class="ctrlHolder">
      	<label for="system_user">{tmpl_var name='system_user_txt'}</label>
redray's avatar
redray committed
        <input name="system_user" id="system_user" value="{tmpl_var name='system_user'}" size="30" maxlength="255" type="text" class="textInput formLengthHalf" />
			</div>
      <div class="ctrlHolder">
      	<label for="system_group">{tmpl_var name='system_group_txt'}</label>
redray's avatar
redray committed
        <input name="system_group" id="system_group" value="{tmpl_var name='system_group'}" size="30" maxlength="255" type="text" class="textInput formLengthHalf" />
			</div>
      <div class="ctrlHolder">
      	<label for="apache_directives">{tmpl_var name='apache_directives_txt'}</label>
redray's avatar
redray committed
      	<textarea name="apache_directives" id="apache_directives" rows='10' cols='30'>{tmpl_var name='apache_directives'}</textarea>
			</div>
    </fieldset>

    <input type="hidden" name="id" value="{tmpl_var name='id'}">

    <div class="buttonHolder buttons">
      <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>
      <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>
    </div>
  </div>
  
</div>