]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/admin/local/address-alert.component.html
LP 1907921: Add a patron search button to course admin screen
[Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / admin / local / address-alert.component.html
1
2 <ng-template i18n #helpTemplate>
3   <ul>
4     <li>Address Alert fields support regular expressions and are case-insensitive by default.</li>
5     <li>Example wildcard match:  742 Evergr.*n Terrace</li>
6     <li>Example case-sensitive match: (?c)742 Evergr.*n Terrace</li>
7     <li>If the billing or mailing address fields are selected, the 
8       tested address must be a billing or mailing address to match.</li>
9   </ul>
10 </ng-template>
11
12 <eg-title i18n-prefix prefix="Address Alert Administration"></eg-title>
13 <eg-staff-banner bannerText="Address Alert Configuration" i18n-bannerText>
14 </eg-staff-banner>
15 <eg-admin-page persistKeyPfx="local" idlClass="aal"
16   fieldOrder="owner,alert_message,street1,street2,city,county,state,post_code,country,billing_address,mailing_address,match_all,active,id"
17   [helpTemplate]="helpTemplate"></eg-admin-page>