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 %>
|
<% end_if %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="utility">
|
<% if Print %><% else %><div class="utility">
|
||||||
<% if Can(export) %>
|
<% control Utility %>
|
||||||
<a href="$ExportLink" target="_blank"><% _t('CSVEXPORT', 'Export to CSV' ) %></a>
|
<span class="item"><a href="$Link">$Title</a></span>
|
||||||
<% end_if %>
|
<% end_control %>
|
||||||
</div>
|
</div><% end_if %>
|
||||||
<% if Message %>
|
<% if Message %>
|
||||||
<span class="message $MessageType">$Message</span>
|
<span class="message $MessageType">$Message</span>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
|
Loading…
Reference in New Issue
Block a user