Skip to content

Commit ba3e3e4

Browse files
committed
Removed template selector from reseller limits as templates are for clients only at the moment and a client template which gets applied to a reseller will convert the reseller to a client which is not intended. Templates for resellers will be added in a future version.
1 parent d4d9654 commit ba3e3e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interface/web/client/templates/reseller_edit_limits.htm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
55

66
<div class="pnl_formsarea">
77
<fieldset class="inlineLabels"><legend>Limits</legend>
8+
<!--
89
<tmpl_if name="is_admin">
910
<div class="ctrlHolder">
1011
<label for="template_master">{tmpl_var name='template_master_txt'}</label>
@@ -24,6 +25,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
2425
&nbsp;
2526
</div>
2627
</tmpl_if>
28+
-->
2729
<div class="ctrlHolder">
2830
<label for="default_mailserver">{tmpl_var name='default_mailserver_txt'}</label>
2931
<select name="default_mailserver" id="default_mailserver" class="selectInput">

0 commit comments

Comments
 (0)