From 1a84cc52fea5f653e51a6ec43c778d4452351964 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 18 Oct 2005 04:10:40 +0000 Subject: =?UTF-8?q?Bug=20302835:=20The=20"confirm=20delete"=20page=20when?= =?UTF-8?q?=20deleting=20a=20user=20account=20should=20distinguish=20betwe?= =?UTF-8?q?en=20risky=20and=20no=20risky=20actions=20-=20Patch=20by=20Fr?= =?UTF-8?q?=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dwurblzap?= =?UTF-8?q?=20a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/admin/users/confirm-delete.html.tmpl | 502 +++++++++++---------- 1 file changed, 264 insertions(+), 238 deletions(-) (limited to 'template/en/default/admin') diff --git a/template/en/default/admin/users/confirm-delete.html.tmpl b/template/en/default/admin/users/confirm-delete.html.tmpl index e8bfe8609..afe464697 100644 --- a/template/en/default/admin/users/confirm-delete.html.tmpl +++ b/template/en/default/admin/users/confirm-delete.html.tmpl @@ -131,252 +131,278 @@

Confirmation

- [% IF reporter || assignee_or_qa || bug_activity || cc || flags.requestee || - flags.setter || longdescs || namedqueries || profiles_activity || series || - votes || watch.watched || watch.watcher || whine_events || whine_schedules %] - + + [% display_warning = 1 %] + [% END %] + + [% IF assignee_or_qa || cc || flags.requestee || namedqueries || + series || votes || watch.watched || watch.watcher || + whine_events || whine_schedules %] +
+

The following deletions are safe and will not generate + referential integrity inconsistencies.

+ + +
+ [% display_warning = 1 %] + [% END %] + + [% IF display_warning %]

Please be aware of the consequences of this before continuing.

-- cgit v1.2.1