no need for separate csv link template

This commit is contained in:
Oliver Gorwits
2013-09-20 18:59:08 +01:00
parent 1021329e1c
commit 4b6f89635d
8 changed files with 0 additions and 15 deletions

View File

@@ -1,4 +1,3 @@
[% INCLUDE "download_as.tt" %]
<table class="table table-bordered table-condensed table-striped nd_floatinghead">
<thead>
<tr>

View File

@@ -1,4 +1,3 @@
[% INCLUDE "download_as.tt" %]
<table class="table table-bordered table-condensed table-striped nd_floatinghead">
<thead>
<tr>

View File

@@ -1,4 +1,3 @@
[% INCLUDE "download_as.tt" %]
<table class="table table-bordered table-condensed table-striped nd_floatinghead">
<thead>
<tr>

View File

@@ -1,4 +1,3 @@
[% INCLUDE "download_as.tt" %]
<table class="table table-bordered table-condensed table-hover nd_floatinghead">
<thead>
<tr>

View File

@@ -1,4 +1,3 @@
[% INCLUDE "download_as.tt" %]
<table class="table table-bordered table-condensed table-striped nd_floatinghead">
<thead>
<tr>

View File

@@ -1,4 +1,3 @@
[% INCLUDE "download_as.tt" %]
<table class="table table-bordered table-condensed table-striped nd_floatinghead">
<thead>
<tr>

View File

@@ -1,4 +1,3 @@
[% INCLUDE "download_as.tt" %]
<table class="table table-bordered table-condensed table-striped nd_floatinghead">
<thead>
<tr>

View File

@@ -1,8 +0,0 @@
[% myuri = request.uri %]
[% UNLESS myuri.match('/report') %]
[% myuri = myuri.remove('/ajax/content/') %]
[% END %]
<div>
<p class="text-right">Download as: <a href="[% myuri %]&format=csv">CSV</a></p>
</div>