Lines 1066-1072
Link Here
|
1066 |
[% END %] |
1066 |
[% END %] |
1067 |
</ol> |
1067 |
</ol> |
1068 |
</fieldset> |
1068 |
</fieldset> |
1069 |
[% UNLESS nodateenrolled && nodateexpiry && noopacnote && noborrowernotes %] |
1069 |
[% UNLESS nodateenrolled && noopacnote && noborrowernotes %] |
1070 |
<fieldset class="rows" id="memberentry_subscription"> |
1070 |
<fieldset class="rows" id="memberentry_subscription"> |
1071 |
<legend id="library_setup_lgd">Library set-up</legend><ol> |
1071 |
<legend id="library_setup_lgd">Library set-up</legend><ol> |
1072 |
[% UNLESS nodateenrolled %] |
1072 |
[% UNLESS nodateenrolled %] |
Lines 1089-1094
Link Here
|
1089 |
[% END %] |
1089 |
[% END %] |
1090 |
[% UNLESS nodateexpiry %] |
1090 |
[% UNLESS nodateexpiry %] |
1091 |
<li> |
1091 |
<li> |
|
|
1092 |
[% ELSE %] |
1093 |
<li style="display:none"> |
1094 |
[% END %] |
1092 |
[% IF ( mandatorydateexpiry ) %] |
1095 |
[% IF ( mandatorydateexpiry ) %] |
1093 |
<label for="to" class="required"> |
1096 |
<label for="to" class="required"> |
1094 |
[% ELSE %] |
1097 |
[% ELSE %] |
Lines 1112-1118
Link Here
|
1112 |
[% IF ( ERROR_dateexpiry ) %]<span class="required">(Error)</span>[% END %] |
1115 |
[% IF ( ERROR_dateexpiry ) %]<span class="required">(Error)</span>[% END %] |
1113 |
<div class="hint">[% INCLUDE 'date-format.inc' %]</div> |
1116 |
<div class="hint">[% INCLUDE 'date-format.inc' %]</div> |
1114 |
</li> |
1117 |
</li> |
1115 |
[% END %] |
|
|
1116 |
[% UNLESS noopacnote %] |
1118 |
[% UNLESS noopacnote %] |
1117 |
<li> |
1119 |
<li> |
1118 |
[% IF ( mandatoryopacnote ) %] |
1120 |
[% IF ( mandatoryopacnote ) %] |
1119 |
- |
|
|