source: products/qPloneTabs/tags/0.3.1/skins/qPloneTabs/qpt_reorder.py @ 1591

Last change on this file since 1591 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 341 bytes
Line 
1## Script (Python) "reorder"
2##bind container=container
3##bind context=context
4##bind namespace=
5##bind script=script
6##bind subpath=traverse_subpath
7##parameters= idxs=[], category='portal_tabs'
8##title=
9##
10
11if not idxs: return 'No items'
12
13from Products.qPloneTabs.utils import reorderActions
14
15return reorderActions(context, idxs, category)
Note: See TracBrowser for help on using the repository browser.