Merged revisions 55798 via svnmerge from

svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.2.2

........
  r55798 | aoneil | 2008-06-06 14:41:15 +1200 (Fri, 06 Jun 2008) | 2 lines
  
  BUGFIX Fix CSV export links
........


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@56910 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2008-06-25 04:00:27 +00:00
parent 9143050226
commit 581e3e5456
2 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@
</table>
<div class="utility">
<% if Can(export) %>
$ExportButton
<a href="$ExportLink" target="_blank"><% _t('CSVEXPORT', 'Export to CSV' ) %></a>
<% end_if %>
</div>
</div>
</div>

View File

@ -70,7 +70,7 @@
$ExtraData
<div class="utility">
<% if Can(export) %>
$ExportButton
<a href="$ExportLink" target="_blank"><% _t('CSVEXPORT', 'Export to CSV' ) %></a>
<% end_if %>
</div>
</div>
</div>