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

SF.net SVN: ledger-smb:[4256] branches/1.3/bin/oe.pl



Revision: 4256
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4256&view=rev
Author:   ehuelsmann
Date:     2012-01-08 21:11:30 +0000 (Sun, 08 Jan 2012)
Log Message:
-----------
Add the 'Print'-button output type selectors.

Issue found by Nigel Titley.

Modified Paths:
--------------
    branches/1.3/bin/oe.pl

Modified: branches/1.3/bin/oe.pl
===================================================================
--- branches/1.3/bin/oe.pl	2012-01-08 15:49:48 UTC (rev 4255)
+++ branches/1.3/bin/oe.pl	2012-01-08 21:11:30 UTC (rev 4256)
@@ -2968,7 +2968,10 @@
 
     $form->{copies} = 1;
 
-    &print_options;
+    $printops = &print_options;
+    print_select($form, $printops->{formname});
+    print_select($form, $printops->{format});
+    print_select($form, $printops->{media});
 
     print qq|
     </td>

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