Skip to content

Commit

Permalink
Item2456: initial spike to add FamFamFamContrib to core - much more w…
Browse files Browse the repository at this point in the history
…ork planned - this is more for visuals feedback

git-svn-id: http://svn.foswiki.org/trunk/ComponentEditPlugin@6795 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Mar 20, 2010
1 parent 84aa8e2 commit 1fef81a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Foswiki/Plugins/ComponentEditPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,7 @@ sub getHtmlControlFor {
$control = CGI::radio_group(
-name => $param_key,
-values => $options,
-foswikidefault => $value || $syntax{$TMLtype}->{$param_key}->{default},
-defaultparameter => $syntax{$TMLtype}->{$param_key}->{defaultparameter}
-default => $value || $syntax{$TMLtype}->{$param_key}->{default},

# -columns => $size,
-attributes => \%radio_attrs,
Expand Down

0 comments on commit 1fef81a

Please sign in to comment.