From 694dcd5aa06ce49b0536ab31db080a3e8be58460 Mon Sep 17 00:00:00 2001 From: Nicole C. Engard <nengard@bywatersolutions.com> Date: Thu, 17 Mar 2011 22:17:01 -0400 Subject: [PATCH 2/2] Bug 5928 follow up remove branchcode label Under Acq info it said 'Branchcode,' I've changed this to 'Library' to match the style used in other places. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> --- .../prog/en/modules/suggestion/suggestion.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl index 0b4e351..a941da7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl @@ -152,7 +152,7 @@ h4.collapse a { font-size : 80%; text-decoration: none; } fieldset.brief ol { di </table></li></ol> </fieldset> <fieldset class="rows"> <legend>Acquisition information</legend><ol> - <li><label for="branchcode">Branchcode:</label> + <li><label for="branchcode">Library:</label> <select name="branchcode" id="branchcode"> <option value="">Any</option><!-- TMPL_LOOP name="branchloop" --> <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR name="value" -->" selected="selected"><!-- TMPL_VAR name="branchname" --></option><!-- TMPL_ELSE --><option value="<!-- TMPL_VAR name="value" -->"><!-- TMPL_VAR name="branchname" --></option><!-- /TMPL_IF --><!-- /TMPL_LOOP --> -- 1.7.2.3