Browse Source

add info SSL

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

+ 9 - 1
clientarea.tpl

@@ -371,7 +371,15 @@
                                                 </button>
                                                 </button>
                                               </form>
                                               </form>
                                             {else}
                                             {else}
-                                              <i class="fas fa-power-off fa-fw" style="color:red;" title="DNS nicht gesetzt!"></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="infoSSL" />
+                                                <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
+                                                <button title="SSL Info" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
+                                                  <i class="fas fa-power-off fa-fw" style="color:red;"></i>
+                                                </button>
+                                              </form>
                                             {/if}
                                             {/if}
                                           {/if}
                                           {/if}
                                         </td>
                                         </td>