]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/admin/server/floating-group/floating-group.component.html
LP1840287 Floating group admin minor code tweaks
[Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / admin / server / floating-group / floating-group.component.html
1 <eg-staff-banner bannerText="Floating Group Administration" i18n-bannerText>
2 </eg-staff-banner>
3
4 <eg-string #createString i18n-text text="New Floating Group Added"></eg-string>
5 <eg-string #createErrString i18n-text text="Failed to Create New Floating Group">
6 </eg-string>
7 <eg-string #deleteFailedString i18n-text 
8   text="Delete of Floating Group failed or was not allowed"></eg-string>
9 <eg-string #deleteSuccessString i18n-text 
10   text="Delete of Floating Group succeeded"></eg-string>
11
12 <eg-grid #grid idlClass="cfg" [dataSource]="gridDataSource" [sortable]="true">
13   <eg-grid-toolbar-button
14     label="New Floating Group" i18n-label (onClick)="createNew()">
15   </eg-grid-toolbar-button>
16   <eg-grid-toolbar-action label="Edit Selected" i18n-label [action]="editSelected">
17   </eg-grid-toolbar-action>
18   <eg-grid-toolbar-action label="Delete Selected" i18n-label
19     [action]="deleteSelected"></eg-grid-toolbar-action>
20 </eg-grid>
21 <eg-fm-record-editor #editDialog idlClass="cfg">
22 </eg-fm-record-editor>