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

SF.net SVN: ledger-smb:[6130] trunk/UI/lib/report_base.html



Revision: 6130
          http://sourceforge.net/p/ledger-smb/code/6130
Author:   tshvr
Date:     2013-10-14 14:26:53 +0000 (Mon, 14 Oct 2013)
Log Message:
-----------
to be able NOT to select employee

Modified Paths:
--------------
    trunk/UI/lib/report_base.html

Modified: trunk/UI/lib/report_base.html
===================================================================
--- trunk/UI/lib/report_base.html	2013-10-14 14:09:30 UTC (rev 6129)
+++ trunk/UI/lib/report_base.html	2013-10-14 14:26:53 UTC (rev 6130)
@@ -215,14 +215,15 @@
   FOREACH e IN employees;
      e.text = e.first_name _ ' ' _ e.last_name;
   END;
-  employees.push({}) ?>
+  #employees.push({})
+  employees.unshift({}) ?>
 <tr>
   <th><?lsmb text('Employees') ?></th>
   <td><?lsmb PROCESS select element_data = {
                  name = SELECTNAME
        default_values = [$SELECTNAME]
               options = employees
-           value_attr = 'id'
+           value_attr = 'person_id' #??
                 class = 'employee'
        } ?></td>
 </tr><?lsmb

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


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits