Browse Source

Bug 27397: The description input field when defining numbering patterns is too short

Test Plan:
1. go to the serials module
2. click on manage numbering patterns in the left hand navigation
3. add or edit a pattern
4. check the description field is as short as the name field, but can
take much more text
5. add patch
6. repeat steps 1-3
7. check the description field is larger than the name field (it should)

Sponsored by Catalyst IT

Works OK!

Signed-off-by: Amit Gupta <amitddng135@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.05.x
Catherine Ma 3 years ago
committed by Jonathan Druart
parent
commit
607d7f0a60
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt

@ -58,7 +58,7 @@
</li>
<li>
<label for="description">Description:</label>
<input type="text" id="description" name="description" value="[% description | html %]" />
<input type="text" id="description" name="description" value="[% description | html %]" size="50" />
</li>
<li>
<label for="numberingmethod">Numbering formula:</label>

Loading…
Cancel
Save