mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
* added forums for guilds and groups
* (internal) new function: OTS_Guild::hasMember(OTS_Player $player) * (internal) new function: Forum::hasAccess($board_id)
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
<strong>BOARD:</strong> {{ board }}<br/><br/>
|
||||
<strong>Select the new board: </strong>
|
||||
<select name="section">
|
||||
{% for section in sections %}
|
||||
<option value="{{ section.id }}">{{ section.name }}</option>
|
||||
{% for id, section in sections %}
|
||||
<option value="{{ id }}">{{ section.name }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<input type="submit" value="Move Thread">
|
||||
|
Reference in New Issue
Block a user