Author: hansbak
Date: Sun Dec 18 07:01:48 2016
New Revision: 1774853

URL: http://svn.apache.org/viewvc?rev=1774853&view=rev
Log:
missing </div> and reduce length of lines

Modified:
    ofbiz/trunk/applications/content/template/survey/EditSurveyResponse.ftl

Modified: 
ofbiz/trunk/applications/content/template/survey/EditSurveyResponse.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/template/survey/EditSurveyResponse.ftl?rev=1774853&r1=1774852&r2=1774853&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/template/survey/EditSurveyResponse.ftl 
(original)
+++ ofbiz/trunk/applications/content/template/survey/EditSurveyResponse.ftl Sun 
Dec 18 07:01:48 2016
@@ -19,8 +19,10 @@ under the License.
 
 <#-- Render the survey -->
 <#if surveyString?has_content>
-  <form method="post" enctype="multipart/form-data" 
action="<@ofbizUrl>updateSurveyResponse</@ofbizUrl>" 
name="EditSurveyResponseForm" style="margin: 0;">
-    <div>${uiLabelMap.PartyPartyId}: <@htmlTemplate.lookupField 
value="${surveyPartyId!(userLogin.partyId!)}" formName="EditSurveyResponseForm" 
name="partyId" id="partyId" fieldFormName="LookupPartyName"/>
+  <form method="post" enctype="multipart/form-data" 
action="<@ofbizUrl>updateSurveyResponse</@ofbizUrl>" 
+        name="EditSurveyResponseForm" style="margin: 0;">
+    <div>${uiLabelMap.PartyPartyId}: <@htmlTemplate.lookupField 
value="${surveyPartyId!(userLogin.partyId!)}" 
+        formName="EditSurveyResponseForm" name="partyId" id="partyId" 
fieldFormName="LookupPartyName"/></div>
     <#-- pass through the dataResourceId so the response can be associated 
with it -->
     <input type="hidden" name="dataResourceId" 
value="${parameters.dataResourceId!}"/>
     <input type="hidden" name="rootContentId" 
value="${parameters.rootContentId!}"/>


Reply via email to