Remove package with modified dragger tags.

Put the new dragger tags into the template variables generated by the Layout.
Update the Layout Help now that dragger.icon is inside the position loops.
Remove the gotcha text for the manual modification solution.
This commit is contained in:
Colin Kuskie 2009-04-17 15:59:05 +00:00
parent ded86ab837
commit fa2768ea50
4 changed files with 14 additions and 19 deletions

View file

@ -12,17 +12,6 @@ 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
--------------------------------------------------------------------
* WebGUI now requires Clone version 0.31 or greater.