]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/API/draw_field_label_improvements.adoc
LP#1754110: (follow-up) release notes tweak
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / API / draw_field_label_improvements.adoc
1 Override Label for draw_field_label Patron Edit Fields
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 Evergreen developers may now specify a label for fields in
4 the patron registration/patron edit form (generated by
5 the draw_field_label macro). By default, 
6 draw_field_label uses the label of supplied IDL field class. 
7 Now a developer may supply an additional third parameter,
8 label_override, which overrides the default IDL-based label.
9 This would typically be done in the course of customizing
10 the web staff client template `circ/patron/t_edit.tt2`.