diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_view.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_view.xml
index f08dfa21295eff563fa7b5f0990beb22fb12931c..642b074f3ad970629be34f1a665354d57b28a8f0 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_view.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_view.xml
@@ -112,6 +112,7 @@
                         <string>my_id</string>
                         <string>my_title</string>
                         <string>my_version</string>
+                        <string>my_revision</string>
                         <string>my_building_state</string>
                         <string>my_installation_state</string>
                         <string>my_description</string>
diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewInstallRepositoryBusinessTemplateListDialog/listbox.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewInstallRepositoryBusinessTemplateListDialog/listbox.xml
index ce44f019dd41a5fe4b7724bedc8211487208dd61..2d3e629eee60c01eae379a901bf001280e3a9406 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewInstallRepositoryBusinessTemplateListDialog/listbox.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewInstallRepositoryBusinessTemplateListDialog/listbox.xml
@@ -345,6 +345,10 @@
                           <string>version</string>
                           <string>Version</string>
                         </tuple>
+                        <tuple>
+                          <string>revision</string>
+                          <string>Revision</string>
+                        </tuple>
                         <tuple>
                           <string>description</string>
                           <string>Description</string>
@@ -444,6 +448,10 @@
                       <list/>
                     </value>
                 </item>
+                <item>
+                    <key> <string>page_template</string> </key>
+                    <value> <string></string> </value>
+                </item>
                 <item>
                     <key> <string>portal_types</string> </key>
                     <value>
@@ -514,6 +522,10 @@
                         </tuple>
                         <tuple>
                           <string>version</string>
+<string></string>
+                        </tuple>
+                        <tuple>
+                          <string>revision</string>
 <string></string>
                         </tuple>
                         <tuple>
@@ -555,7 +567,7 @@
       <dictionary>
         <item>
             <key> <string>method_name</string> </key>
-            <value> <unicode>getRepositoryBusinessTemplateList</unicode> </value>
+            <value> <string>getRepositoryBusinessTemplateList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..56a6051ca2b02b04ef92d5150c9ef600403cb1de 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -0,0 +1 @@
+1
\ No newline at end of file