phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5250 - phpcompta/trunk/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r5250 - phpcompta/trunk/include/template
Date: Sun, 12 May 2013 00:33:10 +0200 (CEST)

Author: danydb
Date: 2013-05-12 00:33:09 +0200 (Sun, 12 May 2013)
New Revision: 5250

Modified:
   phpcompta/trunk/include/template/dashboard.php
Log:
task #0000806: Apparence Tableau de bord

Modified: phpcompta/trunk/include/template/dashboard.php
===================================================================
--- phpcompta/trunk/include/template/dashboard.php      2013-05-11 22:27:02 UTC 
(rev 5249)
+++ phpcompta/trunk/include/template/dashboard.php      2013-05-11 22:33:09 UTC 
(rev 5250)
@@ -130,7 +130,7 @@
 }
 
 if ( $report != 0 ) {
-  echo '<fieldset ><legend>'.$rapport->get_name().'</legend>';
+  echo '<fieldset 
style="height:70%;"><legend>'.$rapport->get_name().'</legend>';
   $exercice=$g_user->get_exercice();
   if ( $exercice == 0 ) {
     alert(_('Aucune periode par defaut'));
@@ -155,14 +155,10 @@
   echo '</fieldset>';
   echo '</div>';
  } else {
-  echo '<fieldset style="width:50%;background-color:white"><legend>'._('Aucun 
rapport défini').'</legend>';
+  echo '<fieldset 
style="height:70%;width:80%;background-color:white"><legend>'._('Aucun rapport 
défini').'</legend>';
   echo '<a href="do.php?'.dossier::get().'&ac=PREFERENCE">'._('Cliquez ici 
pour mettre à jour vos préférences').'</a>';
-echo '<table>';
-for ($e = 0;$e<10;$e++){
-echo '<tr><td></td></tr>';
-}
-echo '</table>';
 
+
 echo '</fieldset>';
 echo '</div>';
 }



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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