Browse Source

Bug 14242: (QA follow-up) Update hint on suggestion form: 2016 > 2022

First patches were written in 2015 - so I think we can safely
move the hint closer to the present.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
22.05.x
Katrin Fischer 2 years ago
committed by Fridolin Somers
parent
commit
a93640257a
  1. 4
      koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt

4
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt

@ -105,7 +105,7 @@
[% END %]
[% UNLESS ( copyrightdate_hidden )%]
<li>
<div title="Copyright or publication year, for example: 2016">
<div title="Copyright or publication year, for example: 2022">
[% IF ( copyrightdate_required ) %]
<label for="copyrightdate" class="required">Publication year:</label>
<input type="text" id="copyrightdate" name="copyrightdate" pattern="[12]\d{3}" size="10" maxlength="4" value="[% copyrightdate | html %]" required="required" />
@ -114,7 +114,7 @@
<label for="copyrightdate">Publication year:</label>
<input type="text" id="copyrightdate" name="copyrightdate" pattern="[12]\d{3}" size="10" maxlength="4" value="[% copyrightdate | html %]" />
[% END %]
<span class="hint">Copyright or publication year, for example: 2016</span>
<span class="hint">Copyright or publication year, for example: 2022</span>
</div>
</li>
[% END %]

Loading…
Cancel
Save