Author: sevein
Date: Tue May 1 09:48:00 2012
New Revision: 11581
Log:
Use regular select, not sure if we need the chosen library there
Modified:
branches/2.0/apps/qubit/modules/search/templates/_searchResults.php
Modified: branches/2.0/apps/qubit/modules/search/templates/_searchResults.php
==============================================================================
--- branches/2.0/apps/qubit/modules/search/templates/_searchResults.php Tue May
1 09:46:13 2012 (r11580)
+++ branches/2.0/apps/qubit/modules/search/templates/_searchResults.php Tue May
1 09:48:00 2012 (r11581)
@@ -47,7 +47,7 @@
<div id="more-institutions" class="clearfix pull-right">
- <select id="respository" data-placeholder="22 more institutions with
results" class="chzn-select" style="width:400px;" tabindex="2">
+ <select>
<option value="" selected="selected"><?php echo __('%1% more
institutions with results', array('%1%' =>
count($pager->facets['repository_id']['terms']) - $numNav)) ?></option>
<?php $i = 0; ?>
<?php foreach($pager->facets['repository_id']['terms'] as $id =>
$term): ?>
--
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.