~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/php/phpBB3/adm/style/confirm_body_prune.html

Merge from no-phpbb-for-you. phpBB is no longer available by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- INCLUDE overall_header.html -->
2
 
 
3
 
<form id="confirm" method="post" action="{S_CONFIRM_ACTION}">
4
 
 
5
 
<fieldset>
6
 
        <h1>{MESSAGE_TITLE}</h1>
7
 
        <p>{MESSAGE_TEXT}</p>
8
 
 
9
 
        {S_HIDDEN_FIELDS}
10
 
 
11
 
        <div style="text-align: center;">
12
 
                <input type="submit" name="confirm" value="{L_YES}" class="button2" />&nbsp; 
13
 
                <input type="submit" name="cancel" value="{L_NO}" class="button2" />
14
 
        </div>
15
 
 
16
 
        <h2>{L_PRUNE_USERS_LIST}</h2>
17
 
        <!-- IF S_DEACTIVATE --><p>{L_PRUNE_USERS_LIST_DEACTIVATE}</p><!-- ELSE --><p>{L_PRUNE_USERS_LIST_DELETE}</p><!-- ENDIF -->
18
 
 
19
 
        <br />
20
 
        <!-- BEGIN users -->
21
 
        &raquo; <a href="{users.U_PROFILE}">{users.USERNAME}</a><!-- IF users.U_USER_ADMIN --> [<a href="{users.U_USER_ADMIN}">{L_USER_ADMIN}</a>]<!-- ENDIF --><br />
22
 
        <!-- END users -->
23
 
 
24
 
        <br /><br />
25
 
 
26
 
</fieldset>
27
 
 
28
 
</form>
29
 
 
30
 
<!-- INCLUDE overall_footer.html -->