Metadata-Version: 1.0
Name: PloneFolderContentsTopBottomLinks
Version: 1.0
Summary: Patch folder contents to show top and bottom links (for Plone 3.x)
Home-page: http://pypi.python.org/pypi/PloneFolderContentsTopBottomLinks
Author: Laurence Rowe
Author-email: plone-developers@lists.sourceforge.net
License: GPL
Description: =================================
        PloneFolderContentsTopBottomLinks
        =================================
        
        Patch Plone's folder_contents view to disable the draggable ordering and show
        up/down/top/bottom links.
        
        Installation
        ============
        
        Add package to your instance's eggs and zcml::
        
            [instance]
            eggs +=
                PloneFolderContentsTopBottomLinks
            zcml +=
                PloneFolderContentsTopBottomLinks
        
        
        Changelog
        =========
        
        1.0  - 2010-11-17
        -----------------
        
        * Initial release using table.pt from plone.app.content 1.8
        
Keywords: plone content views viewlet
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
