Skip to content

Commit 499745f

Browse files
author
Thom Pol
committed
Removed double / empty titles and descriptions
1 parent d4751a4 commit 499745f

File tree

4 files changed

+3
-22
lines changed

4 files changed

+3
-22
lines changed

interface/web/help/templates/faq_edit.htm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
<legend>{tmpl_var name='faq_faq_txt'}</legend>
31
<div class="form-group">
42
<label for="hf_section" class="col-sm-3 control-label">{tmpl_var name='faq_section_txt'}</label>
53
<div class="col-sm-9"><select name="hf_section" id="hf_section" class="form-control">
@@ -20,4 +18,4 @@
2018
<div class="clear"><div class="right">
2119
<button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='btn_save_txt'}" data-submit-form="pageForm" data-form-action="help/faq_edit.php">{tmpl_var name='btn_save_txt'}</button>
2220
<button class="btn btn-default formbutton-default" type="button" value="{tmpl_var name='btn_cancel_txt'}" data-load-content="help/faq_list.php">{tmpl_var name='btn_cancel_txt'}</button>
23-
</div></div>
21+
</div></div>

interface/web/help/templates/faq_sections_edit.htm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
<legend>{tmpl_var name='faq_section_name_txt'}</legend>
31
<div class="form-group">
42
<label for="hfs_name" class="col-sm-3 control-label">{tmpl_var name='faq_section_name_txt'}</label>
53
<div class="col-sm-9"><input type="text" name="hfs_name" id="hfs_name" value="{tmpl_var name='hfs_name'}" class="form-control" /></div></div>
@@ -11,4 +9,3 @@
119
<button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='btn_save_txt'}" data-submit-form="pageForm" data-form-action="help/faq_sections_edit.php">{tmpl_var name='btn_save_txt'}</button>
1210
<button class="btn btn-default formbutton-default" type="button" value="{tmpl_var name='btn_cancel_txt'}" data-load-content="help/faq_sections_list.php">{tmpl_var name='btn_cancel_txt'}</button>
1311
</div></div>
14-

interface/web/help/templates/support_message_edit.htm

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<div class='page-header'>
2-
<h1><tmpl_var name="list_head_txt"></h1>
3-
</div>
4-
<p><tmpl_var name="list_desc_txt"></p>
5-
6-
7-
<legend>{tmpl_var name='message_txt'}</legend>
81
<div class="form-group">
92
<label for="recipient_id" class="col-sm-3 control-label">{tmpl_var name='recipient_id_txt'}</label>
103
<div class="col-sm-9"><select name="recipient_id" id="recipient_id" class="form-control">
@@ -26,4 +19,4 @@ <h1><tmpl_var name="list_head_txt"></h1>
2619
<div class="clear"><div class="right">
2720
<button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='btn_save_txt'}" data-submit-form="pageForm" data-form-action="help/support_message_edit.php">{tmpl_var name='btn_save_txt'}</button>
2821
<button class="btn btn-default formbutton-default" type="button" value="{tmpl_var name='btn_cancel_txt'}" data-load-content="help/support_message_list.php">{tmpl_var name='btn_cancel_txt'}</button>
29-
</div></div>
22+
</div></div>
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<div class='page-header'>
2-
<h1><tmpl_var name="list_head_txt"></h1>
3-
</div>
4-
<p><tmpl_var name="list_desc_txt"></p>
5-
6-
7-
<legend>{tmpl_var name='message_txt'}</legend>
81
<div class="form-group">
92
<label for="subject" class="col-sm-3 control-label">{tmpl_var name='subject_txt'}</label>
103
<p>{tmpl_var name='subject'}</p>
@@ -20,4 +13,4 @@ <h1><tmpl_var name="list_head_txt"></h1>
2013

2114
<div class="clear"><div class="right">
2215
<button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='reply_txt'}" data-load-content="help/support_message_edit.php?reply={tmpl_var name='id'}">{tmpl_var name='reply_txt'}</button>
23-
</div></div>
16+
</div></div>

0 commit comments

Comments
 (0)