andre 4 лет назад
Родитель
Сommit
012dd4d65d
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      templates/clientarea.tpl

+ 8 - 1
templates/clientarea.tpl

@@ -5,6 +5,13 @@
  * Customized ny thurdata
  **********************************************************
 *}
+
+<script>
+  jQuery(document).ready(function(){
+    $("Primary_Sidebar-Service_Details_Actions-Upgrade_Downgrade_Options").href="blubb";
+  });
+</script>
+
 {if $modulechangepwresult}
   {if $modulechangepwresult == "success"}
     {include file="$template/includes/alert.tpl" type="success" msg=$modulechangepasswordmessage textcenter=true}
@@ -102,7 +109,7 @@
           <div class="row">
             {if $packagesupgrade}
               <div class="col-xs-{if $showcancelbutton}6{else}12{/if}">
-                <a href="upgrade.php?type=package&amp;id={$id}&amp;template={$template}/thurdata/uprademailhosting.tpl" class="btn btn-block btn-primary">{$LANG.upgrade}</a>
+                <a href="upgrade.php?type=package&amp;id={$id}" class="btn btn-block btn-primary">{$LANG.upgrade}</a>
               </div>
             {/if}
             {if $showcancelbutton}