Update high
This commit is contained in:
44
TeaSpeak/servers/teamspeak/templates/tsdns.tpl
Normal file
44
TeaSpeak/servers/teamspeak/templates/tsdns.tpl
Normal file
@@ -0,0 +1,44 @@
|
||||
{if $systemStatus == 'Active' && $settings.enabletsdns eq 1}
|
||||
<a href="clientarea.php?action=productdetails&id={$serviceid}" class="btn btn-primary pull-right"><i
|
||||
class="fa fa-arrow-left"></i> Back</a>
|
||||
<div class="clearfix"></div>
|
||||
<hr>
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Edit Subdomain</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<form method="get" action="clientarea.php">
|
||||
<input type="hidden" name="action" value="productdetails"/>
|
||||
<input type="hidden" name="id" value="{$serviceid}"/>
|
||||
<input type="hidden" name="modop" value="custom"/>
|
||||
<input type="hidden" name="a" value="tsdns"/>
|
||||
<input type="hidden" name="oldzone" value="{$customfields.Subdomain}">
|
||||
<div class="row">
|
||||
<div class="col-sm-9">
|
||||
<div class="input-group">
|
||||
<input type="text" name="zone" class="form-control" value="{$customfields.Subdomain}">
|
||||
<span class="input-group-addon">.{$settings.domaintsdns}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<button type="submit" name="ma" value="editzone" class="btn btn-primary btn-block"/>
|
||||
<i class="fa fa-pencil-square-o"></i>
|
||||
Edit
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{else}
|
||||
<div class="row">
|
||||
<div class="col-md-offset-3 col-xs-offset-1 col-md-6 col-xs-10">
|
||||
<div class="alert alert-warning"><a href='clientarea.php?action=productdetails&id={$serviceid}'
|
||||
class='btn btn-warning pull-right'><i class='fa fa-arrow-left'></i> Back</a>
|
||||
<p><strong><i class='fa fa-frown-o fa-3x pull-left'></i>Oops! Something happens!</strong></p>This option is disabled
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user