[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1816] trunk/UI/am-warehouse-form.html



Revision: 1816
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1816&view=rev
Author:   tetragon
Date:     2007-10-24 15:59:15 -0700 (Wed, 24 Oct 2007)

Log Message:
-----------
Correct the row count variable name

Modified Paths:
--------------
    trunk/UI/am-warehouse-form.html

Modified: trunk/UI/am-warehouse-form.html
===================================================================
--- trunk/UI/am-warehouse-form.html	2007-10-24 22:50:12 UTC (rev 1815)
+++ trunk/UI/am-warehouse-form.html	2007-10-24 22:59:15 UTC (rev 1816)
@@ -11,7 +11,7 @@
         <tr>
           <th align="right"><?lsmb text('Description') ?></th>
 <?lsmb IF row_count > 1 ?>
-	  <td><?lsmb PROCESS textarea element_data={name => 'description', cols => 60, rows => rows, text => form.description} ?></td>
+	  <td><?lsmb PROCESS textarea element_data={name => 'description', cols => 60, rows => row_count, text => form.description} ?></td>
 <?lsmb ELSE ?>
 	  <td><?lsmb PROCESS input element_data={name => 'description', size => 60, value => form.description} ?></td>
 <?lsmb END ?>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.