From 0e269484a97a41dac8765449cf6f6d52aad6ca69 Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Wed, 04 Jul 2012 22:18:54 -0400 Subject: [PATCH] cleaned up code formating on all template files --- interface/web/help/templates/help_faq_list.htm | 33 +++++++++++++++------------------ 1 files changed, 15 insertions(+), 18 deletions(-) diff --git a/interface/web/help/templates/help_faq_list.htm b/interface/web/help/templates/help_faq_list.htm index 2451c9f..6af928f 100644 --- a/interface/web/help/templates/help_faq_list.htm +++ b/interface/web/help/templates/help_faq_list.htm @@ -1,22 +1,19 @@ <tmpl_loop name="records"> - <h3>{tmpl_var name='hf_question'} - </h3> - <p> - {tmpl_var name='hf_answer'} - </p> - <tmpl_if name='is_admin'> -<div class="buttons icons16"> - <a class="icons16 icoDelete" -href="javascript: del_record('help/faq_delete.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');" -> -<span>Delete</span></a> - </div> -<a href="#" onClick="loadContent('help/faq_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="edit_txt"}</a> - <br/> - <br/> - <br/> - </tmpl_if> + <h3>{tmpl_var name='hf_question'} + </h3> + <p> + {tmpl_var name='hf_answer'} + </p> + <tmpl_if name='is_admin'> + <div class="buttons icons16"> + <a class="icons16 icoDelete" href="javascript: del_record('help/faq_delete.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"><span>Delete</span></a> + </div> + <a href="#" onClick="loadContent('help/faq_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="edit_txt"}</a> + <br/> + <br/> + <br/> + </tmpl_if> </tmpl_loop> -<!--<tmpl_var name="paging">--> +<!--<tmpl_var name="paging">--> \ No newline at end of file -- Gitblit v1.9.1