|
|
@@ -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&id={$id}&template={$template}/thurdata/uprademailhosting.tpl" class="btn btn-block btn-primary">{$LANG.upgrade}</a>
|
|
|
+ <a href="upgrade.php?type=package&id={$id}" class="btn btn-block btn-primary">{$LANG.upgrade}</a>
|
|
|
</div>
|
|
|
{/if}
|
|
|
{if $showcancelbutton}
|