Skip to content

Commit

Permalink
More tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall Roch committed Oct 25, 2005
1 parent 78b239b commit 1083399
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions lib/Bric/Biz/ElementType/Parts/FieldType.pm
Expand Up @@ -785,16 +785,16 @@ sub my_meths {
},
},
widget_type => {
get_meth => sub { shift->get_widget_type(@_) },
get_args => [],
set_meth => sub { shift->set_widget_type(@_) },
set_args => [],
name => 'widget_type',
disp => 'Widget Type',
len => 80,
req => 1,
type => 'short',
props => {
get_meth => sub { shift->get_widget_type(@_) },
get_args => [],
set_meth => sub { shift->set_widget_type(@_) },
set_args => [],
name => 'widget_type',
disp => 'Widget Type',
len => 80,
req => 1,
type => 'short',
props => {
type => 'select',
vals => {
text => 'Text',
Expand All @@ -813,16 +813,16 @@ sub my_meths {
}
},
precision => {
get_meth => sub { shift->get_precision(@_) },
get_args => [],
set_meth => sub { shift->set_precision(@_) },
set_args => [],
name => 'precision',
disp => 'Precision',
len => 80,
req => 1,
type => 'short',
props => {
get_meth => sub { shift->get_precision(@_) },
get_args => [],
set_meth => sub { shift->set_precision(@_) },
set_args => [],
name => 'precision',
disp => 'Precision',
len => 80,
req => 1,
type => 'short',
props => {
type => 'select',
vals => Bric::Util::Time::PRECISIONS,
}
Expand Down

0 comments on commit 1083399

Please sign in to comment.