Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleScreenarea

Code Block
themeEclipse
languagexml
titlescreenareas
<screenareas>
	<screenarea>
		<leftscreenarea>
			<sections>
				<section><id>secMainInformation</id></section>
				<section><id>secSystemAccount</id></section>
				<section><id>secCreditRestrictions</id></section>
				<section><id>secAttachments</id></section>
				<section><id>secLogInformation</id></section>
			</sections>
		</leftscreenarea>
	</screenarea>
	<screenarea>
		<leftscreenarea>
			<sections>
				<section><id>secBillingInformation</id></section>
				<section><id>secPaymentAndPresentmentPreferences</id></section>
				<section><id>secCommunications</id></section>
			</sections>
		</leftscreenarea>
	</screenarea>
</screenareas>

...