Author: sevein
Date: Tue Aug 14 14:17:48 2012
New Revision: 12106
Log:
Cosmetic changes
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 14:16:20 2012 (r12105)
+++ trunk/apps/qubit/modules/admin/templates/error404Success.php Tue Aug
14 14:17:48 2012 (r12106)
@@ -2,13 +2,13 @@
<?php echo image_tag('cancel48') ?>
- <h2 class="capitalize" style="font-size: 20px"><?php echo __('Sorry, page
not found').'.' ?></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>
+ <h4><?php echo __('Did you type the URL correctly?') ?></h4>
- <h4 class="firstLetter"><?php echo __('Did you follow a broken link?');
?></h4>
+ <h4><?php echo __('Did you follow a broken link?') ?></h4>
- <a href="javascript:history.go(-1)"><?php echo __('Back to previous page');
?></a>
+ <a href="javascript:history.go(-1)"><?php echo __('Back to previous page')
?></a>
<br/><?php echo link_to(__('Go to homepage'), '@homepage') ?>
--
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.