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

SF.net SVN: ledger-smb:[3726] branches/1.3/UI/reconciliation/report.html



Revision: 3726
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3726&view=rev
Author:   einhverfr
Date:     2011-09-20 23:59:08 +0000 (Tue, 20 Sep 2011)
Log Message:
-----------
Delete button now only shows up on non-approved reports

Modified Paths:
--------------
    branches/1.3/UI/reconciliation/report.html

Modified: branches/1.3/UI/reconciliation/report.html
===================================================================
--- branches/1.3/UI/reconciliation/report.html	2011-09-20 23:50:01 UTC (rev 3725)
+++ branches/1.3/UI/reconciliation/report.html	2011-09-20 23:59:08 UTC (rev 3726)
@@ -260,6 +260,7 @@
 	class = "submit"
 } ?>
 <?lsmb END ?>
+<?lsmb IF NOT approved ?>
 <?lsmb INCLUDE button element_data = {
         name = "action"
         text = text('Delete')
@@ -267,5 +268,6 @@
         type = 'submit'
        class = 'submit'
 } ?>
+<?lsmb END ?>
 </form>
 </body></html>

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