Browse Source

removed the button class from the roblib solr search toc div

2.x-ebsco
Paul Pound 7 years ago
parent
commit
2949ec1ca2
  1. 2
      targets/solr_site/theme/roblib-search-solr-site-results.tpl.php

2
targets/solr_site/theme/roblib-search-solr-site-results.tpl.php

@ -20,5 +20,5 @@ if (!isset($type)){
<img src="<?php print (empty($spinner_path) ? ' ' : $spinner_path); ?>"/>
</div>
<div id="roblib-solr-more-results-<?php print($type)?>" class="roblib-solr-more-button button"></div>
<div id="roblib-solr-more-results-<?php print($type)?>" class="roblib-solr-more-button "></div>
<div id="roblib-solr-search-toc-<?php print($type)?>" class="roblib-bento-toc moveme-please"></div>

Loading…
Cancel
Save