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

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

revision 41 by dpavlin, Tue Mar 18 19:03:53 2008 UTC revision 42 by dpavlin, Sun Mar 30 16:58:21 2008 UTC
# Line 6  use Jifty::DBI::Schema; Line 6  use Jifty::DBI::Schema;
6    
7  use A3C::Record schema {  use A3C::Record schema {
8    
9            column uid =>
10                    label is _('UID'),
11                    is indexed,
12                    is distinct,
13                    is mandatory;
14    
15          column o =>          column o =>
16                  label is _('Naziv matične ustanove'),                  label is _('Naziv matične ustanove'),
17                  is mandatory;                  is mandatory;
18                    
         column hrEduPersonHomeOrg =>  
                 label is _('Oznaka matične ustanove'),  
                 hint is 'CARNet',  
                 is mandatory;  
   
19          column l =>          column l =>
20                  label is _('Mjesto'),                  label is _('Mjesto'),
21                  hist is 'Zagreb',                  hist is 'Zagreb',
# Line 31  use A3C::Record schema { Line 32  use A3C::Record schema {
32    
33          column street =>          column street =>
34                  label is _('Ulica i kućni broj');                  label is _('Ulica i kućni broj');
35    
36            column hrEduOrgUniqueNumber =>
37                    label is _('hrEduOrgUniqueNumber'),
38                    is mandatory;
39                    
40            column telephoneNumber =>
41                    label is _('Broj telefona');
42    
43  };  };
44    

Legend:
Removed from v.41  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26