Lines 108-114
Link Here
|
108 |
|
108 |
|
109 |
<nav class="navbar navbar-default navbar-fixed-bottom"> |
109 |
<nav class="navbar navbar-default navbar-fixed-bottom"> |
110 |
<div class="container-fluid"> |
110 |
<div class="container-fluid"> |
111 |
<fieldset class="action"><input type="submit" class="submit" value="Search" /> <a class="cancel close" href="#">Cancel</a></fieldset> |
111 |
<fieldset class="action"><input type="submit" class="btn btn-primary" value="Search" /> <a class="cancel close" href="#">Cancel</a></fieldset> |
112 |
</div> |
112 |
</div> |
113 |
</nav> |
113 |
</nav> |
114 |
</form> <!-- /.checkboxed --> |
114 |
</form> <!-- /.checkboxed --> |
Lines 243-249
Link Here
|
243 |
[% IF ( show_nextbutton ) %] |
243 |
[% IF ( show_nextbutton ) %] |
244 |
<input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page | html %]" /> |
244 |
<input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page | html %]" /> |
245 |
[% END %] |
245 |
[% END %] |
246 |
<br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page | html %]" size="4" type="text" /><input type="submit" name="changepage_goto" value="Go" /> |
246 |
<br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page | html %]" size="4" type="text" /><input type="submit" name="changepage_goto" class="btn btn-primary" value="Go" /> |
247 |
</form> <!-- /#page_form --> |
247 |
</form> <!-- /#page_form --> |
248 |
|
248 |
|
249 |
[% ELSE %] |
249 |
[% ELSE %] |
Lines 254-260
Link Here
|
254 |
<p> |
254 |
<p> |
255 |
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]"/> |
255 |
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]"/> |
256 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]"/> |
256 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]"/> |
257 |
<input type="submit" value="Try another search"/> |
257 |
<input type="submit" class="btn btn-primary" value="Try another search" /> |
258 |
</p> |
258 |
</p> |
259 |
</form> |
259 |
</form> |
260 |
</div> <!-- /.col-xs-12 --> |
260 |
</div> <!-- /.col-xs-12 --> |
261 |
- |
|
|