This adds an accessible label (aria-label) to the Item Status input field
of the web staff client.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Llewellyn Marshall <lbmarshallv.ncdr@gmail.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
<div class="flex-row">
<div class="input-group">
<input type="text" id="item-status-barcode" class="form-control"
- select-me="context.selectBarcode" ng-model="args.barcode">
+ select-me="context.selectBarcode" ng-model="args.barcode"
+ aria-label="[% l('Scan Item') %]">
<input class="btn btn-default"
type="submit" value="[% l('Submit') %]"/>
</div>