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>
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>