phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r5261 - phpcompta/trunk/include/template
Date: Tue, 14 May 2013 22:53:30 +0200 (CEST)

Author: danydb
Date: 2013-05-14 22:53:30 +0200 (Tue, 14 May 2013)
New Revision: 5261

Modified:
   phpcompta/trunk/include/template/dashboard.php
Log:
change height mini-report

Modified: phpcompta/trunk/include/template/dashboard.php
===================================================================
--- phpcompta/trunk/include/template/dashboard.php      2013-05-13 21:52:50 UTC 
(rev 5260)
+++ phpcompta/trunk/include/template/dashboard.php      2013-05-14 20:53:30 UTC 
(rev 5261)
@@ -130,7 +130,7 @@
 }
 
 if ( $report != 0 ) {
-  echo '<fieldset 
style="height:70%;"><legend>'.$rapport->get_name().'</legend>';
+  echo '<fieldset 
style="height:50%;"><legend>'.$rapport->get_name().'</legend>';
   $exercice=$g_user->get_exercice();
   if ( $exercice == 0 ) {
     alert(_('Aucune periode par defaut'));
@@ -155,7 +155,7 @@
   echo '</fieldset>';
   echo '</div>';
  } else {
-  echo '<fieldset 
style="height:70%;width:80%;background-color:white"><legend>'._('Aucun rapport 
défini').'</legend>';
+  echo '<fieldset 
style="height:60%;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>';
 
 



---
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]