fixes to main app to support reports

This commit is contained in:
Oliver Gorwits
2013-03-10 23:40:53 +00:00
parent 55a0f3d8dc
commit 13af853582
6 changed files with 25 additions and 2 deletions

View File

@@ -12,7 +12,6 @@
<div id="[% report.tag %]_search" class="tab-pane active">
<form id="[% report.tag %]_form" class="nd_sidesearchform form-stacked"
method="get" action="[% uri_for('/report') %]">
<input name="tab" value="[% report.tag %]" type="hidden"/>
[% TRY %]
[% INCLUDE "sidebar/report/${report.tag}.tt" %]
<script type="text/javascript">has_sidebar["[% report.tag %]"] = 1;</script>
@@ -33,3 +32,7 @@
<div class="tab-pane active" id="[% report.tag %]_pane"></div>
</div>
</div>
<script type="text/javascript">
[%+ INCLUDE 'js/report.js' -%]
</script>