47 lines
1.8 KiB
Smarty
47 lines
1.8 KiB
Smarty
$header
|
|
<article>
|
|
<header>
|
|
<h2>
|
|
<img src="templates/{$theme}/assets/img/icons/domain_edit_big.png" alt="{$title}" />
|
|
{$title}
|
|
<if $result['isbinddomain'] == '1' && Settings::Get('system.dnsenabled') == '1'>
|
|
(<small><a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domaindnseditor', 'domain_id' => $id))}">{$lng['dnseditor']['edit']}</a></small>)
|
|
</if>
|
|
</h2>
|
|
</header>
|
|
|
|
<section>
|
|
|
|
<form action="{$linker->getLink(array('section' => 'domains'))}" method="post" enctype="application/x-www-form-urlencoded">
|
|
<input type="hidden" name="delete_statistics_str" id="delete_statistics_str" value="{$lng['admin']['delete_statistics']}">
|
|
<input type="hidden" name="speciallogverified" id="speciallogverified" value="0" />
|
|
<input type="hidden" name="s" value="$s" />
|
|
<input type="hidden" name="page" value="$page" />
|
|
<input type="hidden" name="action" value="$action" />
|
|
<input type="hidden" name="id" value="$id" />
|
|
<input type="hidden" name="send" value="send" />
|
|
|
|
<div id="speciallogwarningpopup" name="speciallogwarningpopup" align="center">
|
|
<div class="warningtitle">{$lng['admin']['delete_statistics']}</div>
|
|
</p>{$speciallogwarning}</p>
|
|
<input type="text" name="delete_stats" id="delete_stats"></p>
|
|
<div>
|
|
<input type="button" class="yesbutton" name="verifybutton" value="{$lng['panel']['delete']}" id="speciallogyesbutton" />
|
|
<input type="button" class="nobutton" value="{$lng['panel']['cancel']}" id="speciallognobutton" />
|
|
</div>
|
|
</div>
|
|
|
|
<table class="full">
|
|
{$domain_edit_form}
|
|
</table>
|
|
</form>
|
|
</section>
|
|
<br />
|
|
<section>
|
|
<p>
|
|
<span class="red">*</span>: {$lng['admin']['valuemandatory']}
|
|
</p>
|
|
</section>
|
|
</article>
|
|
$footer
|