From 2578112ce9f93acb950f8e20c5dd1ef12fb4daac Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 27 Oct 2011 12:12:40 -0400 Subject: [PATCH] Tpac; holds edit page format icon improvements * Fixed the image path to the format_icon * Use the format_label as the title for the format_icon image Signed-off-by: Bill Erickson Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/src/templates/opac/myopac/holds/edit.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/myopac/holds/edit.tt2 b/Open-ILS/src/templates/opac/myopac/holds/edit.tt2 index 256b385ffb..080cf68719 100644 --- a/Open-ILS/src/templates/opac/myopac/holds/edit.tt2 +++ b/Open-ILS/src/templates/opac/myopac/holds/edit.tt2 @@ -27,7 +27,7 @@

[% attrs.author | html %]

[% IF attrs.format_icon %]

[% l('Format:') %] - [% attrs.format %] + [% attrs.format_label | html %]

[% END %]

[% l('Status') %]: [% hold.human_status %] -- 2.11.0