Skip to content
Snippets Groups Projects
Commit ddb67926 authored by Marius Burkard's avatar Marius Burkard
Browse files

Merge branch '6293-error-viewing-the-table-in-the-section-help-manage-question' into 'develop'

Resolve "Error viewing the table in the section "help: manage question""

Closes #6293

See merge request ispconfig/ispconfig3!1560
parents 5962ae95 4790489b
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<table class="table"> <table class="table">
<thead class="dark form-group-sm"> <thead class="dark form-group-sm">
<tr> <tr>
<th class="tiny-col">{tmpl_var name="faq_question_txt"}</th> <th>{tmpl_var name="faq_question_txt"}</th>
<th>{tmpl_var name="faq_section_name_txt"}</th> <th>{tmpl_var name="faq_section_name_txt"}</th>
<th class="text-right">{tmpl_var name="faq_delete_txt"}</th> <th class="text-right">{tmpl_var name="faq_delete_txt"}</th>
<th class="text-right">{tmpl_var name="faq_edit_txt"}</th> <th class="text-right">{tmpl_var name="faq_edit_txt"}</th>
...@@ -45,4 +45,4 @@ ...@@ -45,4 +45,4 @@
</table> </table>
</div> </div>
\ No newline at end of file
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