Mirror fix for dragging to all other Page Layout templates. Add note to gotchas about
custom page layout templates, along with instructions for how to modify to make them work.
This commit is contained in:
parent
9b41c21407
commit
c08b0755dd
4 changed files with 11 additions and 0 deletions
|
|
@ -12,6 +12,16 @@ save you many hours of grief.
|
|||
--------------------------------------------------------------------
|
||||
* WebGUI now requires XML::FeedPP version 0.40 or greater.
|
||||
|
||||
* Due to a change in the way that assets are dragged in Page Layouts,
|
||||
custom layout templates need to be changed to add another div:
|
||||
|
||||
before:
|
||||
<div class="content"><tmpl_var dragger.icon><tmpl_var content></div>
|
||||
after:
|
||||
<div class="content"><div id="td<tmpl_var id>_handle" class="dragable"><tmpl_var dragger.icon></div><tmpl_var content></div>
|
||||
|
||||
All default WebGUI Page Layout templates have already been updated.
|
||||
|
||||
|
||||
7.7.2
|
||||
--------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue