UI-Änderung für Member

git-svn-id: https://svn.libreccm.org/ccm/trunk@558 8810af33-2d31-482b-a856-94f89814c4df
master
quasi 2010-10-06 05:51:33 +00:00
parent b12c2739ca
commit e500cfb34b
1 changed files with 12 additions and 4 deletions

View File

@ -14,13 +14,21 @@
createComponent="com.arsdigita.cms.ui.authoring.PageCreate">
<ctd:authoring-step
labelKey="member.authoring.basic_properties.title"
labelBundle="com.arsdigita.cms.contenttypes.ContenttypesResources"
descriptionKey="member.authoring.basic_properties.description"
descriptionBundle="com.arsdigita.cms.contenttypes.ContenttypesResources"
labelKey="cms.contenttypes.shared.basic_properties.title"
labelBundle="com.arsdigita.cms.ui.CMSResources"
descriptionKey="cms.contenttypes.shared.basic_properties.description"
descriptionBundle="com.arsdigita.cms.ui.CMSResources"
component="com.arsdigita.cms.contenttypes.ui.MemberPropertiesStep"
ordering="1"/>
<ctd:authoring-step
labelKey="person.authoring.contact_properties.title"
labelBundle="com.arsdigita.cms.contenttypes.ContenttypesResources"
descriptionKey="person.authoring.contact_properties.description"
descriptionBundle="com.arsdigita.cms.contenttypes.ContenttypesResources"
component="com.arsdigita.cms.contenttypes.ui.GenericPersonContactPropertiesStep"
ordering="2"/>
<ctd:include href="/WEB-INF/content-types/assign-categories-step.xml"/>
</ctd:authoring-kit>