Skip to content

Commit a338978

Browse files
author
Till Brehm
committed
FS#3066 - More space in Manage Questions
1 parent dc19c4e commit a338978

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

interface/web/help/templates/faq_manage_questions_list.htm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ <h2>{tmpl_var name="faq_faq_questions_txt"}</h2>
2525
<tbody>
2626
<tmpl_loop name="records">
2727
<tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
28-
<td>{tmpl_var name='hf_question'}</td>
29-
<td>{tmpl_var name='hf_section'}</td>
30-
<td class="tbl_col_buttons">
28+
<td width="60%">{tmpl_var name='hf_question'}</td>
29+
<td width="30%">{tmpl_var name='hf_section'}</td>
30+
<td class="tbl_col_buttons" width="5%">
3131
<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>
3232
</td>
33-
<td class="tbl_col_buttons">
33+
<td class="tbl_col_buttons" width="5%">
3434
<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>
3535
</td>
3636
</tr>

0 commit comments

Comments
 (0)