BUGFIX Fixed ComplexTableField showing export link correctly

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.2@65258 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2008-11-05 02:56:38 +00:00 committed by Sam Minnee
parent 9fe82d4537
commit 7b60ec00e2

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>