noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 03/04: cosmetic : font-size


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/04: cosmetic : font-size
Date: Mon, 27 Jul 2015 08:44:34 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 785aedfabd60025be02ea49084c7d700fb2f6efd
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jul 21 13:06:39 2015 +0200

    cosmetic : font-size
---
 include/fiche.inc.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/fiche.inc.php b/include/fiche.inc.php
index 5931d76..299e0c7 100644
--- a/include/fiche.inc.php
+++ b/include/fiche.inc.php
@@ -135,6 +135,7 @@ if ( $allcard == 0 ){
        echo h1($fiche_def->label,"");
        echo h2($fiche_def->fd_description,"");
 }
+echo '<div class="content">';
 /* * 
*********************************************************************************************************************************
  * Liste
  *
@@ -217,7 +218,6 @@ if ($_GET['histo'] == -1)
        ");
        $nb_line = Database::num_row($res);
        if ($write != 1 || $allcard != 0 )  $str_add_card="";
-
        require_once 'template/fiche_list.php';
        echo '<hr>'.$bar;
        return;
@@ -577,7 +577,7 @@ for ($e = 0; $e < count($afiche); $e++)
                echo td(_('Credit'));
                echo td(nbm($amount_cred), ' 
style="font-weight:bold;text-align:right"');
                echo '</tr>';
-               echo '<tr>';
+               echo '<tr class="highlight">';
                 $solde=abs(round($amount_cred - $amount_deb, 2));
                 if ( $solde == 0)
                 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]