Author: sevein
Date: Mon Nov 1 11:13:44 2010
New Revision: 8739
Log:
Cosmetic changes.
Modified:
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/protectedSuccess.php
Modified:
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/protectedSuccess.php
==============================================================================
--- trunk/plugins/qbAclPlugin/modules/aclGroup/templates/protectedSuccess.php
Mon Nov 1 11:07:35 2010 (r8738)
+++ trunk/plugins/qbAclPlugin/modules/aclGroup/templates/protectedSuccess.php
Mon Nov 1 11:13:44 2010 (r8739)
@@ -1,13 +1,15 @@
-<div class="pageTitle"></div>
-
<div style="text-align: center;">
+
<?php echo image_tag('lock48') ?>
- <h2 style="font-size: 20px;"><?php echo __('Sorry, this group is locked
and cannot be deleted'); ?></h2>
- <h2><?php echo __('This group is required by the application to operate
correctly'); ?></h2>
+ <h2 style="font-size: 20px;"><?php echo __('Sorry, this group is locked and
cannot be deleted'); ?></h2>
+
+ <h2><?php echo __('This group is required by the application to operate
correctly'); ?></h2>
<a href="javascript:history.go(-1)"><?php echo __('Back to previous page');
?></a>
+
<br/>
+
<?php echo link_to(__('List groups'), array('module' => 'aclGroup', 'action'
=> 'list')) ?>
</div>
\ No newline at end of file
--
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.