/[A3C]/lib/A3C/Dispatcher.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/A3C/Dispatcher.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 142 by dpavlin, Fri May 30 23:47:29 2008 UTC revision 231 by dpavlin, Sun Aug 31 11:54:40 2008 UTC
# Line 31  before '*' => run { Line 31  before '*' => run {
31          my $o = $top->child( _('Organizations') => url => '/organizations' );          my $o = $top->child( _('Organizations') => url => '/organizations' );
32          $o->child( _('New') => url => '/organizations/new' );          $o->child( _('New') => url => '/organizations/new' );
33    
34          $top->child( _('Sync') => url => '/sync' );          my $ldap = $top->child( _('LDAP'), url => '/ldap/sync' );       # FIXME some kind of top-level ldap page?
35          $top->child( _('LDAP') => url => '/ldap' );          $ldap->child( _('Sync') => url => '/ldap/sync' );
36          $top->child( _('Strix') => url => '/strix' );          $ldap->child( _('Search') => url => '/ldap/search' );
37    
38            my $strix = $top->child( _('Strix') => url => '/strix' );
39            $strix->child( _('Name differences') => url => '/strix/name_diff' );
40            $strix->child( _('SQL') => url => '/strix/sql' );
41            $strix->child( _('Navigation') => url => '/strix/navigation' );
42    
43  #       $top->child( 'Prefs' => url => '/prefs' ) if Jifty->web->current_user->id;  #       $top->child( 'Prefs' => url => '/prefs' ) if Jifty->web->current_user->id;
44    

Legend:
Removed from v.142  
changed lines
  Added in v.231

  ViewVC Help
Powered by ViewVC 1.1.26