Author: jleroux
Date: Wed May 19 08:05:00 2010
New Revision: 946080

URL: http://svn.apache.org/viewvc?rev=946080&view=rev
Log:
This file was open in Eclipse and not saved for r946073/946075
(presentation="window")

Modified:
    ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml

Modified: ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml?rev=946080&r1=946079&r2=946080&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml 
(original)
+++ ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml Wed 
May 19 08:05:00 2010
@@ -79,7 +79,7 @@ under the License.
         header-row-style="header-row" default-table-style="basic-table">
         <field name="surveyId" map-name="survey"><hidden/></field>
         <field name="contentId" map-name="empty" 
title="${uiLabelMap.ContentPDF}">
-            <lookup presentation="window" target-form-name="LookupContent"/>
+            <lookup target-form-name="LookupContent"/>
         </field>
         <field name="submitButton" 
title="${uiLabelMap.ContentSurveyGenerateQuestions}" 
widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
@@ -91,7 +91,7 @@ under the License.
         <field name="pdfFileNameIn" map-name="empty"><text/></field>
 
         <field name="contentId" map-name="empty" 
title="${uiLabelMap.ContentPDF}">
-            <lookup presentation="window" target-form-name="LookupContent"/>
+            <lookup target-form-name="LookupContent"/>
         </field>
         <field name="submitButton" 
title="${uiLabelMap.ContentSurveyBuildRespondeFromPDF}" 
widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>


Reply via email to