Author: sevein
Date: Thu May 3 17:45:13 2012
New Revision: 11626
Log:
Stop using jQuery fill text plugin
Deleted:
branches/2.0/vendor/jquery.textfill.js
Modified:
branches/2.0/apps/qubit/config/view.yml
branches/2.0/apps/qubit/modules/informationobject/templates/_contextMenu.php
branches/2.0/apps/qubit/modules/repository/templates/browseSuccess.php
branches/2.0/apps/qubit/modules/search/templates/_searchResults.php
Modified: branches/2.0/apps/qubit/config/view.yml
==============================================================================
--- branches/2.0/apps/qubit/config/view.yml Thu May 3 17:44:15 2012
(r11625)
+++ branches/2.0/apps/qubit/config/view.yml Thu May 3 17:45:13 2012
(r11626)
@@ -24,7 +24,6 @@
/vendor/yui/container/container_core-min:
/vendor/yui/menu/menu-min:
/vendor/html5.js:
- /vendor/jquery.textfill.js:
/vendor/jquery.expander.js:
/vendor/chosen/chosen/chosen.jquery.min.js:
/vendor/bootstrap.js:
Modified:
branches/2.0/apps/qubit/modules/informationobject/templates/_contextMenu.php
==============================================================================
---
branches/2.0/apps/qubit/modules/informationobject/templates/_contextMenu.php
Thu May 3 17:44:15 2012 (r11625)
+++
branches/2.0/apps/qubit/modules/informationobject/templates/_contextMenu.php
Thu May 3 17:45:13 2012 (r11626)
@@ -3,9 +3,7 @@
<?php if (true || sfConfig::get('app_multi_repository')): ?>
<div id="institution">
<div class="institution maxi">
- <h2 class="filltext">
- <?php echo
render_show_repository(sfConfig::get('app_ui_label_repository'), $resource) ?>
- </h2>
+ <h2><?php echo
render_show_repository(sfConfig::get('app_ui_label_repository'), $resource)
?></h2>
</div>
</div>
<?php endif; ?>
Modified: branches/2.0/apps/qubit/modules/repository/templates/browseSuccess.php
==============================================================================
--- branches/2.0/apps/qubit/modules/repository/templates/browseSuccess.php
Thu May 3 17:44:15 2012 (r11625)
+++ branches/2.0/apps/qubit/modules/repository/templates/browseSuccess.php
Thu May 3 17:45:13 2012 (r11626)
@@ -44,9 +44,7 @@
<?php foreach ($pager->getResults() as $hit): ?>
<?php $doc = build_i18n_doc($hit, array('actor')) ?>
<div class="institution maxi">
- <h2 class="filltext">
- <?php echo
link_to($doc['actor'][$sf_user->getCulture()]['authorizedFormOfName'],
array('module' => 'repository', 'slug' => $doc['slug'])) ?>
- </h2>
+ <h2><?php echo
link_to($doc['actor'][$sf_user->getCulture()]['authorizedFormOfName'],
array('module' => 'repository', 'slug' => $doc['slug'])) ?></h2>
</div>
<?php endforeach; ?>
Modified: branches/2.0/apps/qubit/modules/search/templates/_searchResults.php
==============================================================================
--- branches/2.0/apps/qubit/modules/search/templates/_searchResults.php Thu May
3 17:44:15 2012 (r11625)
+++ branches/2.0/apps/qubit/modules/search/templates/_searchResults.php Thu May
3 17:45:13 2012 (r11626)
@@ -30,7 +30,7 @@
<div class="section well clearfix" id="institutions">
<div class="institution mini">
- <h2 class="filltext active"><?php echo link_to(__('All
Institutions'), array('repository_id' => null, 'page' => null) +
$sf_request->getParameterHolder()->getAll()) ?></h2>
+ <h2 class="active"><?php echo link_to(__('All Institutions'),
array('repository_id' => null, 'page' => null) +
$sf_request->getParameterHolder()->getAll()) ?></h2>
</div>
<?php $numNav = 7; $i = 0; // NB: numNav could be hardcoded but
might change ?>
@@ -38,7 +38,7 @@
<?php $i++; ?>
<div class="institution mini">
- <h2 class="filltext"><?php echo link_to(__($term['term']),
array('repository_id' => $id, 'page' => null) +
$sf_request->getParameterHolder()->getAll()) ?></h2>
+ <h2><?php echo link_to(__($term['term']), array('repository_id'
=> $id, 'page' => null) + $sf_request->getParameterHolder()->getAll()) ?></h2>
</div>
<?php if ($i >= $numNav) break ?>
--
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.