Author: sevein
Date: Thu May 3 16:20:13 2012
New Revision: 11618
Log:
Markup fixes
Modified:
branches/2.0/apps/qubit/modules/taxonomy/templates/browseSuccess.php
Modified: branches/2.0/apps/qubit/modules/taxonomy/templates/browseSuccess.php
==============================================================================
--- branches/2.0/apps/qubit/modules/taxonomy/templates/browseSuccess.php
Thu May 3 16:15:06 2012 (r11617)
+++ branches/2.0/apps/qubit/modules/taxonomy/templates/browseSuccess.php
Thu May 3 16:20:13 2012 (r11618)
@@ -1,13 +1,13 @@
<div class="row">
- <div class="span12 hidden-phone">
+ <div class="span12">
<h1>
<?php if (isset($icon)): ?>
<?php echo
image_tag('/plugins/qtDominionPlugin/images/icons-large/icon-'.$icon.'.png',
array('width' => '42', 'height' => '42')) ?>
<?php endif; ?>
<?php echo __('Browse %1% %2%', array(
'%1%' => $pager->getNbResults(),
- '%2%' => strtolower(render_title($resource)))); ?>
+ '%2%' => strtolower(render_title($resource)))) ?>
</h1>
</div>
@@ -24,7 +24,8 @@
<div id="content">
- <div class="c">
+ <div class="section">
+
<table class="table table-bordered sticky-enabled">
<thead>
<tr>
@@ -56,6 +57,7 @@
<?php endforeach; ?>
</tbody>
</table>
+
</div>
<?php echo get_partial('default/pager', array('pager' => $pager)) ?>
--
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.