Author: jonesde
Date: Mon Sep 24 00:34:16 2007
New Revision: 578685
URL:
http://svn.apache.org/viewvc?rev=578685&view=revLog:
Added a couple of new types, no code/template to use them yet, but there as a placeholder
Modified:
ofbiz/trunk/applications/content/data/ContentTypeData.xml
Modified: ofbiz/trunk/applications/content/data/ContentTypeData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/data/ContentTypeData.xml?rev=578685&r1=578684&r2=578685&view=diff==============================================================================
--- ofbiz/trunk/applications/content/data/ContentTypeData.xml (original)
+++ ofbiz/trunk/applications/content/data/ContentTypeData.xml Mon Sep 24 00:34:16 2007
@@ -247,8 +247,9 @@
<SurveyApplType surveyApplTypeId="PORDER_PLACE" description="Purchase Order Placement"/>
<SurveyApplType surveyApplTypeId="PORDITM_PLACE" description="Purchase Order Item Placement"/>
- <SurveyQuestionType surveyQuestionTypeId="CONTENT" description="Content Record"/>
<SurveyQuestionType surveyQuestionTypeId="BOOLEAN" description="Boolean (Yes/No)"/>
+ <SurveyQuestionType surveyQuestionTypeId="CONTENT" description="Content Record"/>
+ <SurveyQuestionType surveyQuestionTypeId="COUNTRY" description="Country"/>
<SurveyQuestionType surveyQuestionTypeId="CREDIT_CARD" description="Credit Card Number"/>
<SurveyQuestionType surveyQuestionTypeId="GIFT_CARD" description="Gift Card Number"/>
<SurveyQuestionType surveyQuestionTypeId="DATE" description="Date String (mm/dd/yyyy)"/>
@@ -260,6 +261,7 @@
<SurveyQuestionType surveyQuestionTypeId="PASSWORD" description="Password"/>
<SurveyQuestionType surveyQuestionTypeId="SEPERATOR_LINE" description="Seperator Line"/>
<SurveyQuestionType surveyQuestionTypeId="SEPERATOR_TEXT" description="Seperator Text"/>
+ <SurveyQuestionType surveyQuestionTypeId="STATE_PROVINCE" description="State/Province"/>
<SurveyQuestionType surveyQuestionTypeId="TEXT_SHORT" description="Short Text (single-line)"/>
<SurveyQuestionType surveyQuestionTypeId="TEXT_LONG" description="Long Text (single-line)"/>
<SurveyQuestionType surveyQuestionTypeId="TEXTAREA" description="Text (multi-line)"/>