/[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 67 by dpavlin, Thu Apr 10 00:08:37 2008 UTC revision 127 by dpavlin, Sun May 25 16:43:36 2008 UTC
# Line 17  before '*' => run { Line 17  before '*' => run {
17    
18  #       Jifty->log->debug("current_user = ", dump( $user ));  #       Jifty->log->debug("current_user = ", dump( $user ));
19    
20          $top->child( _('Find People') => url => '/search-users' );          $top->child( _('People') => url => '/people' );
21          $top->child( _('Sync Organization') => url => '/sync' );          my $o = $top->child( _('Organizations') => url => '/organizations' );
22            $o->child( _('New') => url => '/organizations/new' );
23    
24            $top->child( _('Sync') => url => '/sync' );
25            $top->child( _('LDAP') => url => '/ldap' );
26    
27  #       $top->child( 'Prefs' => url => '/prefs' ) if Jifty->web->current_user->id;  #       $top->child( 'Prefs' => url => '/prefs' ) if Jifty->web->current_user->id;
28    
29  };  };

Legend:
Removed from v.67  
changed lines
  Added in v.127

  ViewVC Help
Powered by ViewVC 1.1.26