~shikharkohli/sahana-eden/gsoc1

« back to all changes in this revision

Viewing changes to models/01_menu.py

  • Committer: Shikhar Kohli
  • Date: 2010-08-11 18:40:09 UTC
  • mfrom: (802.1.156 eden)
  • Revision ID: shikharkohli@gmail.com-20100811184009-yy8zag5dowlam0ip
Merge trunk and update (a bit) of JS

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        #[T("Import Jobs"), False, URL(r=request, c="admin", f="import_job")],
79
79
        [T("Raw Database access"), False, URL(r=request, c="appadmin", f="index")]
80
80
    ]],
81
 
    [T("Synchronisation"), False, URL(r=request, c="sync", f="index"), [
 
81
    [T("Synchronization"), False, URL(r=request, c="sync", f="index"), [
82
82
            [T("Sync History"), False, URL(r=request, c="sync", f="history")],
83
83
            [T("Sync Partners"), False, URL(r=request, c="sync", f="partner")],
84
84
            [T("Sync Settings"), False, URL(r=request, c="sync", f="setting", args=[1, "update"])]