[Erp5-report] r42832 romain - /erp5/trunk/products/ERP5Type/dtml/editToolsActions.dtml
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Jan 31 15:54:17 CET 2011
Author: romain
Date: Mon Jan 31 15:54:16 2011
New Revision: 42832
URL: http://svn.erp5.org?rev=42832&view=rev
Log:
addAction method expect a "name" parameter
Modified:
erp5/trunk/products/ERP5Type/dtml/editToolsActions.dtml
Modified: erp5/trunk/products/ERP5Type/dtml/editToolsActions.dtml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/dtml/editToolsActions.dtml?rev=42832&r1=42831&r2=42832&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dtml/editToolsActions.dtml [utf8] (original)
+++ erp5/trunk/products/ERP5Type/dtml/editToolsActions.dtml [utf8] Mon Jan 31 15:54:16 2011
@@ -216,7 +216,7 @@ Add an action
</td>
<td>
<div class="form-element">
- <input type="text" name="title" value="" />
+ <input type="text" name="name" value="" />
</div>
</td>
</tr>
More information about the Erp5-report
mailing list