mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX # 5966: Allow printing on TableField
http://open.silverstripe.org/ticket/5966
This commit is contained in:
parent
ce8e72cf0e
commit
d82a47b12f
@ -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 %>
|
||||
|
Loading…
Reference in New Issue
Block a user