tim-connector: Remove unneeded lines in _jiraOrderElementSync.zul and _timOrderTimesheetSync.zul

This is managed now at JiraSynchronizationController.showOrHideJiraEditWindow()
and TimSynchronizationController.showOrHideTimEditWindow().

FEA: ItEr77S16JiraAndTimConnectorContributionIntegration
This commit is contained in:
Manuel Rego Casasnovas 2013-03-26 11:13:33 +01:00
parent c7508fbfa3
commit 131941ea6f
2 changed files with 2 additions and 4 deletions

View file

@ -18,8 +18,7 @@
-->
<groupbox id="jiraGroupBox"
style="margin-top: 5px" closable="false"
visible="@{jiraSynchroniaztionController.jiraActivated}">
style="margin-top: 5px" closable="false">
<caption label="${i18n:_('Jira sync information')}" />
<separator spacing="10px"/>
<hbox width="100%">

View file

@ -18,8 +18,7 @@
-->
<groupbox id="timGroupBox"
style="margin-top: 5px" closable="false"
visible="@{timSynchronizationController.timActivated}">
style="margin-top: 5px" closable="false">
<caption label="${i18n:_('Tim sync information')}" />
<separator spacing="10px"/>
<hbox width="100%">