/[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 67 by dpavlin, Tue Apr 8 23:22:22 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 ajax_validates,
16                  is mandatory;                  is mandatory;
17    
18          column name =>          column name =>
19                  type is 'text',                  type is 'text',
20                  label is _("Unit"),                  label is _("Unit"),
21                  hint is _('Name of unit described'),                  hints is _('Name of unit described'),
22                    is ajax_validates,
23                  is mandatory;                  is mandatory;
24    
25          column subcategory =>          column subcategory =>
26                  label is _('Subcategory'),                  label is _('Subcategory'),
27                  hint is _('Function of unit, larger concept of which unit is part'),                  hints is _('Function of unit, larger concept of which unit is part'),
28                  type is 'text',                  type is 'text',
29                    is ajax_validates,
30                  is mandatory;                  is mandatory;
31    
32          column category =>          column category =>
# Line 48  use Arh::Record schema { Line 51  use Arh::Record schema {
51    
52          column placement =>          column placement =>
53                  label is _('Placement'),                  label is _('Placement'),
54                    is ajax_validates,
55                  is mandatory;                  is mandatory;
56    
57          column context =>          column context =>
# Line 73  use Arh::Record schema { Line 77  use Arh::Record schema {
77                    
78          column dimensions =>          column dimensions =>
79                  label is _("Dimensions"),                  label is _("Dimensions"),
80                  hint is _("Separate values with ; (semicolumn)"),                  hints is _("Separate values with ; (semicolumn)"),
81                  type is 'text';                  type is 'text';
82    
83          column condition =>          column condition =>
84                  label is _('Condition'),                  label is _('Condition'),
85                    is ajax_validates,
86                  is mandatory;                  is mandatory;
87                    
88          column toplogy =>          column toplogy =>
# Line 91  use Arh::Record schema { Line 96  use Arh::Record schema {
96                    
97          column description =>          column description =>
98                  label is _("Description"),                  label is _("Description"),
99                    is ajax_validates,
100                  is mandatory,                  is mandatory,
101                  render as 'textarea';                  render as 'textarea';
102    
103          column contstruction =>          column construction =>
104                  label is _('Construction');                  label is _('Construction');
105    
106          column iconography =>          column iconography =>
# Line 149  use Arh::Record schema { Line 155  use Arh::Record schema {
155    
156          column bibliography =>          column bibliography =>
157                  label is _('Bibliography'),                  label is _('Bibliography'),
158                    is ajax_validates,
159                  is mandatory;                  is mandatory;
160                    
161          column copyright =>          column copyright =>
162                  label is _('Copyright'),                  label is _('Copyright'),
163                    is ajax_validates,
164                  is mandatory;                  is mandatory;
165    
166  =for remove  =for remove

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

  ViewVC Help
Powered by ViewVC 1.1.26