Skip to content
web_domain_redirect.htm 1.31 KiB
Newer Older
redray's avatar
redray committed
<h2><tmpl_var name="list_head_txt"></h2>
<p><tmpl_var name="list_desc_txt"></p>
redray's avatar
redray committed

<div class="panel panel_web_domain">

  <div class="pnl_formsarea">
redray's avatar
redray committed
    <fieldset class="inlineLabels">
      <div class="ctrlHolder">
      	<label for="redirect_type">{tmpl_var name='redirect_type_txt'}</label>
redray's avatar
redray committed
        <select name="redirect_type" id="redirect_type" class="selectInput formLengthHalf">
					{tmpl_var name='redirect_type'}
				</select>
      </div>
      <div class="ctrlHolder">
      	<label for="redirect_path">{tmpl_var name='redirect_path_txt'}</label>
        <input name="redirect_path" id="redirect_path" value="{tmpl_var name='redirect_path'}" size="30" maxlength="255" type="text" class="textInput" />
			</div>
redray's avatar
redray committed
    </fieldset>

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

    <div class="buttonHolder buttons">
redray's avatar
redray committed
      <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>