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

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

revision 11 by dpavlin, Thu Mar 13 14:22:53 2008 UTC revision 12 by dpavlin, Thu Mar 13 16:34:47 2008 UTC
# Line 235  use A3C::Record schema { Line 235  use A3C::Record schema {
235    
236          column postalAddress =>          column postalAddress =>
237                  label is _('Poštanska adresa'),                  label is _('Poštanska adresa'),
238                    render as 'textarea',
239                  is mandatory;                  is mandatory;
240                    
241          column l =>          column l =>
# Line 250  use A3C::Record schema { Line 251  use A3C::Record schema {
251                  label is _('Ulica i kućni broj');                  label is _('Ulica i kućni broj');
252                    
253          column homePostalAddress =>          column homePostalAddress =>
254                  label is _('Kućna poštanska adresa');                  label is _('Kućna poštanska adresa'),
255                    render as 'textarea';
256                    
257          column homePhone =>          column homePhone =>
258                  label is _('Kućni telefonski broj');                  label is _('Kućni telefonski broj');

Legend:
Removed from v.11  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26