phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5075 - in phpcompta/tags/rel650: html include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5075 - in phpcompta/tags/rel650: html include
Date: Thu, 19 Jul 2012 16:31:12 +0200 (CEST)

Author: danydb
Date: 2012-07-19 16:31:11 +0200 (Thu, 19 Jul 2012)
New Revision: 5075

Modified:
   phpcompta/tags/rel650/html/style-color.css
   phpcompta/tags/rel650/html/style-epad.css
   phpcompta/tags/rel650/html/style-light.css
   phpcompta/tags/rel650/html/style-test.css
   phpcompta/tags/rel650/html/style.css
   phpcompta/tags/rel650/include/function_javascript.php
Log:
Add script for Javascript sort of table

Modified: phpcompta/tags/rel650/html/style-color.css
===================================================================
--- phpcompta/tags/rel650/html/style-color.css  2012-07-19 11:49:10 UTC (rev 
5074)
+++ phpcompta/tags/rel650/html/style-color.css  2012-07-19 14:31:11 UTC (rev 
5075)
@@ -13,7 +13,7 @@
        font-style: italic;
 }
 
-table.table_large, table.result  ,table.resultfooter {
+table.sortable, table.table_large, table.result  ,table.resultfooter {
        color:blue;
        /* border:blue solid 1px; */
        width:100%;
@@ -27,7 +27,7 @@
 
 
 }
-table.table_large th,table.result th {
+table.sortable th, table.table_large th,table.result th {
        font-weight:bold;
        font-family:verdana,helvetica,sans-serif;
        border-bottom:1px solid blue;
@@ -945,14 +945,14 @@
        position:absolute;
        border:1px solid black;
        top:15%;left:100;
-       margin-left:25%
-               z-index:2;
+       margin-left:25%;
+       z-index:2;
        width:50%;
        display:none;
        background-color:#e4e7ed;
 }
 
-table.table_large td, table.result td
+table.sortable td,table.table_large td, table.result td
 {
        padding-left:5px;
        padding-right:5px;

Modified: phpcompta/tags/rel650/html/style-epad.css
===================================================================
--- phpcompta/tags/rel650/html/style-epad.css   2012-07-19 11:49:10 UTC (rev 
5074)
+++ phpcompta/tags/rel650/html/style-epad.css   2012-07-19 14:31:11 UTC (rev 
5075)
@@ -13,7 +13,7 @@
        font-style: italic;
 }
 
-table.table_large, table.result  ,table.resultfooter {
+table.table_large, table.result  ,table.resultfooter,table.sortable  {
        color:blue;
        /* border:blue solid 1px; */
        width:100%;
@@ -27,7 +27,7 @@
 
 
 }
-table.table_large th,table.result th {
+table.table_large th,table.result th,table.sortable th {
        font-weight:bold;
        font-family:verdana,helvetica,sans-serif;
        border-bottom:1px solid blue;
@@ -947,7 +947,7 @@
        background-color:#e4e7ed;
 }
 
-table.table_large td, table.result td
+table.table_large td, table.result td,table.sortable td
 {
        padding-left:5px;
        padding-right:5px;

Modified: phpcompta/tags/rel650/html/style-light.css
===================================================================
--- phpcompta/tags/rel650/html/style-light.css  2012-07-19 11:49:10 UTC (rev 
5074)
+++ phpcompta/tags/rel650/html/style-light.css  2012-07-19 14:31:11 UTC (rev 
5075)
@@ -14,7 +14,7 @@
        font-style: italic;
 }
 
-table.table_large, table.result  ,table.resultfooter {
+table.sortable, table.table_large, table.result  ,table.resultfooter {
        color:blue;
        /* border:blue solid 1px; */
        width:100%;
@@ -25,10 +25,9 @@
 table.resultfooter tfoot {
        font-size:110%;
        font-weight: bold;
-
-
 }
-table.table_large th,table.result th {
+
+table.table_large th,table.result th ,table.sortable th{
        font-weight:bold;
        font-family:verdana,helvetica,sans-serif;
        border-bottom:1px solid blue;
@@ -948,7 +947,7 @@
        background-color:#e4e7ed;
 }
 
-table.table_large td, table.result td
+table.table_large td, table.result td,table.sortable td
 {
        padding-left:5px;
        padding-right:5px;

Modified: phpcompta/tags/rel650/html/style-test.css
===================================================================
--- phpcompta/tags/rel650/html/style-test.css   2012-07-19 11:49:10 UTC (rev 
5074)
+++ phpcompta/tags/rel650/html/style-test.css   2012-07-19 14:31:11 UTC (rev 
5075)
@@ -1,6 +1,6 @@
 span.tmenu {
-          padding-left:20px; 
-          padding-right:20px; 
+          padding-left:20px;
+          padding-right:20px;
           border:solid 1px blue;
           background-color: #6699dd ;
 }
@@ -14,8 +14,7 @@
          width:150px;
 }
 a.tmenu:link {
-          background-color: #6699dd ;  
-//         color:#683af2;
+          background-color: #6699dd ;
            color:white;
            }
 a.tmenu:visited {
@@ -47,7 +46,7 @@
 }
 div.ddownload {
              color:white;
-             background-color:#6699dd ;        
+             background-color:#6699dd ;
 }
 div.content {
            margin-left:10%;
@@ -60,7 +59,7 @@
    color:blue;
    background-color:white;
 }
-table.result td 
+table.sortable td,table.result td
 {
        padding-left:5px;
        padding-right:5px;

Modified: phpcompta/tags/rel650/html/style.css
===================================================================
--- phpcompta/tags/rel650/html/style.css        2012-07-19 11:49:10 UTC (rev 
5074)
+++ phpcompta/tags/rel650/html/style.css        2012-07-19 14:31:11 UTC (rev 
5075)
@@ -13,7 +13,7 @@
         font-style: italic;
         }
 
-table.table_large, table.result  ,table.resultfooter {
+table.sortable, table.table_large, table.result  ,table.resultfooter {
   color:blue;
   /* border:blue solid 1px; */
   width:100%;
@@ -27,7 +27,7 @@
 
 
 }
-table.table_large th,table.result th {
+table.sortable th,  table.table_large th,table.result th {
   font-weight:bold;
   font-family:verdana,helvetica,sans-serif;
  border-bottom:1px solid blue;
@@ -946,7 +946,7 @@
              background-color:#e4e7ed;
 }
 
-table.table_large td, table.result td
+table.sortable td, table.table_large td, table.result td
 {
        padding-left:5px;
        padding-right:5px;

Modified: phpcompta/tags/rel650/include/function_javascript.php
===================================================================
--- phpcompta/tags/rel650/include/function_javascript.php       2012-07-19 
11:49:10 UTC (rev 5074)
+++ phpcompta/tags/rel650/include/function_javascript.php       2012-07-19 
14:31:11 UTC (rev 5075)
@@ -2755,6 +2755,7 @@
     echo js_include('gestion.js');
     echo js_include('todo_list.js');
     echo js_include('anc_script.js');
+    echo js_include('sorttable.js');
 
 
 }



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