/[A3C]/lib/A3C/View.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/View.pm

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

revision 120 by dpavlin, Thu May 15 19:08:08 2008 UTC revision 122 by dpavlin, Tue May 20 09:47:59 2008 UTC
# Line 100  template 'people' => page { Line 100  template 'people' => page {
100          h1 { _('Find people') }          h1 { _('Find people') }
101    
102          my $action = new_action(          my $action = new_action(
103                  class   => 'SearchPerson',                  class   => 'SearchhrEduPerson',
104                  moniker => 'search-users',                  moniker => 'search-users',
105                  sticky_on_success => 1,                  sticky_on_success => 1,
106                  sticky_on_failure => 1,                  sticky_on_failure => 1,
# Line 138  template 'sync' => page { Line 138  template 'sync' => page {
138          );          );
139    
140          form {          form {
141                  render_action( $action => [ 'cn' ] );                  render_action( $action => [ 'org_uid' ] );
142                  form_submit( label => _('Sync Organization') );                  form_submit( label => _('Sync Organization') );
143          };          };
144    

Legend:
Removed from v.120  
changed lines
  Added in v.122

  ViewVC Help
Powered by ViewVC 1.1.26