start on new layout draggables

This commit is contained in:
Doug Bell 2011-04-19 18:13:03 -05:00
parent 8906c3f28a
commit 0299d7837c
5 changed files with 392 additions and 2 deletions

View file

@ -235,6 +235,8 @@ sub prepareView {
unshift @{ $vars{"position1_loop"} }, reverse @children;
}
# NOTE: This is the old way of doing the Layout drag/drop. The new way is injected by the WebGUI Admin
# Interface if certain elements are present in the template
if ($vars{showAdmin}) {
# under normal circumstances we don't put HTML stuff in our code, but this will make it much easier
# for end users to work with our templates