2015-08-23 22:38:18 +02:00
|
|
|
<div class="generic-content-wrapper">
|
|
|
|
<div class="section-title-wrapper">
|
2016-05-17 19:05:14 +02:00
|
|
|
<a title="{{$removeaccount}}" class="btn btn-danger btn-xs pull-right" href="removeaccount"><i class="fa fa-trash-o"></i> {{$removeme}}</a>
|
2015-08-23 22:38:18 +02:00
|
|
|
<h2>{{$title}}</h2>
|
|
|
|
<div class="clear"></div>
|
|
|
|
</div>
|
|
|
|
<form action="settings/account" id="settings-account-form" method="post" autocomplete="off" >
|
|
|
|
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
|
|
|
<div class="section-content-tools-wrapper">
|
|
|
|
{{include file="field_input.tpl" field=$email}}
|
2016-03-20 08:06:33 +01:00
|
|
|
{{include file="field_password.tpl" field=$origpass}}
|
2015-08-23 22:38:18 +02:00
|
|
|
{{include file="field_password.tpl" field=$password1}}
|
|
|
|
{{include file="field_password.tpl" field=$password2}}
|
2017-02-05 16:11:01 +01:00
|
|
|
|
|
|
|
{{if $z_server_role == 'pro' && ! $techlock}}
|
|
|
|
{{include file="field_select.tpl" field=$techlevel}}
|
|
|
|
{{else}}
|
|
|
|
<input type="hidden" name="techlevel" value="{{$techlevel.2}}" />
|
|
|
|
{{/if}}
|
|
|
|
|
2015-08-23 22:38:18 +02:00
|
|
|
<div class="settings-submit-wrapper" >
|
|
|
|
<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
|
|
|
|
</div>
|
|
|
|
{{$account_settings}}
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|