added the config option of the public server addon to the admin panel #171

Merged
tobiasd merged 4 commits from 20131220-public_server_adminpanel into master 2013-12-20 20:05:20 +01:00
Showing only changes of commit 44cf9c2016 - Show all commits

public server: added template for the admin panel

Tobias Diekershoff 2013-12-20 18:52:14 +01:00

View file

@ -0,0 +1,10 @@
<p>{{$infotext}}</p>
{{include file="field_input.tpl" field=$expiredays}}
{{include file="field_input.tpl" field=$expireposts}}
{{include file="field_input.tpl" field=$nologin}}
{{include file="field_input.tpl" field=$flagusers}}
{{include file="field_input.tpl" field=$flagposts}}
{{include file="field_input.tpl" field=$flagpostsexpire}}
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
<div class="submit"><input type="submit" name="public_server" value="{{$submit}}" /></div>