File tree Expand file tree Collapse file tree 3 files changed +41
-4
lines changed
Expand file tree Collapse file tree 3 files changed +41
-4
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,29 @@ HistoryCreatedBy=Created by
112112# XTIT: Label EventChangeable
113113EventChangeable =Event can be changed
114114
115+ # XTIT: Label EventMasterData
116+ EventMasterData =Event Master Data
117+
118+ # XTIT: Label EventStatistics
119+ EventStatistics =Event Statistics
120+
121+ # XTIT: Label RegistrationNumbersFree
122+ RegistrationNumbersFree =Free
123+
124+ # XTIT: Label RegistrationNumbersParticipants
125+ RegistrationNumbersParticipants =Participants
126+
127+ # XTIT: Label PreEveningEvent
128+ PreEveningEvent =Pre Evening Event
129+
130+ # XTIT: Label PostEveningEvent
131+ PostEveningEvent =Post Evening Event
132+
115133# XTOL: Icon Tab Bar co-organizers
116134detailIconTabBarCoOrganizers =Co-Organizers
117135
118136# XTOL: Icon Tab Bar partipicants
119- deatailIconPartipitants =Partipicants
120-
137+ deatailIconPartipitants =Partipicants
121138
122139# XTIT: Title add co-organizer
123140detailAddCoOrganizer =Add Co-Organizer
Original file line number Diff line number Diff line change 88 <IconTabBar id =" iconTabBar" class =" sapUiResponsiveContentPadding" >
99 <items >
1010 <IconTabFilter id =" iconTabBarFilter1" icon =" sap-icon://hint" tooltip =" {i18n>detailIconTabBarInfo}" >
11- <f : SimpleForm id =" eventForm" editable =" false" class =" editableForm sapUiSmallMarginTopBottom" >
11+ <f : SimpleForm
12+ id=" eventForm"
13+ editable=" false"
14+ title=" {i18n>EventMasterData}"
15+ class=" editableForm sapUiSmallMarginTopBottom" >
1216 <f : content >
1317 <Label text =" {i18n>StartTime}" />
1418 <Text text =" { path: 'StartTime', type: 'sap.ui.model.odata.type.DateTime', formatOptions: { pattern: 'HH:mm'} }" />
2428 <Text text =" {EventChangeable/Changeable}" />
2529 </f : content >
2630 </f : SimpleForm >
31+ <f : SimpleForm
32+ id=" eventStatisticsForm"
33+ editable=" false"
34+ title=" {i18n>EventStatistics}"
35+ class=" editableForm sapUiSmallMarginTopBottom" >
36+ <f : content >
37+ <Label text =" {i18n>RegistrationNumbersFree}" />
38+ <Text text =" {RegistrationNumbers/Free}" />
39+ <Label text =" {i18n>RegistrationNumbersParticipants}" />
40+ <Text text =" {RegistrationNumbers/Participants}" />
41+ <Label text =" {i18n>PreEveningEvent}" />
42+ <Text text =" {PrePostEveningEventNumbers/PreEveningEvent}" />
43+ <Label text =" {i18n>PostEveningEvent}" />
44+ <Text text =" {PrePostEveningEventNumbers/PostEveningEvent}" />
45+ </f : content >
46+ </f : SimpleForm >
2747 </IconTabFilter >
2848 <IconTabFilter id =" iconTabBarFilter2" icon =" sap-icon://employee-approvals" tooltip =" {i18n>detailIconTabBarCoOrganizers}" >
2949 <f : SimpleForm class =" editableForm" columnsL =" 1" columnsM =" 1" editable =" true" emptySpanL =" 4" emptySpanM =" 4" id =" newCoOrganizerSimpleForm"
Original file line number Diff line number Diff line change 1818 path: '/Events',
1919 sorter: { path: 'Location', descending: false },
2020 parameters:{
21- expand:'EventChangeable'
21+ expand:'EventChangeable,RegistrationNumbers,PrePostEveningEventNumbers '
2222 },
2323 groupHeaderFactory: '.createGroupHeader'
2424 }"
You can’t perform that action at this time.
0 commit comments