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

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to