Browse Source

clientareafunctions

andre 3 years ago
parent
commit
800da5e75e
1 changed files with 9 additions and 1 deletions
  1. 9 1
      clientarea.tpl

+ 9 - 1
clientarea.tpl

@@ -294,7 +294,15 @@
                                             <i class="fas fa-repeat fa-fw"></i>
                                             <i class="fas fa-repeat fa-fw"></i>
                                           {else}
                                           {else}
                                             {if $subdomain.DNS == 1}
                                             {if $subdomain.DNS == 1}
-                                              <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="enableSSL" />
+                                                <input type="hidden" name="d" value="{$domain.domain}" />
+                                                <button type="submit" id="completed-task" class="fabutton" style="background:none;padding:0px;border:none;">
+                                                  <i class="fas fa-power-off fa-fw"></i>
+                                                </button>
+                                              </form>
                                             {/if}
                                             {/if}
                                           {/if}
                                           {/if}
                                         </td>
                                         </td>