mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 11:13:27 +02:00
* added option to add/edit/delete/hide/move forum boards
* now whole account management page is moved to Twig * renamed table forum_sections to forum_boards * fixed some rare error when user is logged in for longer than 15 minutes and tries to login again
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="4">
|
||||
<tr>
|
||||
<td bgcolor="{{ vdarkborder }}" class="white" width="150"><b>Words</b></td>
|
||||
<td bgcolor="{{ vdarkborder }}" class="white"><b>Description</b></td>
|
||||
<td bgcolor="{{ config.vdarkborder }}" class="white" width="150"><b>Words</b></td>
|
||||
<td bgcolor="{{ config.vdarkborder }}" class="white"><b>Description</b></td>
|
||||
{% if canEdit %}
|
||||
<td bgcolor="{{ vdarkborder }}" class="white"><b>Options</b></td>
|
||||
<td bgcolor="{{ config.vdarkborder }}" class="white"><b>Options</b></td>
|
||||
{% endif %}
|
||||
</tr>
|
||||
{% set i = 0 %}
|
||||
|
Reference in New Issue
Block a user