BUGFIX: fixed incorrect include path

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@105833 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2010-05-28 02:27:50 +00:00 committed by Sam Minnee
parent 6efa5a8554
commit fac64e9aa5
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 %>