Author: sevein
Date: Tue Sep 27 16:44:43 2011
New Revision: 9859

Log:
Add section class

Modified:
   trunk/apps/qubit/modules/admin/templates/error404Success.php
   trunk/apps/qubit/modules/admin/templates/secureSuccess.php

Modified: trunk/apps/qubit/modules/admin/templates/error404Success.php
==============================================================================
--- trunk/apps/qubit/modules/admin/templates/error404Success.php        Tue Sep 
27 16:44:24 2011        (r9858)
+++ trunk/apps/qubit/modules/admin/templates/error404Success.php        Tue Sep 
27 16:44:43 2011        (r9859)
@@ -1,13 +1,17 @@
-<div style="text-align: center;">
+<div class="section" style="text-align: center;">
+
   <?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>
+
+  <h2 class="firstLetter"><?php echo __('The server returned a 404 
response').'.'; ?></h2>
 
   <h4 class="firstLetter"><?php echo __('Did you type the URL correctly?'); 
?></h4>
 
   <h4 class="firstLetter"><?php echo __('Did you follow a broken link?'); 
?></h4>
 
   <a href="javascript:history.go(-1)"><?php echo __('Back to previous page'); 
?></a>
+
   <br/>
   <?php echo link_to(__('Go to homepage'), '@homepage') ?>
 

Modified: trunk/apps/qubit/modules/admin/templates/secureSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/admin/templates/secureSuccess.php  Tue Sep 27 
16:44:24 2011        (r9858)
+++ trunk/apps/qubit/modules/admin/templates/secureSuccess.php  Tue Sep 27 
16:44:43 2011        (r9859)
@@ -1,9 +1,11 @@
-<div style="text-align: center;">
+<div class="section" style="text-align: center;">
+
   <?php echo image_tag('lock48') ?>
 
-    <h2 style="font-size: 20px;"><?php echo __('Sorry, you do not have 
permission to access that page'); ?></h2>
+  <h2 style="font-size: 20px;"><?php echo __('Sorry, you do not have 
permission to access that page'); ?></h2>
 
   <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.

Reply via email to