From 4a9022e96069fa8162889e66925f33b48f1a8e45 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Fri, 27 Jan 2012 03:47:37 +1100 Subject: [PATCH] better "confirm" page --- mod.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mod.php b/mod.php index 0bf144ed..f7863445 100644 --- a/mod.php +++ b/mod.php @@ -255,11 +255,11 @@ $body = '

' . 'Are you sure you want to do that?' . - 'You clicked ' . + 'We were unable to serve a confirmation dialog for ' . '?/' . utf8tohtml($uri) . '' . - ' but had Javascript disabled, so we weren\'t able to serve the confirmation dialog.' . + ', probably due to Javascript being disabled.' . '

' . - '

Confirm.

'; + '

Confirm

'; echo Element('page.html', Array( 'config'=>$config,