Now displays wobject Icon next to each wobject toolbar.
This commit is contained in:
parent
2cdf616a56
commit
fc1e0eb763
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ sub page {
|
|||
while ($wobject = $sth->hashRef) {
|
||||
if ($session{var}{adminOn} && $canEdit) {
|
||||
$contentHash{"template.position".${$wobject}{templatePosition}} .= "\n<hr>"
|
||||
.wobjectIcon()
|
||||
.deleteIcon('func=delete&wid='.${$wobject}{wobjectId})
|
||||
.editIcon('func=edit&wid='.${$wobject}{wobjectId})
|
||||
.moveUpIcon('func=moveUp&wid='.${$wobject}{wobjectId})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue