You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/05/19 10:05:00 UTC

svn commit: r946080 - /ofbiz/trunk/applications/content/webapp/content/survey/SurveyForms.xml

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>