Author: sevein
Date: Wed Oct 5 11:33:43 2011
New Revision: 9931
Log:
Add sections
Modified:
trunk/apps/qubit/modules/digitalobject/templates/_imageflow.php
trunk/apps/qubit/modules/informationobject/templates/_treeView.php
Modified: trunk/apps/qubit/modules/digitalobject/templates/_imageflow.php
==============================================================================
--- trunk/apps/qubit/modules/digitalobject/templates/_imageflow.php Wed Oct
5 11:07:56 2011 (r9930)
+++ trunk/apps/qubit/modules/digitalobject/templates/_imageflow.php Wed Oct
5 11:33:43 2011 (r9931)
@@ -1,6 +1,6 @@
<?php use_helper('Text') ?>
-<div>
+<div class="section">
<h3><?php echo sfConfig::get('app_ui_label_digitalobject') ?></h3>
<div class="imageflow" id="imageflow">
<?php foreach ($thumbnails as $item): ?>
Modified: trunk/apps/qubit/modules/informationobject/templates/_treeView.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/_treeView.php Wed Oct
5 11:07:56 2011 (r9930)
+++ trunk/apps/qubit/modules/informationobject/templates/_treeView.php Wed Oct
5 11:33:43 2011 (r9931)
@@ -1,6 +1,8 @@
<?php use_helper('Javascript') ?>
-<div id="treeView"></div>
+<div class="section">
+ <div id="treeView"></div>
+</div>
<?php
--
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.