Skip to content

Commit

Permalink
Merge pull request #2180 from frederic34/patch-12
Browse files Browse the repository at this point in the history
Add css badge
  • Loading branch information
eldy committed Dec 25, 2014
2 parents 4bbf16e + 8e06329 commit d8783f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions htdocs/contrat/index.php
Expand Up @@ -245,7 +245,7 @@

print '<table class="noborder" width="100%">';
print '<tr class="liste_titre">';
print '<td colspan="3">'.$langs->trans("DraftContracts").($num?' ('.$num.')':'').'</td></tr>';
print '<td colspan="3">'.$langs->trans("DraftContracts").($num?' <span class="badge">'.$num.'</span>':'').'</td></tr>';
if ($num)
{
$companystatic=new Societe($db);
Expand Down Expand Up @@ -471,7 +471,7 @@

print '<table class="noborder" width="100%">';

print '<tr class="liste_titre"><td colspan="4">'.$langs->trans("NotActivatedServices").' <a href="'.DOL_URL_ROOT.'/contrat/services.php?mode=0">('.$num.')</a></td>';
print '<tr class="liste_titre"><td colspan="4">'.$langs->trans("NotActivatedServices").' <a href="'.DOL_URL_ROOT.'/contrat/services.php?mode=0"><span class="badge">'.$num.'</span></a></td>';
print "</tr>\n";

$var=True;
Expand Down Expand Up @@ -551,7 +551,7 @@

print '<table class="noborder" width="100%">';

print '<tr class="liste_titre"><td colspan="4">'.$langs->trans("ListOfExpiredServices").' <a href="'.DOL_URL_ROOT.'/contrat/services.php?mode=4&filter=expired">('.$num.')</a></td>';
print '<tr class="liste_titre"><td colspan="4">'.$langs->trans("ListOfExpiredServices").' <a href="'.DOL_URL_ROOT.'/contrat/services.php?mode=4&amp;filter=expired"><span class="badge">'.$num.'</span></a></td>';
print "</tr>\n";

$var=True;
Expand Down

0 comments on commit d8783f6

Please sign in to comment.