From 6f71c0247101baf6f245966f427a5a4dfde8ad4a Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Thu, 24 Apr 2008 08:22:53 +0000 Subject: [PATCH] Add missing Column Header git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20790 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Form/dtml/SelectionTool_manageViewSelections.dtml | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5Form/dtml/SelectionTool_manageViewSelections.dtml b/product/ERP5Form/dtml/SelectionTool_manageViewSelections.dtml index ef73940e6a..615cdc98a5 100644 --- a/product/ERP5Form/dtml/SelectionTool_manageViewSelections.dtml +++ b/product/ERP5Form/dtml/SelectionTool_manageViewSelections.dtml @@ -17,6 +17,7 @@ This page show the active selections for the current user. <table cellspacing="0" cellpadding="2" border="1"> <tr> + <th> Action </th> <th> Action </th> <th> Selection Name </th> <th> Selection Parameters </th> -- 2.30.9