Skip to content

Commit 4b508f6

Browse files
author
thom
committed
Remove double or empty titles
1 parent 65fc415 commit 4b508f6

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

interface/web/client/templates/client_edit_address.htm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<legend>{tmpl_var name='Address'}</legend>
2-
<div class="form-group">
1+
<div class="form-group">
32
<label for="company_name" class="col-sm-3 control-label">{tmpl_var name='company_name_txt'}</label>
4-
<div class="col-sm-9"><input type="text" name="company_name" id="company_name" value="{tmpl_var name='company_name'}" class="form-control" /></div></div>
3+
<div class="col-sm-9"><input type="text" name="company_name" id="company_name" value="{tmpl_var name='company_name'}" class="form-control" /></div>
4+
</div>
55
<div class="form-group">
66
<label for="gender" class="col-sm-3 control-label">{tmpl_var name='gender_txt'}</label>
77
<div class="col-sm-9"><select name="gender" id="gender" class="form-control">
@@ -146,7 +146,7 @@
146146
</div>
147147
</div>
148148
{tmpl_var name='required_fields_txt'}
149-
149+
150150

151151
<input type="hidden" name="id" value="{tmpl_var name='id'}">
152152

interface/web/client/templates/client_edit_limits.htm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="panel panel_client">
2-
2+
33
<div class="pnl_formsarea">
4-
<fieldset class="inlineLabels"><legend>{tmpl_var name="Limits"}</legend>
4+
<fieldset class="inlineLabels">
55
<div class="form-group">
66
<label for="template_master" class="col-sm-3 control-label">{tmpl_var name='template_master_txt'}</label>
77
<div class="col-sm-9"><select name="template_master" id="template_master" class="form-control">
@@ -361,7 +361,7 @@ <h4 class="panel-title">
361361
<label for="limit_cron_frequency" class="col-sm-3 control-label">{tmpl_var name='limit_cron_frequency_txt'}</label>
362362
<div class="col-sm-9"><input type="text" name="limit_cron_frequency" id="limit_cron_frequency" value="{tmpl_var name='limit_cron_frequency'}" class="form-control" /></div>
363363
</div>
364-
364+
365365
</div>
366366
</div>
367367
</div>

interface/web/mail/templates/mail_domain_catchall_edit.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
< <div class="form-group">
1+
<div class="form-group">
22
<label for="email_domain" class="col-sm-3 control-label">{tmpl_var name='source_txt'}</label>
33
<div class="col-sm-9">
44
<div class="input-group">
@@ -22,7 +22,7 @@
2222
{tmpl_var name='active'}
2323
</div>
2424
</div>
25-
25+
2626
<input type="hidden" name="id" value="{tmpl_var name='id'}">
2727
<input type="hidden" name="type" value="catchall">
2828

interface/web/mail/templates/mail_user_backup.htm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
</div>
88
</tmpl_if>
99

10-
11-
<legend>Backup</legend>
1210
<div class="form-group">
1311
<label for="backup_interval" class="col-sm-3 control-label">{tmpl_var name='backup_interval_txt'}</label>
1412
<div class="col-sm-9"><select name="backup_interval" id="backup_interval" class="form-control">
@@ -21,7 +19,7 @@
2119
{tmpl_var name='backup_copies'}
2220
</select></div>
2321
</div>
24-
22+
2523
{tmpl_var name='backup_records'}
2624
<input type="hidden" name="id" value="{tmpl_var name='id'}">
2725

0 commit comments

Comments
 (0)