Changeset 307:ec5e920a61e6 in documentViewer for documentViewer.py


Ignore:
Timestamp:
Oct 15, 2010, 9:58:12 AM (14 years ago)
Author:
abukhman
Branch:
default
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentViewer.py

    r256 r307  
    188188   
    189189    def getGisPlaces(self, **args):
    190         """get search"""
     190        """get gis places"""
    191191        return self.template.fulltextclient.getGisPlaces(**args)
    192 
     192 
     193    def getAllGisPlaces(self, **args):
     194        """get all gis places"""
     195        return self.template.fulltextclient.getGisPlaces(**args)
     196 
    193197    def getNumPages(self, docinfo):
    194198        """get numpages"""
Note: See TracChangeset for help on using the changeset viewer.