[% IF ctx.browse_results.size >= blimit %]
<div class="browse-pager">
[% IF lower_limit == 0 %]
- <a class="opac-button" href="[% mkurl('', {didx => pivot_lower}) %]"
+ <a class="btn btn-opac" href="[% mkurl('', {didx => pivot_lower}) %]"
onclick="$('browse-pager-spinner-[% id %]').className = '';"
>← [%l ('Back') %]</a>
[% END %]
[% IF upper_limit == 0 %]
- <a class="opac-button" href="[% mkurl('', {didx => pivot_higher}) %]"
+ <a class="btn btn-opac" href="[% mkurl('', {didx => pivot_higher}) %]"
onclick="$('browse-pager-spinner-[% id %]').className = '';"
>[%l ('Next') %] →</a>
[% END %]
<div id='course_search_submit'>
<input type="hidden" name="_course" value="1" />
<span>
- <input id='search-submit-go' type="submit" value="[% l('Search') %]" title="[% l('Search') %]" class="opac-button"
+ <input id='search-submit-go' type="submit" value="[% l('Search') %]" title="[% l('Search') %]" class="btn btn-opac"
onclick='setTimeout(function(){$("search-submit-spinner").className=""; $("search-submit-go").className="hidden"}, 2000)'/>
<img id='search-submit-spinner' src='/opac/images/progressbar_green.gif[% ctx.cache_key %]'
class='hidden' alt="[% l('Search in progress icon') %]"/>
</span>
<a href="[% mkurl(ctx.opac_root _ '/course_search', {$loc_name => loc_value}, 1) %]"
- class="opac-button">[% l('Clear Form') %]</a>
+ class="btn btn-deny">[% l('Clear Form') %]</a>
</div>
</div>
</div>
[% END %]
<option value="[% mkurl(ctx.opac_root _ '/mylist/clear', {}) %]">[% l('Clear Basket') %]</option>
</select>
- <input class="opac-button" type="button" id="do_basket_action" value="[% l('Go') %]" />
+ <input class="btn btn-action" type="button" id="do_basket_action" value="[% l('Go') %]" />
</div>
<div id="record_basket_icon">
<a href="[% mkurl(ctx.opac_root _ '/mylist') %]" class="no-dec" rel="nofollow" vocab="">
ctx.depth_sel_button = 1; # Basic Search Submit Button
ctx.depth_sel_depth = 0; # Depth to set to
ctx.depth_sel_button_label = l('All Libraries');
-ctx.depth_sel_button_class = 'opac-button';
+ctx.depth_sel_button_class = 'btn-opac';
ctx.depth_sel_checkbox_label = l('Show Results from All Libraries');
ctx.depth_sel_tooltip = l('Select this option to expand your results to all libraries while retaining the priority of your selected library\'s holdings.');
ctx.depth_sel_resultshint = l('Showing results from all libraries');
ctx.depth_sel_button = 1; # Basic Search Submit Button
ctx.depth_sel_depth = 0; # Depth to set to
ctx.depth_sel_button_label = l('All Libraries');
-ctx.depth_sel_button_class = 'opac-button';
+ctx.depth_sel_button_class = 'btn-opac';
ctx.depth_sel_checkbox_label = l('Show Results from All Libraries');
ctx.depth_sel_tooltip = l('Select this option to expand your results to all libraries while retaining the priority of your selected librarys holdings.');
ctx.depth_sel_resultshint = l('Showing results from all libraries');
[% l('Patron barcode was not found') %]
</span>
[% IF ctx.is_browser_staff %]
- <button id="hold_usr_search" type="button" class="opac-button" style="display: none;">[% l('Patron Search') %]</button>
+ <button id="hold_usr_search" type="button" class="btn btn-action" style="display: none;">[% l('Patron Search') %]</button>
[% END %]
<br />
<input type="hidden" id="staff_barcode"
[% FOREACH p IN CGI.params.keys; NEXT IF p == 'geographic-location' %]
<input type="hidden" name="[% p | html %]" value="[% CGI.params.$p | html %]"/>
[% END %]
- <button type="submit" class="opac-button">[% l('Use default item sort') %]</button>
+ <button type="submit" class="btn btn-opac">[% l('Use default item sort') %]</button>
</form>
[% END %]
[% END %]
</div>
<hr />
<div>
- <a class="opac-button" href="[% ctx.redirect_to | html %]">[% l("Return") %]</a>
+ <a class="btn btn-opac" href="[% ctx.redirect_to | html %]">[% l("Return") %]</a>
</div>
[% END %]
<br class="clear-both" />
value="[% l('Submit') %]"
title="[% l('Submit') %]"
alt="[% l('Submit') %]"
- class="opac-button" />
+ class="btn btn-action" />
<br/>[% l('Note: carrier charges may apply'); %]
</form>
[% END %]