diff options
| author | michael pereira | 2011-04-26 11:24:37 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-26 11:24:37 +0200 |
| commit | 9f13e52648cfe77b3107f0253cda04801da1207a (patch) | |
| tree | efa1733c9c306349fe8629afecf0804ac4c7739f | |
| parent | drag fix (diff) | |
| download | pbs2-9f13e52648cfe77b3107f0253cda04801da1207a.tar.gz pbs2-9f13e52648cfe77b3107f0253cda04801da1207a.tar.xz pbs2-9f13e52648cfe77b3107f0253cda04801da1207a.zip | |
ui-sortable
| -rw-r--r-- | application/modules/user/views/scripts/bootmenu/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml index c769622..6758fae 100644 --- a/application/modules/user/views/scripts/bootmenu/index.phtml +++ b/application/modules/user/views/scripts/bootmenu/index.phtml @@ -120,7 +120,7 @@ <label>BootmenuID</label> <div class='item'><?php echo $this->escape($bootmenu->getID()); ?></div> <?php endif; ?> - <div id="sortable"> + <div id="sortable" class="ui-sortable"> <?php foreach ($this->bootmenuentrylist[$bootmenu->getID()] as $k => $bootmenuentry): ?> <div class='element' id=entry-<?php echo $k?>> <div class='number'> |
