Author: jablko
Date: Thu Oct 28 00:39:46 2010
New Revision: 8608
Log:
Cosmetic change
Modified:
trunk/apps/qubit/modules/admin/templates/error404Success.php
trunk/apps/qubit/modules/admin/templates/oaiDisabledSuccess.php
trunk/apps/qubit/modules/admin/templates/secureSuccess.php
trunk/apps/qubit/modules/admin/templates/termPermissionSuccess.php
trunk/apps/qubit/modules/admin/templates/translatePermissionSuccess.php
trunk/apps/qubit/modules/digitalobject/templates/_showAudio.php
trunk/apps/qubit/modules/user/templates/readOnlySuccess.php
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/protectedSuccess.php
Modified: trunk/apps/qubit/modules/admin/templates/error404Success.php
==============================================================================
--- trunk/apps/qubit/modules/admin/templates/error404Success.php Thu Oct
28 00:21:19 2010 (r8607)
+++ trunk/apps/qubit/modules/admin/templates/error404Success.php Thu Oct
28 00:39:46 2010 (r8608)
@@ -1,5 +1,5 @@
<div style="text-align: center;">
- <?php echo image_tag('cancel48.png') ?>
+ <?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>
Modified: trunk/apps/qubit/modules/admin/templates/oaiDisabledSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/admin/templates/oaiDisabledSuccess.php Thu Oct
28 00:21:19 2010 (r8607)
+++ trunk/apps/qubit/modules/admin/templates/oaiDisabledSuccess.php Thu Oct
28 00:39:46 2010 (r8608)
@@ -1,5 +1,5 @@
<div style="text-align: center;">
- <?php echo image_tag('cancel48.png') ?>
+ <?php echo image_tag('cancel48') ?>
<h2 style="font-size: 20px;"><?php echo __('Sorry, OAI harvesting is
disabled for this system.'); ?></h2>
Modified: trunk/apps/qubit/modules/admin/templates/secureSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/admin/templates/secureSuccess.php Thu Oct 28
00:21:19 2010 (r8607)
+++ trunk/apps/qubit/modules/admin/templates/secureSuccess.php Thu Oct 28
00:39:46 2010 (r8608)
@@ -1,5 +1,5 @@
<div style="text-align: center;">
- <?php echo image_tag('lock48.png') ?>
+ <?php echo image_tag('lock48') ?>
<h2 style="font-size: 20px;"><?php echo __('Sorry, you do not have
permission to access that page'); ?></h2>
Modified: trunk/apps/qubit/modules/admin/templates/termPermissionSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/admin/templates/termPermissionSuccess.php Thu Oct
28 00:21:19 2010 (r8607)
+++ trunk/apps/qubit/modules/admin/templates/termPermissionSuccess.php Thu Oct
28 00:39:46 2010 (r8608)
@@ -1,5 +1,5 @@
<div style="text-align: center;">
- <?php echo image_tag('lock48.png') ?>
+ <?php echo image_tag('lock48') ?>
<?php if (null == $use): ?>
<h2 style="font-size: 20px;"><?php echo __('Sorry, this Term is locked and
cannot be deleted'); ?></h2>
Modified:
trunk/apps/qubit/modules/admin/templates/translatePermissionSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/admin/templates/translatePermissionSuccess.php
Thu Oct 28 00:21:19 2010 (r8607)
+++ trunk/apps/qubit/modules/admin/templates/translatePermissionSuccess.php
Thu Oct 28 00:39:46 2010 (r8608)
@@ -1,5 +1,5 @@
<div style="text-align: center;">
- <?php echo image_tag('lock48.png') ?>
+ <?php echo image_tag('lock48') ?>
<h2 style="font-size: 20px;"><?php echo __('Sorry, you do not have
permission to make %1% language translations', array('%1%' =>
format_language($sf_user->getCulture()))); ?></h2>
Modified: trunk/apps/qubit/modules/digitalobject/templates/_showAudio.php
==============================================================================
--- trunk/apps/qubit/modules/digitalobject/templates/_showAudio.php Thu Oct
28 00:21:19 2010 (r8607)
+++ trunk/apps/qubit/modules/digitalobject/templates/_showAudio.php Thu Oct
28 00:39:46 2010 (r8608)
@@ -16,13 +16,13 @@
<?php if ($iconOnly): ?>
- <?php echo link_to(image_tag('play.png'), $link) ?>
+ <?php echo link_to(image_tag('play'), $link) ?>
<?php else: ?>
<div class="digitalObject">
<div class="digitalObjectRep">
- <?php echo link_to(image_tag('play.png'), $link) ?>
+ <?php echo link_to(image_tag('play'), $link) ?>
</div>
<div class="digitalObjectDesc">
<?php echo string_wrap($digitalObject->getName(), 18) ?>
Modified: trunk/apps/qubit/modules/user/templates/readOnlySuccess.php
==============================================================================
--- trunk/apps/qubit/modules/user/templates/readOnlySuccess.php Thu Oct 28
00:21:19 2010 (r8607)
+++ trunk/apps/qubit/modules/user/templates/readOnlySuccess.php Thu Oct 28
00:39:46 2010 (r8608)
@@ -1,5 +1,5 @@
<div style="text-align: center;">
- <?php echo image_tag('lock48.png') ?>
+ <?php echo image_tag('lock48') ?>
<h2 style="font-size: 20px;"><?php echo __('The system is currently in
read-only mode. Please try again later.'); ?></h2>
Modified:
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/protectedSuccess.php
==============================================================================
--- trunk/plugins/qbAclPlugin/modules/aclGroup/templates/protectedSuccess.php
Thu Oct 28 00:21:19 2010 (r8607)
+++ trunk/plugins/qbAclPlugin/modules/aclGroup/templates/protectedSuccess.php
Thu Oct 28 00:39:46 2010 (r8608)
@@ -1,7 +1,7 @@
<div class="pageTitle"></div>
<div style="text-align: center;">
- <?php echo image_tag('lock48.png') ?>
+ <?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>
--
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.