<!-- header icon -->
<div class="row mb-3">
<div class="col-lg-12 text-center">
- <img src="/images/portal/logo.png"/>
+ <img src="/images/portal/logo.png" alt="Evergreen"/>
</div>
</div>
<div class="card-body">
<div class="list-group">
<div class="list-group-item border-0 p-2">
- <img src="/images/portal/forward.png"/>
+ <img src="/images/portal/forward.png" alt="" role="presentation"/>
<a href="/eg/staff/circ/patron/bcsearch" i18n>Check Out Items</a>
</div>
<div class="list-group-item border-0 p-2">
- <img src="/images/portal/back.png"/>
+ <img src="/images/portal/back.png" alt="" role="presentation"/>
<a href="/eg/staff/circ/checkin/index" i18n>Check In Items</a>
</div>
<div class="list-group-item border-0 p-2">
- <img src="/images/portal/retreivepatron.png"/>
+ <img src="/images/portal/retreivepatron.png" alt="" role="presentation"/>
<a href="/eg/staff/circ/patron/search" i18n>Search For Patron By Name</a>
</div>
</div>
</div>
</div>
<div class="list-group-item border-0 p-2">
- <img src="/images/portal/bucket.png"/>
+ <img src="/images/portal/bucket.png" alt="" role="presentation"/>
<a href="/eg/staff/cat/bucket/record/" i18n>Record Buckets</a>
</div>
<div class="list-group-item border-0 p-2">
- <img src="/images/portal/bucket.png"/>
+ <img src="/images/portal/bucket.png" alt="" role="presentation"/>
<a href="/eg/staff/cat/bucket/copy/" i18n>Copy Buckets</a>
</div>
</div>
<div class="card-body">
<div class="list-group">
<div class="list-group-item border-0 p-2">
- <img src="/images/portal/helpdesk.png"/>
+ <img src="/images/portal/helpdesk.png" alt="" role="presentation"/>
<a target="_top" href="http://docs.evergreen-ils.org/" i18n>
Evergreen Documentation
</a>
</div>
<div class="list-group-item border-0 p-2">
- <img src="/images/portal/helpdesk.png"/>
+ <img src="/images/portal/helpdesk.png" alt="" role="presentation"/>
<a target="_top" href="/eg/staff/admin/workstation/index" i18n>
Workstation Administration
</a>
</div>
<div class="list-group-item border-0 p-2">
- <img src="/images/portal/reports.png"/>
+ <img src="/images/portal/reports.png" alt="" role="presentation"/>
<a target="_top" href="/eg/staff/reporter/legacy/main" i18n>
Reports
</a>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
- <img src="[% ctx.media_prefix %]/images/portal/logo.png"/>
+ <img src="[% ctx.media_prefix %]/images/portal/logo.png" alt="Evergreen" />
</div>
</div>
<br/>
</div>
<div class="panel-body">
<div>
- <img src="[% ctx.media_prefix %]/images/portal/forward.png"/>
+ <img src="[% ctx.media_prefix %]/images/portal/forward.png" alt="" role="presentation"/>
<a target="_self" href="./circ/patron/bcsearch">[% l('Check Out Items') %]</a>
</div>
<div>
- <img src="[% ctx.media_prefix %]/images/portal/back.png"/>
+ <img src="[% ctx.media_prefix %]/images/portal/back.png" alt="" role="presentation"/>
<a target="_self" href="./circ/checkin/index">[% l('Check In Items') %]</a>
</div>
<div>
- <img src="[% ctx.media_prefix %]/images/portal/retreivepatron.png"/>
+ <img src="[% ctx.media_prefix %]/images/portal/retreivepatron.png" alt="" role="presentation"/>
<a target="_self" href="./circ/patron/search">[% l('Search For Patron By Name') %]</a>
</div>
</div>
</div>
</div>
<div>
- <img src="[% ctx.media_prefix %]/images/portal/bucket.png"/>
+ <img src="[% ctx.media_prefix %]/images/portal/bucket.png" alt="" role="presentation"/>
<a target="_self" href="./cat/bucket/record/">[% l('Record Buckets') %]</a>
</div>
<div>
- <img src="[% ctx.media_prefix %]/images/portal/bucket.png"/>
- <a target="_self" href="./cat/bucket/copy/">[% l('Item Buckets') %]</a>
+ <img src="[% ctx.media_prefix %]/images/portal/bucket.png" alt="" role="presentation"/>
+ <a target="_self" href="./cat/bucket/copy/">[% l('Copy Buckets') %]</a>
</div>
</div>
</div>
</div>
<div class="panel-body">
<div>
- <img src="[% ctx.media_prefix %]/images/portal/helpdesk.png"/>
+ <img src="[% ctx.media_prefix %]/images/portal/helpdesk.png" alt="" role="presentation"/>
<a target="_top" href="http://docs.evergreen-ils.org/">
[% l('Evergreen Documentation') %]
</a>
</div>
<div>
- <img src="[% ctx.media_prefix %]/images/portal/helpdesk.png"/>
+ <img src="[% ctx.media_prefix %]/images/portal/helpdesk.png" alt="" role="presentation"/>
<a target="_top" href="./admin/workstation/index">
[% l('Workstation Administration') %]
</a>
</div>
<div>
- <img src="[% ctx.media_prefix %]/images/portal/reports.png"/>
+ <img src="[% ctx.media_prefix %]/images/portal/reports.png" alt="" role="presentation"/>
<a target="_top" href="./reporter/legacy/main">
[% l('Reports') %]
</a>