cfoe
2012-07-04 0e269484a97a41dac8765449cf6f6d52aad6ca69
interface/web/help/templates/faq_manage_questions_list.htm
@@ -1,5 +1,6 @@
<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">
@@ -21,8 +22,6 @@
            <th class="tbl_col_domain" scope="col">{tmpl_var name="faq_edit_txt"}</th>
          </tr>
   </thead>
<tmpl_loop name="records">
<tr>
   <td>{tmpl_var name='hf_question'}</td>
@@ -37,9 +36,8 @@
   </td>
</tr>
</tmpl_loop>
</table>
</fieldset>
</div>
</div>