From 0a6ef1bc3371bc711319ccccec70b42cfd599782 Mon Sep 17 00:00:00 2001 From: hjkhjk54 Date: Fri, 18 Nov 2011 18:05:14 +0000 Subject: [PATCH] Changing the if statement checking whether public description exists to not include the select list for objects but follow the original jsp logic --- .../edit/forms/defaultPropertyForm.ftl | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/webapp/web/templates/freemarker/edit/forms/defaultPropertyForm.ftl b/webapp/web/templates/freemarker/edit/forms/defaultPropertyForm.ftl index 52de6a490..e07996b17 100644 --- a/webapp/web/templates/freemarker/edit/forms/defaultPropertyForm.ftl +++ b/webapp/web/templates/freemarker/edit/forms/defaultPropertyForm.ftl @@ -16,19 +16,18 @@ <#if editConfiguration.propertyPublicDescription?has_content>

${editConfiguration.propertyPublicDescription}

- - - -

- - or - Cancel -

- + + + +

+ + or + Cancel +

<#else>

There are no entries in the system from which to select.