From 4cd94c734f81c6a278c46041404d0845d108d0fd Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Mon, 13 Sep 2004 14:37:01 +0000
Subject: [PATCH] Update the skin name Base_doSelect.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1758 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Form/ListBox.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Form/ListBox.py b/product/ERP5Form/ListBox.py
index a7c08ec6d8..7894c1486f 100755
--- a/product/ERP5Form/ListBox.py
+++ b/product/ERP5Form/ListBox.py
@@ -1145,7 +1145,7 @@ onChange="submitAction(this.form,'%s/portal_selections/setReportRoot')">
   <tr >
    %s
    <td class="Data" width="50" align="center" valign="middle">
-     <input type="image" src="%s/images/exec16.png" title="%s" alt="Action" name="doSelect:method" />
+     <input type="image" src="%s/images/exec16.png" title="%s" alt="Action" name="Base_doSelect:method" />
    </td>
 """ % (report_search,portal_url_string,translate('ui', 'Action')) # XXX Action? Is this word appropriate here?
           else:
-- 
2.30.9