Changeset 952
- Timestamp:
- 03/14/08 23:15:31 (9 months ago)
- Files:
-
- bbpress-polls/trunk/bb-polls.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bbpress-polls/trunk/bb-polls.php
r950 r952 396 396 $output.='<div class="poll_label">'.$bb_polls['label_question_text'].' : <br /><input name="poll_question" type="text" style="width:98%" maxlength="'.$bb_polls['max_length'].'" value="'.$poll_options['poll_question'].'" /></div>'; 397 397 398 $output.='<div class="poll_label"><span class="nowrap"><input name="poll_multiple_choice" type="radio" value="0" ';398 $output.='<div class="poll_label"><span class="nowrap"><input name="poll_multiple_choice" style="vertical-align:middle;height:1.3em;width:1.3em;" type="radio" value="0" '; 399 399 $output.=($poll_options['poll_multiple_choice']) ? ' ' : ' checked="checked" '; 400 $output.=' /> '.$bb_polls['label_single'].'</span> <span class="nowrap"><input name="poll_multiple_choice" type="radio" value="1" ';400 $output.=' /> '.$bb_polls['label_single'].'</span> <span class="nowrap"><input name="poll_multiple_choice" style="vertical-align:middle;height:1.3em;width:1.3em;" type="radio" value="1" '; 401 401 $output.=($poll_options['poll_multiple_choice']) ? ' checked="checked" ' : ' '; 402 402 $output.=' /> '.$bb_polls['label_multiple'].'</span></div>';
