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