Просмотр исходного кода

remove options upgrade from trial

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

+ 3 - 1
clientarea.tpl

@@ -359,7 +359,9 @@
                         });
                       </script>
                       <div class="col-xs-{if $showcancelbutton}6{else}12{/if}">
-                        <a href="upgrade.php?type=configoptions&amp;id={$id}" class="btn btn-block btn-primary">Weiteren Speicher hinzubuchen</a>
+                        {if $billingcycle != 'Gratis-Account'}
+                          <a href="upgrade.php?type=configoptions&amp;id={$id}" class="btn btn-block btn-primary">Weiteren Speicher hinzubuchen</a>
+                        {/if}
                       </div>
                     </div>
                   {/if}