From 14ff27bffc85e641ce4fe7738e86aaa3b73beb13 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sun, 10 Jan 2016 15:17:58 -0500 Subject: [PATCH] Improved templates in client module. --- interface/web/client/templates/message_template_list.htm | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/interface/web/client/templates/message_template_list.htm b/interface/web/client/templates/message_template_list.htm index 70224ab..98f3284 100644 --- a/interface/web/client/templates/message_template_list.htm +++ b/interface/web/client/templates/message_template_list.htm @@ -3,16 +3,12 @@ </div> - <p class="fieldset-legend">{tmpl_var name="toolsarea_head_txt"}</p> - + <p class="fieldset-legend">{tmpl_var name="toolsarea_head_txt"}</p> <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> - - - <p class="fieldset-legend"><tmpl_var name="list_head_txt"></p> <div class="table-wrapper marginTop15"> -<table class="table"> + <table class="table"> <thead class="dark form-group-sm"> <tr> <th data-column="template_type"><tmpl_var name="template_type_txt"></th> -- Gitblit v1.9.1