2008-01-03 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/ReportBase/_Constants.py: added QR_NOTE, QR_DATE * src/gen/lib/date.py: working on date math * src/plugins/AgeOnDate.py: new Quick View for age on date * src/plugins/DefaultGadgets.py: added Age on Date gadget * src/QuickReports.py: new constants * src/Simple/_SimpleTable.py: handle sort columns svn: r9698
This commit is contained in:
@ -59,7 +59,8 @@ import gtk
|
||||
from PluginUtils import Plugins
|
||||
from ReportBase import CATEGORY_QR_PERSON, CATEGORY_QR_FAMILY,\
|
||||
CATEGORY_QR_EVENT, CATEGORY_QR_SOURCE,\
|
||||
CATEGORY_QR_PLACE, CATEGORY_QR_REPOSITORY
|
||||
CATEGORY_QR_PLACE, CATEGORY_QR_REPOSITORY, \
|
||||
CATEGORY_QR_NOTE, CATEGORY_QR_DATE
|
||||
|
||||
|
||||
def create_quickreport_menu(category,dbstate,uistate,handle) :
|
||||
|
Reference in New Issue
Block a user