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

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

lib/CAdmin/Model/User.pm revision 7 by dpavlin, Thu Mar 13 13:12:46 2008 UTC lib/A3C/Model/User.pm revision 14 by dpavlin, Thu Mar 13 16:38:33 2008 UTC
# Line 1  Line 1 
1  use strict;  use strict;
2  use warnings;  use warnings;
3    
4  package CAdmin::Model::User;  package A3C::Model::User;
5  use Jifty::DBI::Schema;  use Jifty::DBI::Schema;
6    
7  use CAdmin::Record schema {  use utf8;
8    
9    use A3C::Record schema {
10    
11          column name =>          column name =>
12                  type is 'text',                  type is 'text',
# Line 58  use CAdmin::Record schema { Line 60  use CAdmin::Record schema {
60                  label is _('Fax broj');                  label is _('Fax broj');
61    
62          column hrEduPersonUniqueNumber =>          column hrEduPersonUniqueNumber =>
63                  is mandatory,  #               is mandatory,
64                  label is _('JMBG');                  label is _('JMBG');
65    
66          column hrEduPersonDateOfBirth =>          column hrEduPersonDateOfBirth =>
# Line 235  use CAdmin::Record schema { Line 237  use CAdmin::Record schema {
237    
238          column postalAddress =>          column postalAddress =>
239                  label is _('Poštanska adresa'),                  label is _('Poštanska adresa'),
240                    render as 'textarea',
241                  is mandatory;                  is mandatory;
242                    
243          column l =>          column l =>
# Line 250  use CAdmin::Record schema { Line 253  use CAdmin::Record schema {
253                  label is _('Ulica i kućni broj');                  label is _('Ulica i kućni broj');
254                    
255          column homePostalAddress =>          column homePostalAddress =>
256                  label is _('Kućna poštanska adresa');                  label is _('Kućna poštanska adresa'),
257                    render as 'textarea';
258                    
259          column homePhone =>          column homePhone =>
260                  label is _('Kućni telefonski broj');                  label is _('Kućni telefonski broj');

Legend:
Removed from v.7  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26