Author: jleroux
Date: Sat Jun 9 07:40:42 2012
New Revision: 1348330
URL:
http://svn.apache.org/viewvc?rev=1348330&view=revLog:
"Applied fix from trunk for revision: 1342567" (conflict handled by hand)
------------------------------------------------------------------------
r1342567 | jleroux | 2012-05-25 12:47:00 +0200 (ven., 25 mai 2012) | 1 line
Forget to document the value option for redirect-parameter (not a big deal, pretty obvious, so I don't backport)
------------------------------------------------------------------------
Modified:
ofbiz/branches/release10.04/ (props changed)
ofbiz/branches/release10.04/framework/webapp/dtd/site-conf.xsd
Propchange: ofbiz/branches/release10.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1342567
Modified: ofbiz/branches/release10.04/framework/webapp/dtd/site-conf.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/webapp/dtd/site-conf.xsd?rev=1348330&r1=1348329&r2=1348330&view=diff==============================================================================
--- ofbiz/branches/release10.04/framework/webapp/dtd/site-conf.xsd (original)
+++ ofbiz/branches/release10.04/framework/webapp/dtd/site-conf.xsd Sat Jun 9 07:40:42 2012
@@ -604,6 +604,14 @@ under the License.
</xs:documentation>
</xs:annotation>
</xs:attribute>
+ <xs:attribute type="xs:string" name="value" use="optional">
+ <xs:annotation>
+ <xs:documentation>
+ Set a string value to the parameter.
+ </xs:documentation>
+ </xs:annotation>
+
+ </xs:attribute>
</xs:attributeGroup>
<xs:element name="view-map">
<xs:annotation>