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

SF.net SVN: ledger-smb:[4527] branches/1.3/UI/lib/dynatable.html



Revision: 4527
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4527&view=rev
Author:   einhverfr
Date:     2012-03-22 08:37:39 +0000 (Thu, 22 Mar 2012)
Log Message:
-----------
Changing rowcount to start from 1 instead of 0 to avoid more programming issues later

Modified Paths:
--------------
    branches/1.3/UI/lib/dynatable.html

Modified: branches/1.3/UI/lib/dynatable.html
===================================================================
--- branches/1.3/UI/lib/dynatable.html	2012-03-22 07:06:34 UTC (rev 4526)
+++ branches/1.3/UI/lib/dynatable.html	2012-03-22 08:37:39 UTC (rev 4527)
@@ -12,7 +12,7 @@
 </thead>
 <?lsmb- END -?>
 <tbody>
-   <?lsmb- ROWCOUNT = 0;
+   <?lsmb- ROWCOUNT = 1;
    PFX = attributes.input_prefix;
    FOREACH ROW IN tbody.rows;
    ROWCOUNT = ROWCOUNT + 1 -?>

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