Bug 6458: Incorrect translation processing / serials/...
Fixes problems with template toolkit directives within HTML tags for the serials module. Serials > add/modify subsciption serial-issues-full.tt seems to be unused? I couldn't find the page in the serials module. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
22804d6ff6
commit
8f8fc1088a
2 changed files with 4 additions and 2 deletions
|
@ -43,7 +43,8 @@ function active(numlayer)
|
|||
<a class=" button serial" href="serial-issues.pl?biblionumber=[% biblionumber %]&selectview=small">Compact view</a>
|
||||
</p>
|
||||
[% FOREACH year IN years %]
|
||||
<div name="[% year.year %]" id="[% year.year %]" style="position:absolute; visibility:hidden; margin-top:0px; border:4px;" [% IF ( year.first ) %]style="visibility:visible"[% END %]>
|
||||
[% IF ( year.first ) %]<div name="[% year.year %]" id="[% year.year %]" style="position:absolute; visibility:visible margin-top:0px; border:4px;" >
|
||||
[% ELSE %]<div name="[% year.year %]" id="[% year.year %]" style="position:absolute; visibility:hidden; margin-top:0px; border:4px;">[% END %]
|
||||
<table>
|
||||
<tr>
|
||||
<th>Information
|
||||
|
|
|
@ -1108,7 +1108,8 @@ $(document).ready(function() {
|
|||
<li>
|
||||
<label for="acqui_date"> First issue publication date:</label>
|
||||
[% UNLESS ( modify ) %]<img src="[% themelang %]/lib/calendar/cal.gif" id="acqui_button" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" />[% END %]
|
||||
<input type="text" name="firstacquidate" value="[% firstacquidate %]" size="13" maxlength="10" id="acqui_date" [% IF ( modify ) %]disabled="disabled"[% END %] style="border-width: 0px;" />
|
||||
[% IF ( modify ) %]<input type="text" name="firstacquidate" value="[% firstacquidate %]" size="13" maxlength="10" id="acqui_date" disabled="disabled" style="border-width: 0px;" />
|
||||
[% ELSE %]<input type="text" name="firstacquidate" value="[% firstacquidate %]" size="13" maxlength="10" id="acqui_date" style="border-width: 0px;" />[% END %]
|
||||
</li>
|
||||
[% IF ( modify ) %]<li><label for="next_acqui_date"> Next issue publication date:</label>
|
||||
<img src="[% themelang %]/lib/calendar/cal.gif" id="next_acqui_button" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" />
|
||||
|
|
Loading…
Reference in a new issue