mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-19 20:13:27 +02:00
* renamed guild action create_guild to simply create
This commit is contained in:
22
system/templates/guilds.create.success.html.twig
Normal file
22
system/templates/guilds.create.success.html.twig
Normal file
@@ -0,0 +1,22 @@
|
||||
{% set title = 'Created guild' %}
|
||||
|
||||
{% set motd = '' %}
|
||||
{% if constant('MOTD_EXISTS') %}
|
||||
{% set motd = ' and motd' %}
|
||||
{% endif %}
|
||||
|
||||
{% set description = '<b>Congratulations!</b><br/>You have created guild <b>' ~ guild_name ~ '</b>. <b>' ~ leader_name ~ '</b> is leader of this guild. Now you can invite players, change picture, description' ~ motd ~ ' of guild. Press submit to open guild manager.' %}
|
||||
{% set custom_buttons = '' %}
|
||||
{{ include('success.html.twig') }}
|
||||
<br/>
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<center>
|
||||
<form action="{{ getLink('guilds') ~ '/' ~ guild_name }}" method="post">
|
||||
{{ include('buttons.submit.html.twig') }}
|
||||
</form>
|
||||
</center>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
Reference in New Issue
Block a user