Ver código fonte

new upgrade template

andre 4 anos atrás
pai
commit
14a1e3b8d3
1 arquivos alterados com 4 adições e 2 exclusões
  1. 4 2
      templates/upgrademailhosting.tpl

+ 4 - 2
templates/upgrademailhosting.tpl

@@ -4,7 +4,7 @@
  * Website: http://www.thememetro.com
  **********************************************************
 *}
-blubb bla
+
 {if $overdueinvoice}
     {include file="$template/includes/alert.tpl" type="warning" msg=$LANG.upgradeerroroverdueinvoice}
 {elseif $existingupgradeinvoice}
@@ -30,8 +30,9 @@ blubb bla
     </p>
 
 {else}
-
+blubb1
     {if $type eq "package"}
+blubb2
 		<div class="section">
 			<div class="section-header">
 				<h4>{$LANG.upgradecurrentconfig}:</h4>
@@ -101,6 +102,7 @@ blubb bla
 		</div>
 
     {elseif $type eq "configoptions"}
+blubb3
         <p>{$LANG.upgradechooseconfigoptions}</p>
         {if $errormessage}
             {include file="$template/includes/alert.tpl" type="error" errorshtml=$errormessage}