phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r4527 - in phpcompta/trunk: html include/template
Date: Wed, 30 Nov 2011 22:00:53 +0100 (CET)

Author: danydb
Date: 2011-11-30 22:00:52 +0100 (Wed, 30 Nov 2011)
New Revision: 4527

Modified:
   phpcompta/trunk/html/style-color.css
   phpcompta/trunk/html/style-epad.css
   phpcompta/trunk/html/style-light.css
   phpcompta/trunk/html/style.css
   phpcompta/trunk/include/template/module.php
Log:
set properly dossier:name

Modified: phpcompta/trunk/html/style-color.css
===================================================================
--- phpcompta/trunk/html/style-color.css        2011-11-30 20:48:08 UTC (rev 
4526)
+++ phpcompta/trunk/html/style-color.css        2011-11-30 21:00:52 UTC (rev 
4527)
@@ -1101,4 +1101,10 @@
        background-color:darkblue;
        color:white;
        font-size:1em;
+}
+#dossier {
+       display:inline;
+       float:left;
+       width:40em;
+       top:0px;
 }
\ No newline at end of file

Modified: phpcompta/trunk/html/style-epad.css
===================================================================
--- phpcompta/trunk/html/style-epad.css 2011-11-30 20:48:08 UTC (rev 4526)
+++ phpcompta/trunk/html/style-epad.css 2011-11-30 21:00:52 UTC (rev 4527)
@@ -1097,4 +1097,10 @@
        background-color:darkblue;
        color:white;
        font-size:1em;
+}
+#dossier {
+       display:inline;
+       float:left;
+       width:40em;
+       top:0px;
 }
\ No newline at end of file

Modified: phpcompta/trunk/html/style-light.css
===================================================================
--- phpcompta/trunk/html/style-light.css        2011-11-30 20:48:08 UTC (rev 
4526)
+++ phpcompta/trunk/html/style-light.css        2011-11-30 21:00:52 UTC (rev 
4527)
@@ -1099,4 +1099,10 @@
        background-color:darkblue;
        color:white;
        font-size:1em;
+}
+#dossier {
+       display:inline;
+       float:left;
+       width:40em;
+       top:0px;
 }
\ No newline at end of file

Modified: phpcompta/trunk/html/style.css
===================================================================
--- phpcompta/trunk/html/style.css      2011-11-30 20:48:08 UTC (rev 4526)
+++ phpcompta/trunk/html/style.css      2011-11-30 21:00:52 UTC (rev 4527)
@@ -1094,4 +1094,10 @@
        background-color:darkblue;
        color:white;
        font-size:1em;
+}
+#dossier {
+       display:inline;
+       float:left;
+       width:40em;
+       top:0px;
 }
\ No newline at end of file

Modified: phpcompta/trunk/include/template/module.php
===================================================================
--- phpcompta/trunk/include/template/module.php 2011-11-30 20:48:08 UTC (rev 
4526)
+++ phpcompta/trunk/include/template/module.php 2011-11-30 21:00:52 UTC (rev 
4527)
@@ -1,7 +1,6 @@
 <div class="u_tool">
     <div class="name">
 
-       <H2 class="dossier"> Dossier : <?=h(dossier::name())?></h2>
 <?php
 
 if ( $cn->get_value("select count(*) from profile join profile_user using 
(p_id)
@@ -43,8 +42,10 @@
                </script>
        </div>
 <?
-endif;
-?>
+endif;?>
+       <div id="dossier">
+       <H2 class="dossier"> Dossier : <?=h(dossier::name())?></h2>
+       </div>
     </div>
     <div class="module">
        <table>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]