Skip to content
Snippets Groups Projects
Commit a338978d authored by Till Brehm's avatar Till Brehm
Browse files

FS#3066 - More space in Manage Questions

parent dc19c4eb
No related branches found
No related tags found
No related merge requests found
......@@ -25,12 +25,12 @@
<tbody>
<tmpl_loop name="records">
<tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
<td>{tmpl_var name='hf_question'}</td>
<td>{tmpl_var name='hf_section'}</td>
<td class="tbl_col_buttons">
<td width="60%">{tmpl_var name='hf_question'}</td>
<td width="30%">{tmpl_var name='hf_section'}</td>
<td class="tbl_col_buttons" width="5%">
<a class="button 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>{tmpl_var name="faq_delete_txt"}</span></a>
</td>
<td class="tbl_col_buttons">
<td class="tbl_col_buttons" width="5%">
<a class="button icons16 icoEdit" href="javascript: loadContent('help/faq_edit.php?id={tmpl_var name='id'}');"><span>{tmpl_var name="faq_edit_txt"}</span></a>
</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment