|
|
@@ -216,9 +216,25 @@
|
|
|
<td style="text-align:center;padding:5px;">
|
|
|
{if $domain.DNS != 1}
|
|
|
{if $domain.domainNS == 'self'}
|
|
|
- <i class="fas fa-power-off fa-fw"></i>
|
|
|
+ <form method="post" action="clientarea.php?action=productdetails">
|
|
|
+ <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
+ <input type="hidden" name="modop" value="custom" />
|
|
|
+ <input type="hidden" name="a" value="setDNS" />
|
|
|
+ <input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
+ <button type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-power-off fa-fw"></i>
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
{else}
|
|
|
- <i class="fas fa-info fa-fw"></i>
|
|
|
+ <form method="post" action="clientarea.php?action=productdetails">
|
|
|
+ <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
+ <input type="hidden" name="modop" value="custom" />
|
|
|
+ <input type="hidden" name="a" value="infoDNS" />
|
|
|
+ <input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
+ <button type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-info fa-fw"></i>
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
{/if}
|
|
|
{/if}
|
|
|
</td>
|
|
|
@@ -244,7 +260,7 @@
|
|
|
<input type="hidden" name="modop" value="custom" />
|
|
|
<input type="hidden" name="a" value="enableSSL" />
|
|
|
<input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
- <button type="submit" id="completed-task" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <button type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
<i class="fas fa-power-off fa-fw"></i>
|
|
|
</button>
|
|
|
</form>
|
|
|
@@ -272,8 +288,6 @@
|
|
|
{if $subdomain.DNS != 1}
|
|
|
{if $domain.domainNS == 'self'}
|
|
|
<i class="fas fa-power-off fa-fw"></i>
|
|
|
- {else}
|
|
|
- <i class="fas fa-info fa-fw"></i>
|
|
|
{/if}
|
|
|
{/if}
|
|
|
</td>
|
|
|
@@ -299,7 +313,7 @@
|
|
|
<input type="hidden" name="modop" value="custom" />
|
|
|
<input type="hidden" name="a" value="enableSSL" />
|
|
|
<input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
- <button type="submit" id="completed-task" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <button type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
<i class="fas fa-power-off fa-fw"></i>
|
|
|
</button>
|
|
|
</form>
|