Lines 7-13
Link Here
|
7 |
[% INCLUDE 'doc-head-close.inc' %] |
7 |
[% INCLUDE 'doc-head-close.inc' %] |
8 |
[% BLOCK cssinclude %][% END %] |
8 |
[% BLOCK cssinclude %][% END %] |
9 |
</head> |
9 |
</head> |
10 |
|
10 |
< |
11 |
[% IF action == 'edit' %] |
11 |
[% IF action == 'edit' %] |
12 |
<body id="opac-patron-update"> |
12 |
<body id="opac-patron-update"> |
13 |
[% ELSE %] |
13 |
[% ELSE %] |
Lines 736-745
Link Here
|
736 |
|
736 |
|
737 |
[% IF action == 'edit' %] |
737 |
[% IF action == 'edit' %] |
738 |
[% IF OPACPatronDetails %] |
738 |
[% IF OPACPatronDetails %] |
739 |
<fieldset class="action"> |
|
|
740 |
<input type="hidden" name="action" value="update" /> |
739 |
<input type="hidden" name="action" value="update" /> |
741 |
<input type="submit" class="btn" value="Submit update request" /> |
740 |
<input type="submit" class="btn" value="Submit update request" /> |
742 |
</fieldset> |
|
|
743 |
[% END %] |
741 |
[% END %] |
744 |
[% ELSE %] |
742 |
[% ELSE %] |
745 |
<fieldset class="action"> |
743 |
<fieldset class="action"> |
746 |
- |
|
|