Lines 1108-1114
$(document).ready(function() {
Link Here
|
1108 |
<li> |
1108 |
<li> |
1109 |
<label for="acqui_date"> First issue publication date:</label> |
1109 |
<label for="acqui_date"> First issue publication date:</label> |
1110 |
[% UNLESS ( modify ) %]<img src="[% themelang %]/lib/calendar/cal.gif" id="acqui_button" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" />[% END %] |
1110 |
[% UNLESS ( modify ) %]<img src="[% themelang %]/lib/calendar/cal.gif" id="acqui_button" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" />[% END %] |
1111 |
<input type="text" name="firstacquidate" value="[% firstacquidate %]" size="13" maxlength="10" id="acqui_date" [% IF ( modify ) %]disabled="disabled"[% END %] style="border-width: 0px;" /> |
1111 |
[% IF ( modify ) %]<input type="text" name="firstacquidate" value="[% firstacquidate %]" size="13" maxlength="10" id="acqui_date" disabled="disabled" style="border-width: 0px;" /> |
|
|
1112 |
[% ELSE %]<input type="text" name="firstacquidate" value="[% firstacquidate %]" size="13" maxlength="10" id="acqui_date" style="border-width: 0px;" />[% END %] |
1112 |
</li> |
1113 |
</li> |
1113 |
[% IF ( modify ) %]<li><label for="next_acqui_date"> Next issue publication date:</label> |
1114 |
[% IF ( modify ) %]<li><label for="next_acqui_date"> Next issue publication date:</label> |
1114 |
<img src="[% themelang %]/lib/calendar/cal.gif" id="next_acqui_button" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" /> |
1115 |
<img src="[% themelang %]/lib/calendar/cal.gif" id="next_acqui_button" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" /> |
1115 |
- |
|
|