Ignore:
Timestamp:
2006/12/11 17:09:08 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspollrenderer.php

    r685 r687  
    136136            $options[$i]['text'] = $option->getVar("option_text"); 
    137137            if ( $percent > 0 ) { 
    138                 $width = intval($percent)*2; 
     138                $width = intval($percent)*4; 
    139139                //$options[$i]['image'] = "<img src='".XOOPS_URL."/modules/xoopspoll/images/colorbars/".$option->getVar("option_color", "E")."' height='14' width='".$width."' align='middle' alt='".intval($percent)." %' />"; 
    140140                $options[$i]['image'] = "<img src='".XOOPS_URL."/themes/default/img/main/bar01.jpg' width='". $width ."' height='9' alt='". intval($percent) ."'  style='vertical-align: middle;'/>"; 
Note: See TracChangeset for help on using the changeset viewer.