Skip to content

Commit 14ff27b

Browse files
author
Till Brehm
committed
Improved templates in client module.
1 parent 3e7d11a commit 14ff27b

File tree

7 files changed

+151
-382
lines changed

7 files changed

+151
-382
lines changed

interface/web/client/lib/lang/en_client_template.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@ $wb['limit_xmpp_anon_txt'] = 'Anonymous host available';
115115
$wb['limit_xmpp_vjud_txt'] = 'VJUD user directory available';
116116
$wb['limit_xmpp_proxy_txt'] = 'Bytestream proxy available';
117117
$wb['limit_xmpp_status_txt'] = 'Status host available';
118+
$wb["dns_servers_txt"] = 'DNS servers';
118119
?>

interface/web/client/templates/client_message_template_list.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
3939
</tmpl_loop>
4040
<tmpl_unless name="records">
4141
<tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
42-
<td colspan="2">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
42+
<td colspan="3">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
4343
</tr>
4444
</tmpl_unless>
4545
</tbody>

interface/web/client/templates/client_template_edit_limits.htm

Lines changed: 145 additions & 70 deletions
Large diffs are not rendered by default.

interface/web/client/templates/client_template_list.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
4949
</tbody>
5050
<tfoot>
5151
<tr>
52-
<td colspan="7"><tmpl_var name="paging"></td>
52+
<td colspan="4"><tmpl_var name="paging"></td>
5353
</tr>
5454
</tfoot>
5555
</table>

interface/web/client/templates/clients_list.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
1313

1414
<p class="fieldset-legend"><tmpl_var name="list_head_txt"></p>
1515
<div class="table-wrapper marginTop15">
16-
<table class="table">
16+
<table class="table">
1717
<thead class="dark form-group-sm">
1818
<tr>
1919
<th class="small-col" data-column="client_id"><tmpl_var name="client_id_txt"></th>

interface/web/client/templates/message_template_list.htm

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@ <h1><tmpl_var name="list_head_txt"></h1>
33
</div>
44

55

6-
<p class="fieldset-legend">{tmpl_var name="toolsarea_head_txt"}</p>
7-
6+
<p class="fieldset-legend">{tmpl_var name="toolsarea_head_txt"}</p>
87
<button class="btn btn-default formbutton-success" type="button" data-load-content="billing/invoice_message_template_edit.php">{tmpl_var name="add_new_record_txt"}</button>
9-
10-
118

12-
139
<p class="fieldset-legend"><tmpl_var name="list_head_txt"></p>
1410
<div class="table-wrapper marginTop15">
15-
<table class="table">
11+
<table class="table">
1612
<thead class="dark form-group-sm">
1713
<tr>
1814
<th data-column="template_type"><tmpl_var name="template_type_txt"></th>

interface/web/client/templates/reseller_edit_limits.htm

Lines changed: 0 additions & 303 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)