/[Arh]/lib/Arh/Model/Unit.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/Model/Unit.pm

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

revision 67 by dpavlin, Tue Apr 8 23:22:22 2008 UTC revision 76 by dpavlin, Thu Apr 17 12:20:35 2008 UTC
# Line 32  use Arh::Record schema { Line 32  use Arh::Record schema {
32          column category =>          column category =>
33                  label is _('Category'),                  label is _('Category'),
34                  is mandatory,                  is mandatory,
35                  references Arh::Model::Category,                  references Arh::Model::Category;
36                  is AutoReference;  #               is AutoReference;
37    
38          column location =>          column location =>
39                  label is _("Location"),                  label is _("Location"),
40                  refers_to Arh::Model::Location,                  refers_to Arh::Model::Location;
41                  is AutoReference;  #               is AutoReference;
42    
43          column site =>          column site =>
44                  label is _('Site'),                  label is _('Site'),
45                  is mandatory,                  is mandatory,
46                  refers_to Arh::Model::Site,                  refers_to Arh::Model::Site;
47                  is AutoReference;  #               is AutoReference;
48    
49          column gps =>          column gps =>
50                  label is _('GPS coordinates');                  label is _('GPS coordinates');
# Line 147  use Arh::Record schema { Line 147  use Arh::Record schema {
147                    
148          column links =>          column links =>
149                  label is _('Links'),                  label is _('Links'),
150                  refers_to Arh::Model::Unit,                  refers_to Arh::Model::Unit;
151                  is AutoReference;  #               is AutoReference;
152    
153          column sources =>          column sources =>
154                  label is _('Sources');                  label is _('Sources');

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

  ViewVC Help
Powered by ViewVC 1.1.26