Removed unneeded lines in worker edition zuls.
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
5a06fa2c0a
commit
f6850b2654
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
<?component name="resourceCalendar" inline="true" macroURI="_calendar.zul"?>
|
||||
<?component name="criterions" inline="true" macroURI="../_criterions.zul"?>
|
||||
<?component name="costCategoryAssignment" inline="true" macroURI="../_costCategoryAssignment.zul"?>
|
||||
<window id="${arg.top_id}" title="${arg.title}">
|
||||
<window id="${arg.top_id}">
|
||||
<tabbox>
|
||||
<tabs>
|
||||
<tab id="personalDataTab" label="${i18n:_('Personal data')}"></tab>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
<list top_id="listWindow" />
|
||||
|
||||
<edition top_id="editWindow" title="${i18n:_('Edit Worker')}"
|
||||
<edition top_id="editWindow"
|
||||
save_button_label="${i18n:_('Save')}" cancel_button_label="${i18n:_('Cancel')}" />
|
||||
|
||||
</window>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue