Author: david
Date: Mon Sep 26 11:35:14 2011
New Revision: 9824
Log:
Use id for exit-preview and print-date <div>s
Modified:
trunk/apps/qubit/modules/physicalobject/templates/boxListSuccess.php
trunk/css/print.css
Modified: trunk/apps/qubit/modules/physicalobject/templates/boxListSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/physicalobject/templates/boxListSuccess.php
Mon Sep 26 11:34:09 2011 (r9823)
+++ trunk/apps/qubit/modules/physicalobject/templates/boxListSuccess.php
Mon Sep 26 11:35:14 2011 (r9824)
@@ -1,8 +1,8 @@
-<div class="exit-preview">
+<div id="exit-preview">
<?php echo link_to('Back', array($resource, 'module' => 'physicalobject')) ?>
</div>
-<div class="print-date">
+<div id="print-date">
<?php echo __('Printed: %d%', array('%d%' => date('Y-m-d'))) ?>
</div>
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Mon Sep 26 11:34:09 2011 (r9823)
+++ trunk/css/print.css Mon Sep 26 11:35:14 2011 (r9824)
@@ -59,12 +59,12 @@
page-break-after: avoid;
}
-div.exit-preview
+#exit-preview
{
display: none;
}
-div.print-date
+#print-date
{
padding: 2px 4px;
float: right;
--
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.