|
Lines 26-33
Link Here
|
| 26 |
[% END %] |
26 |
[% END %] |
| 27 |
</ul> |
27 |
</ul> |
| 28 |
|
28 |
|
| 29 |
<div class="container-fluid"> |
29 |
<div class="container> |
| 30 |
<div class="row-fluid"> |
30 |
<div class="row"> |
| 31 |
<div class="span2"> |
31 |
<div class="span2"> |
| 32 |
<div id="navigation"> |
32 |
<div id="navigation"> |
| 33 |
[% INCLUDE 'navigation.inc' IsPatronPage=1 %] |
33 |
[% INCLUDE 'navigation.inc' IsPatronPage=1 %] |
|
Lines 90-100
Link Here
|
| 90 |
hidden.defined('dateofbirth') && hidden.defined('initials') && hidden.defined('othernames') && |
90 |
hidden.defined('dateofbirth') && hidden.defined('initials') && hidden.defined('othernames') && |
| 91 |
hidden.defined('sex') |
91 |
hidden.defined('sex') |
| 92 |
%] |
92 |
%] |
| 93 |
<div class="row-fluid"> |
93 |
<div class="row"> |
| 94 |
[% IF ( display_patron_image ) %] |
94 |
[% IF ( display_patron_image ) %] |
| 95 |
<div class="span8"> |
95 |
<div class="col-lg-8"> |
| 96 |
[% ELSE %] |
96 |
[% ELSE %] |
| 97 |
<div class="span12"> |
97 |
<div class="col-lg-12"> |
| 98 |
[% END %] |
98 |
[% END %] |
| 99 |
<fieldset class="rows" id="memberentry_identity"> |
99 |
<fieldset class="rows" id="memberentry_identity"> |
| 100 |
<legend id="identity_legend">Identity</legend> |
100 |
<legend id="identity_legend">Identity</legend> |
|
Lines 738-750
Link Here
|
| 738 |
[% IF OPACPatronDetails %] |
738 |
[% IF OPACPatronDetails %] |
| 739 |
<fieldset class="action"> |
739 |
<fieldset class="action"> |
| 740 |
<input type="hidden" name="action" value="update" /> |
740 |
<input type="hidden" name="action" value="update" /> |
| 741 |
<input type="submit" class="btn" value="Submit update request" /> |
741 |
<input type="submit" class="btn btn-default" value="Submit update request" /> |
| 742 |
</fieldset> |
742 |
</fieldset> |
| 743 |
[% END %] |
743 |
[% END %] |
| 744 |
[% ELSE %] |
744 |
[% ELSE %] |
| 745 |
<fieldset class="action"> |
745 |
<fieldset class="action"> |
| 746 |
<input type="hidden" name="action" value="create" /> |
746 |
<input type="hidden" name="action" value="create" /> |
| 747 |
<input type="submit" class="btn" value="Submit" /> |
747 |
<input type="submit" class="btn btn-default" value="Submit" /> |
| 748 |
</fieldset> |
748 |
</fieldset> |
| 749 |
[% END %] |
749 |
[% END %] |
| 750 |
|
750 |
|
| 751 |
- |
|
|