Added delete account options
This commit is contained in:
@@ -187,10 +187,6 @@
|
||||
<xf:numberbox name="user_criteria[inactive_days][data][days]" value="{$criteria.inactive_days.days}"
|
||||
size="5" min="0" step="1" />
|
||||
</xf:option>
|
||||
|
||||
<xf:option name="user_criteria[rhpz_entry_count][rule]" value="rhpz_entry_count" selected="{$criteria.rhpz_entry_count}" label="Number of entries:">
|
||||
<xf:numberbox name="user_criteria[rhpz_entry_count][data][entries]" value="{$criteria.rhpz_entry_count.entries}" size="5" min="0" step="1" />
|
||||
</xf:option>
|
||||
|
||||
<!--[XF:user:content_bottom]-->
|
||||
</xf:checkboxrow>
|
||||
|
||||
15
_output/templates/admin/user_delete_account_codes.html
Normal file
15
_output/templates/admin/user_delete_account_codes.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<xf:title>{$user.username}</xf:title>
|
||||
|
||||
<div class="block">
|
||||
<div class="block-container">
|
||||
<h3 class="block-minorHeader">{{ phrase('delete_account_code') }}</h3>
|
||||
<div class="block-body">
|
||||
<div class="block-row">{$deleteAccountCode}</div>
|
||||
</div>
|
||||
|
||||
<h3 class="block-minorHeader">{{ phrase('delete_all_data_code') }}</h3>
|
||||
<div class="block-body">
|
||||
<div class="block-row">{$deleteAllDataCode}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user