BUGFIX # 5966: Allow printing on TableField

http://open.silverstripe.org/ticket/5966
This commit is contained in:
martijn 2011-03-18 20:00:00 +00:00 committed by Ingo Schommer
parent ce8e72cf0e
commit d82a47b12f
1 changed files with 5 additions and 5 deletions

View File

@ -59,11 +59,11 @@
<% end_if %>
</tbody>
</table>
<div class="utility">
<% if Can(export) %>
<a href="$ExportLink" target="_blank"><% _t('CSVEXPORT', 'Export to CSV' ) %></a>
<% end_if %>
</div>
<% if Print %><% else %><div class="utility">
<% control Utility %>
<span class="item"><a href="$Link">$Title</a></span>
<% end_control %>
</div><% end_if %>
<% if Message %>
<span class="message $MessageType">$Message</span>
<% end_if %>