Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
a338978d
Commit
a338978d
authored
Feb 16, 2014
by
Till Brehm
Browse files
FS#3066 - More space in Manage Questions
parent
dc19c4eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/help/templates/faq_manage_questions_list.htm
View file @
a338978d
...
@@ -25,12 +25,12 @@
...
@@ -25,12 +25,12 @@
<tbody>
<tbody>
<tmpl_loop
name=
"records"
>
<tmpl_loop
name=
"records"
>
<tr
class=
"tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"
>
<tr
class=
"tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"
>
<td>
{tmpl_var name='hf_question'}
</td>
<td
width=
"60%"
>
{tmpl_var name='hf_question'}
</td>
<td>
{tmpl_var name='hf_section'}
</td>
<td
width=
"30%"
>
{tmpl_var name='hf_section'}
</td>
<td
class=
"tbl_col_buttons"
>
<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>
<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>
<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>
<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>
</td>
</tr>
</tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment