Create new Settings\RemoveMe module class
- Moved route from /removeme to /settings/removeme - Combined templates into one
This commit is contained in:
parent
cae2e17436
commit
a68c790c64
8 changed files with 168 additions and 8 deletions
16
view/templates/settings/removeme.tpl
Normal file
16
view/templates/settings/removeme.tpl
Normal file
|
@ -0,0 +1,16 @@
|
|||
<div class="generic-page-wrapper">
|
||||
{{include file="section_title.tpl" title=$l10n.title}}
|
||||
|
||||
<div id="remove-account-wrapper">
|
||||
<div id="remove-account-desc">{{$l10n.desc nofilter}}</div>
|
||||
|
||||
<form action="settings/removeme" autocomplete="off" method="post">
|
||||
{{include file="field_password.tpl" field=$password}}
|
||||
|
||||
<div class="form-group pull-right settings-submit-wrapper">
|
||||
<button type="submit" name="submit" class="btn btn-primary" value="{{$l10n.title}}"><i class="fa fa-trash fa-fw"></i> {{$l10n.title}}</button>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue