From b7d9590c9262f58d30178dddc278ba77b15b1a4d Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Tue, 23 Nov 2010 11:26:35 +0000 Subject: [PATCH] Show Id of template. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40534 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_core/Preference_viewTemplateList/listbox.xml | 4 ++++ product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_viewTemplateList/listbox.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_viewTemplateList/listbox.xml index 12495bcd0e..cc863e05c2 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_viewTemplateList/listbox.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_viewTemplateList/listbox.xml @@ -103,6 +103,10 @@ <key> <string>columns</string> </key> <value> <list> + <tuple> + <string>id</string> + <string>Id</string> + </tuple> <tuple> <string>title</string> <string>Title</string> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 4876c8b15c..c6e310144a 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1792 \ No newline at end of file +1794 \ No newline at end of file -- 2.30.9