From 5d93b3a4ecc8931eb8c2fcf619eb34c30068bccc Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Fri, 09 Jan 2015 11:34:21 -0500 Subject: [PATCH] add missing sql-column mail_user.sender_cc to inc-updates --- interface/web/help/templates/faq_manage_questions_list.htm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/help/templates/faq_manage_questions_list.htm b/interface/web/help/templates/faq_manage_questions_list.htm index 843141f..53e67c4 100644 --- a/interface/web/help/templates/faq_manage_questions_list.htm +++ b/interface/web/help/templates/faq_manage_questions_list.htm @@ -1,13 +1,13 @@ <h2>{tmpl_var name="faq_faq_questions_txt"}</h2> - <p>{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="help/faq_edit.php">{tmpl_var name="faq_new_question_txt"}</button> - <p><tmpl_var name="faq_sections_txt"></p> + <p class="fieldset-legend"><tmpl_var name="faq_sections_txt"></p> <div class="table-wrapper marginTop15"> <table class="table"> <thead class="dark form-group-sm"> -- Gitblit v1.9.1