better "confirm" page
This commit is contained in:
parent
d404a40ce8
commit
4a9022e960
6
mod.php
6
mod.php
@ -255,11 +255,11 @@
|
|||||||
|
|
||||||
$body = '<p style="text-align:center">' .
|
$body = '<p style="text-align:center">' .
|
||||||
'<span class="heading" style="margin-bottom:6px">Are you sure you want to do that?</span>' .
|
'<span class="heading" style="margin-bottom:6px">Are you sure you want to do that?</span>' .
|
||||||
'You clicked ' .
|
'We were unable to serve a confirmation dialog for ' .
|
||||||
'<strong>?/' . utf8tohtml($uri) . '</strong>' .
|
'<strong>?/' . utf8tohtml($uri) . '</strong>' .
|
||||||
' but had Javascript disabled, so we weren\'t able to serve the confirmation dialog.' .
|
', probably due to Javascript being disabled.' .
|
||||||
'</p>' .
|
'</p>' .
|
||||||
'<p style="text-align:center"><a style="margin:block;font-size:150%;font-weight:bold" href="?/' . utf8tohtml($uri) . '">Confirm.</a></p>';
|
'<p style="text-align:center"><a style="margin:block;font-size:150%;font-weight:bold" href="?/' . utf8tohtml($uri) . '">Confirm</a></p>';
|
||||||
|
|
||||||
echo Element('page.html', Array(
|
echo Element('page.html', Array(
|
||||||
'config'=>$config,
|
'config'=>$config,
|
||||||
|
Loading…
Reference in New Issue
Block a user