Skip to content

Commit cd21058

Browse files
author
Till Brehm
committed
Improved Client and DNS slave form.
1 parent 2d45f0a commit cd21058

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

interface/web/client/templates/client_edit_limits.htm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
4545
</div>
4646
<div class="form-group">
4747
<label for="reseller" class="col-sm-3 control-label">{tmpl_var name='reseller_txt'}</label>
48-
<div class="col-sm-9"><input class="form-control" type="checkbox" name="reseller" value="1" id="reseller" /></div>
48+
<div class="col-sm-9"><input type="checkbox" name="reseller" value="1" id="reseller" /></div>
4949
</div>
5050
</tmpl_if>
5151
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
@@ -175,10 +175,11 @@ <h4 class="panel-title">
175175
</h4>
176176
</div>
177177
<div id="collapseMail" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingMail>
178-
<div class="panel-body">&nbsp;
178+
<div class="panel-body">
179179
<div class="form-group">
180180
<label for="mail_servers" class="col-sm-3 control-label">{tmpl_var name='mail_servers_txt'}</label>
181-
<div class="col-sm-9"><select data-placeholder="{tmpl_var name='mail_servers_placeholder'}" multiple name="mail_servers[]" id="mail_servers" class="form-control">
181+
<div class="col-sm-9">
182+
<select data-placeholder="{tmpl_var name='mail_servers_placeholder'}" multiple name="mail_servers[]" id="mail_servers" class="form-control">
182183
{tmpl_var name='mail_servers'}
183184
</select></div>
184185
</div>

interface/web/dns/templates/dns_slave_edit.htm

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,18 @@ <h1><tmpl_var name="list_head_txt"></h1>
4646
{tmpl_var name='domain_option'}
4747
</select></div>
4848
<tmpl_else>
49-
<div class="col-sm-9"><input type="text" name="origin" id="origin" value="{tmpl_var name='origin'}" class="form-control" /></div></tmpl_if>
50-
<p class="formHint">{tmpl_var name='eg_domain_tld'}</p>
49+
<div class="col-sm-9">
50+
<input type="text" name="origin" id="origin" value="{tmpl_var name='origin'}" class="form-control" />
51+
<p class="formHint">{tmpl_var name='eg_domain_tld'}</p>
52+
</div></tmpl_if>
53+
5154
</div>
5255
<div class="form-group">
5356
<label for="ns" class="col-sm-3 control-label">{tmpl_var name='ns_txt'}</label>
54-
<div class="col-sm-9"><input type="text" name="ns" id="ns" value="{tmpl_var name='ns'}" class="form-control" /></div><p class="formHint">{tmpl_var name='ipv4_form_txt'}</p>
57+
<div class="col-sm-9">
58+
<input type="text" name="ns" id="ns" value="{tmpl_var name='ns'}" class="form-control" />
59+
<p class="formHint">{tmpl_var name='ipv4_form_txt'}</p>
60+
</div>
5561
</div>
5662
<div class="form-group">
5763
<label for="xfer" class="col-sm-3 control-label">{tmpl_var name='xfer_txt'}</label>

0 commit comments

Comments
 (0)