summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/users
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/users')
-rw-r--r--template/en/default/admin/users/confirm-delete.html.tmpl4
-rw-r--r--template/en/default/admin/users/edit.html.tmpl4
2 files changed, 6 insertions, 2 deletions
diff --git a/template/en/default/admin/users/confirm-delete.html.tmpl b/template/en/default/admin/users/confirm-delete.html.tmpl
index 02efdb82a..6f0a565ca 100644
--- a/template/en/default/admin/users/confirm-delete.html.tmpl
+++ b/template/en/default/admin/users/confirm-delete.html.tmpl
@@ -44,8 +44,10 @@
# created
#%]
+[% title = BLOCK %]Confirm deletion of user [% otheruser.login FILTER html %][% END %]
+
[% PROCESS global/header.html.tmpl
- title = "Confirm deletion of user $otheruser.login"
+ title = title
style_urls = ['skins/standard/admin.css',
'skins/standard/editusers.css']
%]
diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl
index c35bb691f..b0cc21082 100644
--- a/template/en/default/admin/users/edit.html.tmpl
+++ b/template/en/default/admin/users/edit.html.tmpl
@@ -25,8 +25,10 @@
# canbless) for viewed user.
#%]
+[% title = BLOCK %]Edit user [% otheruser.login FILTER html %][% END %]
+
[% PROCESS global/header.html.tmpl
- title = "Edit user $login"
+ title = title
message = message
style_urls = ['skins/standard/editusers.css']
%]