/[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 39 by dpavlin, Sun Apr 6 11:12:58 2008 UTC revision 43 by dpavlin, Sun Apr 6 12:05:33 2008 UTC
# Line 11  use Arh::Record schema { Line 11  use Arh::Record schema {
11          column unit_id =>          column unit_id =>
12                  type is 'text',                  type is 'text',
13                  label is _("ID"),                  label is _("ID"),
14                  hint is _('Number for unit identification'),                  hints is _('Number for unit identification'),
15                  is mandatory;                  is mandatory;
16    
17          column name =>          column name =>
18                  type is 'text',                  type is 'text',
19                  label is _("Unit"),                  label is _("Unit"),
20                  hint is _('Name of unit described'),                  hints is _('Name of unit described'),
21                  is mandatory;                  is mandatory;
22    
23          column subcategory =>          column subcategory =>
24                  label is _('Subcategory'),                  label is _('Subcategory'),
25                  hint is _('Function of unit, larger concept of which unit is part'),                  hints is _('Function of unit, larger concept of which unit is part'),
26                  type is 'text',                  type is 'text',
27                  is mandatory;                  is mandatory;
28    
# Line 73  use Arh::Record schema { Line 73  use Arh::Record schema {
73                    
74          column dimensions =>          column dimensions =>
75                  label is _("Dimensions"),                  label is _("Dimensions"),
76                  hint is _("Separate values with ; (semicolumn)"),                  hints is _("Separate values with ; (semicolumn)"),
77                  type is 'text';                  type is 'text';
78    
79          column condition =>          column condition =>

Legend:
Removed from v.39  
changed lines
  Added in v.43

  ViewVC Help
Powered by ViewVC 1.1.26