LP#1839359 Select element on login not accessible
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 22 Oct 2019 13:37:59 +0000 (09:37 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Mon, 17 Feb 2020 20:39:07 +0000 (12:39 -0800)
This adds id and name to the select element on the staff
client login page to make it accessible.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>

Open-ILS/src/templates/staff/t_login.tt2

index 0f58cea..640e6c5 100644 (file)
@@ -34,7 +34,8 @@
                 for="login-workstation">[% l('Workstation') %]</label>
               <div class="col-md-8">
                 <select class="form-control" ng-model="args.workstation"
-                  ng-options="ws for ws in workstations">
+                  ng-options="ws for ws in workstations"
+                  id="login-workstation" name="select">
                   <option>[% l('Select Workstation') %]</option>
                 </select>
               </div>