diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Predicate_view/my_int_index.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Predicate_view/my_int_index.xml index 19b7d9e5dd1e3d49c4a0068bbf2297359bb0f622..47d626e062af0247bd916f9566ddcfe1425b853e 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Predicate_view/my_int_index.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Predicate_view/my_int_index.xml @@ -3,7 +3,7 @@ <record id="1" aka="AAAAAAAAAAE="> <pickle> <tuple> - <global name="StringField" module="Products.Formulator.StandardFields"/> + <global name="IntegerField" module="Products.Formulator.StandardFields"/> <tuple/> </tuple> </pickle> @@ -22,12 +22,16 @@ <value> <string>The input failed the external validator.</string> </value> </item> <item> - <key> <string>required_not_found</string> </key> - <value> <string>Input is required but no input given.</string> </value> + <key> <string>integer_out_of_range</string> </key> + <value> <string>The integer you entered was out of range.</string> </value> + </item> + <item> + <key> <string>not_integer</string> </key> + <value> <string>You did not enter an integer.</string> </value> </item> <item> - <key> <string>too_long</string> </key> - <value> <string>Too much input was given.</string> </value> + <key> <string>required_not_found</string> </key> + <value> <string>Input is required but no input given.</string> </value> </item> </dictionary> </value> @@ -69,19 +73,19 @@ <value> <string></string> </value> </item> <item> - <key> <string>external_validator</string> </key> + <key> <string>end</string> </key> <value> <string></string> </value> </item> <item> - <key> <string>extra</string> </key> + <key> <string>external_validator</string> </key> <value> <string></string> </value> </item> <item> - <key> <string>hidden</string> </key> + <key> <string>extra</string> </key> <value> <string></string> </value> </item> <item> - <key> <string>max_length</string> </key> + <key> <string>hidden</string> </key> <value> <string></string> </value> </item> <item> @@ -89,15 +93,11 @@ <value> <string></string> </value> </item> <item> - <key> <string>title</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>truncate</string> </key> + <key> <string>start</string> </key> <value> <string></string> </value> </item> <item> - <key> <string>unicode</string> </key> + <key> <string>title</string> </key> <value> <string></string> </value> </item> <item> @@ -144,19 +144,19 @@ <value> <string></string> </value> </item> <item> - <key> <string>external_validator</string> </key> + <key> <string>end</string> </key> <value> <string></string> </value> </item> <item> - <key> <string>extra</string> </key> + <key> <string>external_validator</string> </key> <value> <string></string> </value> </item> <item> - <key> <string>hidden</string> </key> + <key> <string>extra</string> </key> <value> <string></string> </value> </item> <item> - <key> <string>max_length</string> </key> + <key> <string>hidden</string> </key> <value> <string></string> </value> </item> <item> @@ -164,15 +164,11 @@ <value> <string></string> </value> </item> <item> - <key> <string>title</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>truncate</string> </key> + <key> <string>start</string> </key> <value> <string></string> </value> </item> <item> - <key> <string>unicode</string> </key> + <key> <string>title</string> </key> <value> <string></string> </value> </item> <item> @@ -218,6 +214,10 @@ <key> <string>enabled</string> </key> <value> <int>1</int> </value> </item> + <item> + <key> <string>end</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>external_validator</string> </key> <value> <string></string> </value> @@ -230,25 +230,17 @@ <key> <string>hidden</string> </key> <value> <int>0</int> </value> </item> - <item> - <key> <string>max_length</string> </key> - <value> <string></string> </value> - </item> <item> <key> <string>required</string> </key> <value> <int>0</int> </value> </item> <item> - <key> <string>title</string> </key> - <value> <string>Order</string> </value> - </item> - <item> - <key> <string>truncate</string> </key> - <value> <int>0</int> </value> + <key> <string>start</string> </key> + <value> <string></string> </value> </item> <item> - <key> <string>unicode</string> </key> - <value> <int>0</int> </value> + <key> <string>title</string> </key> + <value> <string>Index</string> </value> </item> <item> <key> <string>whitespace_preserve</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 20657575e225875c0348c6f7c0118b2fa8e3cbc6..1286216edf251bc695e3ee95f0ddd5f72d6c6e1a 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1065 \ No newline at end of file +1067 \ No newline at end of file