From cd27640cc5942a8dc8a535b910951d37aaec6c98 Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Sun, 10 Jun 2012 13:50:19 +0000 Subject: [PATCH] added missing div.panel for consistency in design --- interface/web/help/templates/faq_manage_questions_list.htm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/web/help/templates/faq_manage_questions_list.htm b/interface/web/help/templates/faq_manage_questions_list.htm index 57bae476a3..2dc1e8781a 100644 --- a/interface/web/help/templates/faq_manage_questions_list.htm +++ b/interface/web/help/templates/faq_manage_questions_list.htm @@ -1,4 +1,5 @@ <h2>{tmpl_var name="faq_faq_questions_txt"}</h2> +<div class="panel panel_support_message"> <div class="pnl_toolsarea"> <fieldset><legend>{tmpl_var name="toolsarea_head_txt"}</legend> <div class="buttons"> @@ -41,3 +42,4 @@ </table> </fieldset> </div> +</div> \ No newline at end of file -- GitLab