adding dragable content
This commit is contained in:
parent
6d7d53bbff
commit
f1a8c66048
2 changed files with 3 additions and 4 deletions
|
|
@ -64,4 +64,6 @@ webgui.
|
|||
- Added the Web Services Client wobject. (Thanks to Alan Ritari and DonorWare.)
|
||||
- Optional second parameter to the File macro can be a boolean value to
|
||||
turn off file icons.
|
||||
- Added drag and drop content arranging.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -606,10 +606,7 @@ sub _positionFormat6x {
|
|||
<tmpl_if wobject.canView>
|
||||
<div class="wobject"> <div class="wobject<tmpl_var wobject.namespace>" id="wobjectId<tmpl_var wobject.id>">
|
||||
<tmpl_if session.var.adminOn> <tmpl_if wobject.canEdit>
|
||||
<tmpl_var wobject.controls>
|
||||
<tmpl_if page.canEdit>
|
||||
<tmpl_var wobject.controls.drag>
|
||||
</tmpl_if>
|
||||
<tmpl_var wobject.controls><tmpl_if page.canEdit><tmpl_var wobject.controls.drag></tmpl_if>
|
||||
</tmpl_if> </tmpl_if>
|
||||
<tmpl_if wobject.isInDateRange>
|
||||
<a name="<tmpl_var wobject.id>"></a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue