summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/confirm-action.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/confirm-action.html.tmpl')
-rw-r--r--template/en/default/admin/confirm-action.html.tmpl53
1 files changed, 22 insertions, 31 deletions
diff --git a/template/en/default/admin/confirm-action.html.tmpl b/template/en/default/admin/confirm-action.html.tmpl
index e3b9ef5f7..ecc162540 100644
--- a/template/en/default/admin/confirm-action.html.tmpl
+++ b/template/en/default/admin/confirm-action.html.tmpl
@@ -15,8 +15,9 @@
# if he declines submission.
#%]
-[% PROCESS global/header.html.tmpl title = "Suspicious Action"
- style_urls = ['skins/standard/global.css'] %]
+[% PROCESS global/header.html.tmpl
+ title = "Suspicious Action"
+%]
[% IF abuser %]
<div class="throw_error">
@@ -27,37 +28,27 @@
is incorrect, meaning that it looks like you didn't come from the right page.
The following token has been used :</p>
- <table border="0" cellpadding="5" cellspacing="0">
- [% IF token_action != expected_action %]
- <tr>
- <th>Action&nbsp;stored:</th>
- <td>[% token_action FILTER html %]</td>
- </tr>
- <tr>
- <th>&nbsp;</th>
- <td>
- This action doesn't match the one expected ([% expected_action FILTER html %]).
- </td>
- </tr>
- [% END %]
+ [% IF token_action != expected_action %]
+ <p>
+ <span class="label">Action&nbsp;stored:</span>
+ [%+ token_action FILTER html %]
+ <br>
+ This action doesn't match the one expected ([% expected_action FILTER html %]).
+ </p>
+ [% END %]
- [% IF abuser != user.identity %]
- <tr>
- <th>Generated&nbsp;by:</th>
- <td>[% abuser FILTER html %]</td>
- </tr>
- <tr>
- <th>&nbsp;</th>
- <td>
- This token has not been generated by you. It is possible that someone
- tried to trick you!
- </td>
- </tr>
- [% END %]
- </table>
-
- <p>Please report this problem to [%+ Param("maintainer") FILTER html %].</p>
+ [% IF abuser != user.identity %]
+ <p>
+ <span class="label">Generated&nbsp;by:</span>
+ [%+ abuser FILTER html %]
+ <br>
+ This token has not been generated by you. It is possible that someone
+ tried to trick you!
+ </p>
+ [% END %]
</div>
+
+ <p>Please report this problem to [% Param("maintainer") FILTER html %].</p>
[% ELSE %]
<div class="throw_error">
It looks like you didn't come from the right page (you have no valid token for