]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/admin/local/address-alert.component.html
892a46537575ec1242fb9849d6cb6138824be58b
[Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / admin / local / address-alert.component.html
1
2 <ng-template #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   [helpTemplate]="helpTemplate"></eg-admin-page>
17