Ver Fonte

sign on button

andre há 5 anos atrás
pai
commit
c7aeee5a13
1 ficheiros alterados com 2 adições e 4 exclusões
  1. 2 4
      clientarea.tpl

+ 2 - 4
clientarea.tpl

@@ -8,10 +8,8 @@
         </tr>
         </tr>
         <tr>
         <tr>
           <td colspan=2>
           <td colspan=2>
-            <button type="button" class="btn btn-primary" color="white">
-              <a href=/whmcs/clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1 target=_blank>
-                <i class="fas fa-sign-in fa-fw"></i> Login to Zimbra
-              </a>
+            <button type="button" class="btn btn-primary" onclick="runModuleCommand('singlesignon'); return false">
+              <i class="fas fa-sign-in fa-fw"></i> Login to Zimbra
             </button>
             </button>
           </td>
           </td>
         </tr>
         </tr>