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

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

revision 15 by dpavlin, Fri Nov 30 16:46:39 2007 UTC revision 20 by dpavlin, Fri Nov 30 17:50:34 2007 UTC
# Line 39  template 'view' => sub :CRUDView { Line 39  template 'view' => sub :CRUDView {
39                                  render_param( $update => $f, %opt );                                  render_param( $update => $f, %opt );
40                          }                          }
41                  };                  };
42                  hyperlink(                  if ( $can_write ) {
43                          label => _('Update'),                          div {
44                          onclick => {                                  { class is 'submit_button' };
45                                  submit => $update,                                  hyperlink(
46                                  refresh_self => 1,                                          label => _('Update'),
47                          },                                          onclick => {
48                  ) if $can_write;                                                  submit => $update,
49                                                    refresh_self => 1,
50                                            },
51                                    )
52                            };
53                    }
54          };          };
55          hr {};          hr {};
56  };  };

Legend:
Removed from v.15  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.26