LP#1301599 Remove duplicate title attributes
authorBill Erickson <berick@esilibrary.com>
Fri, 30 May 2014 16:55:47 +0000 (12:55 -0400)
committerBen Shum <bshum@biblio.org>
Thu, 26 Jun 2014 19:47:25 +0000 (15:47 -0400)
Thanks to Ben Shum for spotting these!

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/myopac/holds.tt2
Open-ILS/src/templates/opac/parts/myopac/prefs_base.tt2

index de5fcbd..08ebfce 100644 (file)
@@ -59,7 +59,6 @@
             <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") %] --
index a9e52b7..c8c26f0 100644 (file)
@@ -40,8 +40,7 @@
     <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; -%]