1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Fixes #617 - Progress bar bootstrap 2/3 compatibility.

This commit is contained in:
Cameron 2014-10-04 11:37:43 -07:00
parent b900708568
commit 6c9680d3c0

View File

@ -1096,7 +1096,7 @@ class e_form
$class = vartrue($options['class'],'');
return "<div class='progress ".$class."' id='".$this->name2id($name)."'>
<div class='bar' style='width: ".number_format($value,1)."%'></div>
<div class='progress-bar bar' style='width: ".number_format($value,1)."%'></div>
</div>";
}