phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r5373 - in phpcompta/trunk: html include
Date: Sat, 31 Aug 2013 21:43:23 +0200 (CEST)

Author: danydb
Date: 2013-08-31 21:43:23 +0200 (Sat, 31 Aug 2013)
New Revision: 5373

Modified:
   phpcompta/trunk/html/style.css
   phpcompta/trunk/include/impress_jrn.inc.php
Log:
Documentation in an infobulle

Modified: phpcompta/trunk/html/style.css
===================================================================
--- phpcompta/trunk/html/style.css      2013-08-31 19:40:18 UTC (rev 5372)
+++ phpcompta/trunk/html/style.css      2013-08-31 19:43:23 UTC (rev 5373)
@@ -717,8 +717,6 @@
     margin:0;
     padding:0;
     text-align:left;
-    font-size:0.75em;;
-
 }
 div.autocomplete em {
     color:blue;
@@ -742,7 +740,9 @@
     /*height:32px;*/
     cursor:pointer;
 }
-span.informal{ font-size:0.75em;; color:black;}
+span.informal{ 
+    color:black;
+}
 
 ul.select_table  {
     /*padding:5px;*/
@@ -998,12 +998,10 @@
 }
 table.info_op
 {
-//    font-size:0.75em;;
     width:100%;
 }
 table.info_op tr
 {
-  //  font-size:0.87em;
     background:white;
 }
 h2#jrn_name
@@ -1040,7 +1038,7 @@
 {
     display:inline;
     float:left;
-    font-size:0.75em;;
+    font-size:0.87em;;
 }
 #calc
 {
@@ -1167,7 +1165,6 @@
     display:inline;
     float:left;
     width:100%;
-    //margin-left:5.28%;
     top:0px;
     text-align: center;
 }
@@ -1186,7 +1183,6 @@
     font-size:1.34em;
     text-align:center;
     padding:0.24%;
-    //margin:0.24%;
     border:1px solid darkblue;
 
 }
@@ -1265,4 +1261,11 @@
     left:10%;
     width:60%;
     border:1px solid darkblue;
+}
+div#notice {
+    position:absolute;
+    right:5%;
+    top:200px;
+    background-color:yellow;
+    border: 1px solid black;
 }
\ No newline at end of file

Modified: phpcompta/trunk/include/impress_jrn.inc.php
===================================================================
--- phpcompta/trunk/include/impress_jrn.inc.php 2013-08-31 19:40:18 UTC (rev 
5372)
+++ phpcompta/trunk/include/impress_jrn.inc.php 2013-08-31 19:43:23 UTC (rev 
5373)
@@ -93,19 +93,6 @@
 echo '</fieldset>';
 echo '</form>';
 ?>
-<div class="noprint" 
style="position:absolute;right:5%;top:200px;background-color:yellow;border: 1px 
solid black">
-    <h3>
-        Remarque  : choix possibles
-    </h3>
-    <ul>
-        <li> Détail opérations ne donne pas le même résultat si on regarde 
tous les journaux ou un journal de type ACH ou VEN</li>
-        <li> Liste opérations ne donne pas le même résultat si on regarde tous 
les journaux ou un journal de type ACH ou VEN</li>
-        <li> Journaux VEN ou ACH en mode "détail opérations" donne les détails 
des factures, y compris les montants, TVA et quantité par article</li>
-        <li> Journaux VEN ou ACH en mode "liste opérations" donne pour chaque 
opération, le total de la TVA, ND, ...</li>
-    </ul>
-      
-</div>
-
 <?php
 
 
@@ -143,7 +130,7 @@
 print '</TR>';
 print '<TR>';
 $w->selected = (isset($_GET['p_simple'])) ? $_GET['p_simple'] : '';
-echo td('Style d\'impression') . $w->input('p_simple', $a);
+echo '<td>Style d\'impression '.HtmlInput::infobulle(32).'</td>' . 
$w->input('p_simple', $a);
 print "</TR>";
 echo '</TABLE>';
 print HtmlInput::submit('bt_html', 'Visualisation');



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