Modified to default who can vote to the new Everyone group.
This commit is contained in:
parent
5dad3c513c
commit
fbeff8a866
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ sub www_add {
|
||||||
$output .= tableFormRow(WebGUI::International::get(85),WebGUI::Form::textArea("description",'',50,5,1));
|
$output .= tableFormRow(WebGUI::International::get(85),WebGUI::Form::textArea("description",'',50,5,1));
|
||||||
$output .= tableFormRow(WebGUI::International::get(3,$namespace),WebGUI::Form::checkbox("active",1,1));
|
$output .= tableFormRow(WebGUI::International::get(3,$namespace),WebGUI::Form::checkbox("active",1,1));
|
||||||
$output .= tableFormRow(WebGUI::International::get(4,$namespace),
|
$output .= tableFormRow(WebGUI::International::get(4,$namespace),
|
||||||
WebGUI::Form::groupList("voteGroup",1));
|
WebGUI::Form::groupList("voteGroup",7)); # Group "Everyone"
|
||||||
$output .= tableFormRow(WebGUI::International::get(5,$namespace),
|
$output .= tableFormRow(WebGUI::International::get(5,$namespace),
|
||||||
WebGUI::Form::text("graphWidth",20,3,150));
|
WebGUI::Form::text("graphWidth",20,3,150));
|
||||||
$output .= tableFormRow(WebGUI::International::get(6,$namespace),WebGUI::Form::text("question",50,255));
|
$output .= tableFormRow(WebGUI::International::get(6,$namespace),WebGUI::Form::text("question",50,255));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue