~dongpo-deng/sahana-eden/test

« back to all changes in this revision

Viewing changes to views/budget/bundle_list_create.html

  • Committer: Deng Dongpo
  • Date: 2010-08-01 09:29:44 UTC
  • Revision ID: dongpo@dhcp-21193.iis.sinica.edu.tw-20100801092944-8t9obt4xtl7otesb
initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{{extend 'layout.html'}}
 
2
{{include '_list_create.html'}}
 
3
<script type="text/javascript">//<![CDATA[
 
4
$(function() {
 
5
    // Hide the Total rows from Form
 
6
    $("tr[id*='total']").hide();
 
7
    });
 
8
//]]></script>