Thanks to Ben Shum for spotting these!
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
<tr>
<td>
<select name="action" id="acct_holds_actions"
- title="[% l('Select your action for the selected holds') %]"
title="[% l('Select your action for the selected holds') %]">
<option id='myopac_holds_actions_none' value=''>
-- [% l("Actions for selected holds") %] --
<div id="acct_prefs_select">
<form name="acct_prefs_nav">
<select name="acct_prefs_url"
- [% select_title = l('Select a preference page') %]
- title="[% select_title %]" title="[% select_title %]"
+ title="[% l('Select a preference page') %]"
onchange="window.location.href=document.acct_prefs_nav.acct_prefs_url.options[document.acct_prefs_nav.acct_prefs_url.selectedIndex].value">
[% FOREACH page IN acct_prefs_pages;
IF page.url != prefs_page; -%]