Skip to content
Snippets Groups Projects
Commit 679b8a00 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Mise en page

parent dfa840f0
No related branches found
No related tags found
No related merge requests found
......@@ -1038,7 +1038,7 @@ $.widget("ose.dmepBudget", {
bar.attr('aria-valuenow', percent);
bar.attr('style', 'width:' + percent + '%');
if (restant >= 0) {
bar.html('<span class="restant">' + Formatter.floatToString(restant) + '</span><span class="label">HETD disponibles</span>');
bar.html('<span class="restant">' + Formatter.floatToString(restant) + '</span><span class="label">HETD dispo.</span>');
} else {
bar.html('<span class="restant deficit">' + Formatter.floatToString(restant * -1) + '</span><span class="label deficit">HETD de déficit</span>');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment