Author: sevein
Date: Tue Aug 14 14:16:20 2012
New Revision: 12105
Log:
Remove 'The server returned a 404 response' message from the 404 template,
fixes issue 2160
Modified:
trunk/apps/qubit/modules/admin/templates/error404Success.php
Modified: trunk/apps/qubit/modules/admin/templates/error404Success.php
==============================================================================
--- trunk/apps/qubit/modules/admin/templates/error404Success.php Tue Aug
14 13:59:51 2012 (r12104)
+++ trunk/apps/qubit/modules/admin/templates/error404Success.php Tue Aug
14 14:16:20 2012 (r12105)
@@ -2,9 +2,7 @@
<?php echo image_tag('cancel48') ?>
- <h2 class="capitalize" style="font-size: 20px"><?php echo __('Sorry, page
not found').'.'; ?></h2>
-
- <h2 class="firstLetter"><?php echo __('The server returned a 404
response').'.'; ?></h2>
+ <h2 class="capitalize" style="font-size: 20px"><?php echo __('Sorry, page
not found').'.' ?></h2>
<h4 class="firstLetter"><?php echo __('Did you type the URL correctly?');
?></h4>
@@ -12,7 +10,6 @@
<a href="javascript:history.go(-1)"><?php echo __('Back to previous page');
?></a>
- <br/>
- <?php echo link_to(__('Go to homepage'), '@homepage') ?>
+ <br/><?php echo link_to(__('Go to homepage'), '@homepage') ?>
</div>
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.