[UPDATE]
In der Klasse com/arsdigita/cms/contenttypes/ui/LinkPropertyForm.java die FormProcessException in der Zeile 361 umgebaut. Entsprechenden Eintrag in der Property hinzugefügt. git-svn-id: https://svn.libreccm.org/ccm/trunk@3152 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
fcbaef82d1
commit
4cf690469d
|
|
@ -1094,3 +1094,4 @@ cms.ui.unique_item_name_violation=An item with this name already exists.
|
|||
cms.ui.item_searchwidget.submit=item search FormSection submit
|
||||
cms.ui.workflow.task.approval_or_reject_required=Approval or rejection is required.
|
||||
cms.ui.type.cancelled=Cancelled
|
||||
cms.contenttypes.ui.cancelled=Cancelled
|
||||
|
|
|
|||
|
|
@ -1088,3 +1088,4 @@ cms.ui.unique_item_name_violation=Ein Item mit diesem Namen existiert bereits.
|
|||
cms.ui.item_searchwidget.submit=item search FormSection submit
|
||||
cms.ui.workflow.task.approval_or_reject_required=Ablehnung oder Zustimmung ist ben\u00f6tigt
|
||||
cms.ui.type.cancelled=Abgebrochen
|
||||
cms.contenttypes.ui.cancelled=Abgebrochen
|
||||
|
|
|
|||
|
|
@ -132,3 +132,4 @@ cms.ui.item_searchwidget.submit=item search FormSection submit
|
|||
cms.ui.workflow.task.approval_or_reject_required=Approval or rejection is required.
|
||||
cms.ui.type.name_not_unique=Name not unique
|
||||
cms.ui.type.cancelled=cancelled
|
||||
cms.contenttypes.ui.cancelled=Cancelled
|
||||
|
|
|
|||
|
|
@ -604,3 +604,4 @@ cms.ui.type.cancelled=Annul\u00e9
|
|||
cms.ui.role.name_not_unique=Il y a d\u00e9ja un r\u00f4le
|
||||
cms.ui.type.invalid=Invalide
|
||||
cms.ui.category.name_not_unique=Il y a d\u00e9ja une cat\u00e9gorie avec le nom
|
||||
cms.contenttypes.ui.cancelled=Annul\u00e9
|
||||
|
|
|
|||
|
|
@ -358,7 +358,7 @@ public class LinkPropertyForm extends FormSection
|
|||
s_log.debug("cancel in submission listener");
|
||||
m_linkModel.clearSelection(e.getPageState());
|
||||
init(e);
|
||||
throw new FormProcessException("cancelled");
|
||||
throw new FormProcessException(GlobalizationUtil.globalize("cms.contenttypes.ui.cancelled"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue