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> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
670a262504
commit
1a870e4c23
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ h4.collapse a { font-size : 80%; text-decoration: none; } fieldset.brief ol { di
|
||||||
</table></li></ol>
|
</table></li></ol>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset class="rows"> <legend>Acquisition information</legend><ol>
|
<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">
|
<select name="branchcode" id="branchcode">
|
||||||
<option value="">Any</option><!-- TMPL_LOOP name="branchloop" -->
|
<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 -->
|
<!-- 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 -->
|
||||||
|
|
Loading…
Reference in a new issue