BUGFIX: fixed incorrect include path (from r105833)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112482 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-10-15 02:33:41 +00:00
parent bc4c4ff416
commit c77f395451
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
</div>
<% if Print %><% else %>
<% if Markable %>
<% include TableListField_SelectControls %>
<% include TableListField_SelectOptions %>
<% end_if %>
<% include TableListField_PageControls %>
<% end_if %>