phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5375 - in phpcompta/trunk: html include include/templat


From: phpcompta-dev
Subject: [Phpcompta-dev] r5375 - in phpcompta/trunk: html include include/template
Date: Tue, 3 Sep 2013 16:11:54 +0200 (CEST)

Author: danydb
Date: 2013-09-03 16:11:53 +0200 (Tue, 03 Sep 2013)
New Revision: 5375

Modified:
   phpcompta/trunk/html/ajax_history.php
   phpcompta/trunk/html/style.css
   phpcompta/trunk/include/class_acc_account_ledger.php
   phpcompta/trunk/include/fiche.inc.php
   phpcompta/trunk/include/template/history_top.php
Log:
Improve appearance

Modified: phpcompta/trunk/html/ajax_history.php
===================================================================
--- phpcompta/trunk/html/ajax_history.php       2013-08-31 19:43:32 UTC (rev 
5374)
+++ phpcompta/trunk/html/ajax_history.php       2013-09-03 14:11:53 UTC (rev 
5375)
@@ -106,7 +106,7 @@
         ob_start();
         require_once('template/history_top.php');
        
$detail_card=HtmlInput::card_detail($fiche->strAttribut(ATTR_DEF_QUICKCODE),$fiche->getName());
-       echo h2info(  
$fiche->getName().'['.$fiche->strAttribut(ATTR_DEF_QUICKCODE).']');
+       echo h2(  
$fiche->getName().'['.$fiche->strAttribut(ATTR_DEF_QUICKCODE).']',' 
class="title" ');
        echo '<p style="text-align:center;">'.$detail_card.'</p>';
 
        if (   $fiche->HtmlTable($array,0,$from_div)==-1){
@@ -180,7 +180,7 @@
 
         if ( $poste->HtmlTable($array) == -1)
          {
-           echo h2info($poste->id." ".$poste->name);
+           echo h2($poste->id." ".$poste->name,' class="title"');
            echo h2("Aucune opération pour l'exercice courant",'class="error"');
          }
        echo $old;

Modified: phpcompta/trunk/html/style.css
===================================================================
--- phpcompta/trunk/html/style.css      2013-08-31 19:43:32 UTC (rev 5374)
+++ phpcompta/trunk/html/style.css      2013-09-03 14:11:53 UTC (rev 5375)
@@ -22,7 +22,6 @@
 
 }
 table.resultfooter tfoot {
-   font-size:0.57em;
     font-weight: bold;
 
 
@@ -781,6 +780,9 @@
 
 }
 div.pc_calendar tr{
+    font-size:0.87em;
+}
+div.pc_calendar tr{
     height:40;
 
 
@@ -1268,4 +1270,22 @@
     top:200px;
     background-color:yellow;
     border: 1px solid black;
+}
+div.name  {
+    position:absolute;
+    top:0px;
+    left:0px;
+}
+div#box_search_card {
+    position:absolute;
+    right:15.625%;
+    top:115px;
+}
+div.bxbutton
+{
+    float:right;
+    height:10px;
+    display:block;
+    margin-top:0.48%;
+    margin-right:0.48%;
 }
\ No newline at end of file

Modified: phpcompta/trunk/include/class_acc_account_ledger.php
===================================================================
--- phpcompta/trunk/include/class_acc_account_ledger.php        2013-08-31 
19:43:32 UTC (rev 5374)
+++ phpcompta/trunk/include/class_acc_account_ledger.php        2013-09-03 
14:11:53 UTC (rev 5375)
@@ -329,7 +329,7 @@
 
         $rep="";
 
-        echo '<h2 class="info">'.$this->id." ".$this->name.'</h2>';
+        echo '<h2 class="title">'.$this->id." ".$this->name.'</h2>';
         if ( $from_div == 0)
                        echo "<TABLE class=\"resultfooter\" 
style=\"border-collapse:separate;width:100%;border-spacing:5px\">";
                else

Modified: phpcompta/trunk/include/fiche.inc.php
===================================================================
--- phpcompta/trunk/include/fiche.inc.php       2013-08-31 19:43:32 UTC (rev 
5374)
+++ phpcompta/trunk/include/fiche.inc.php       2013-09-03 14:11:53 UTC (rev 
5375)
@@ -85,7 +85,7 @@
 $search_card=new IText('card_search');
 $search_card_js=sprintf('onclick="boxsearch_card(\'%d\')"',dossier::id());
 ?>
-<div style="position:absolute;right:15.625%;top:150px">
+<div id="box_search_card">
 
                <?php echo _('Recherche de fiche')?> <?php echo 
HtmlInput::infobulle(18)?> :<?php echo $search_card->input()?>
                <?php echo 
HtmlInput::button_anchor("Chercher","javascript:void(0)","",$search_card_js)?>

Modified: phpcompta/trunk/include/template/history_top.php
===================================================================
--- phpcompta/trunk/include/template/history_top.php    2013-08-31 19:43:32 UTC 
(rev 5374)
+++ phpcompta/trunk/include/template/history_top.php    2013-09-03 14:11:53 UTC 
(rev 5375)
@@ -1,4 +1,4 @@
-<div style="float:right;height:10px;margin-top:2;margin-right:2">
+<div class="bxbutton">
 <?php
    if ($div != "popup")
    {



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