noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 15/16: Task #1045 - Amélioration apparence


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 15/16: Task #1045 - Amélioration apparence : Textarea appearance for Chrome
Date: Fri, 21 Nov 2014 23:17:37 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 4180e1cc0c788652d1ae879de8030acfe76c34dc
Author: Dany De Bontridder <address@hidden>
Date:   Sat Nov 22 00:14:57 2014 +0100

    Task #1045 - Amélioration apparence  :
    Textarea appearance for Chrome
---
 include/template/ledger_detail_ach.php    |    2 +-
 include/template/ledger_detail_bottom.php |    2 +-
 include/template/ledger_detail_fin.php    |    2 +-
 include/template/ledger_detail_misc.php   |    2 +-
 include/template/ledger_detail_ven.php    |    2 +-
 include/template/modele_document.php      |    4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/include/template/ledger_detail_ach.php 
b/include/template/ledger_detail_ach.php
index 3b7c83a..c1e74e2 100644
--- a/include/template/ledger_detail_ach.php
+++ b/include/template/ledger_detail_ach.php
@@ -88,7 +88,7 @@ $str_anc="";
                     </table>
                 </td>
                 <td 
style="width:50%;height:100%;vertical-align:top;text-align: center">
-                    <table style="width:99%;height:100%;vertical-align:top;">
+                    <table style="width:99%;height:8rem;vertical-align:top;">
                         <tr style="height: 5%">
                             <td style="text-align:center;vertical-align: top">
                                 Note
diff --git a/include/template/ledger_detail_bottom.php 
b/include/template/ledger_detail_bottom.php
index 43d31f5..49a6226 100644
--- a/include/template/ledger_detail_bottom.php
+++ b/include/template/ledger_detail_bottom.php
@@ -232,7 +232,7 @@ require_once('template/ledger_detail_file.php');
 ?>
 
 
-<div id="analytic_div<?php echo $div;?>" style="display:<?php echo 
$a_tab['analytic_div']['display']?>">
+<div id="analytic_div<?php echo $div;?>" style="overflow:auto;display:<?php 
echo $a_tab['analytic_div']['display']?>">
    <?php
     if ($div == 'popup') :
     ?> 
diff --git a/include/template/ledger_detail_fin.php 
b/include/template/ledger_detail_fin.php
index 661b537..b57ed01 100644
--- a/include/template/ledger_detail_fin.php
+++ b/include/template/ledger_detail_fin.php
@@ -70,7 +70,7 @@ echo td(_('Pièce')).td($itext->input());
 </table>
 </td>
                 <td 
style="width:50%;height:100%;vertical-align:top;text-align: center">
-                    <table style="width:99%;height:100%;vertical-align:top;">
+                    <table style="width:99%;height:8rem;vertical-align:top;">
                         <tr style="height: 5%">
                             <td style="text-align:center;vertical-align: top">
                                 Note
diff --git a/include/template/ledger_detail_misc.php 
b/include/template/ledger_detail_misc.php
index fd7225d..630b4c5 100644
--- a/include/template/ledger_detail_misc.php
+++ b/include/template/ledger_detail_misc.php
@@ -54,7 +54,7 @@ require_once ('class_anc_plan.php');
                        </table>
                        </td>
                 <td 
style="width:50%;height:100%;vertical-align:top;text-align: center">
-                    <table style="width:99%;height:100%;vertical-align:top;">
+                    <table style="width:99%;height:8rem;vertical-align:top;">
                         <tr style="height: 5%">
                             <td style="text-align:center;vertical-align: top">
                                 Note
diff --git a/include/template/ledger_detail_ven.php 
b/include/template/ledger_detail_ven.php
index b550c8e..33c5021 100644
--- a/include/template/ledger_detail_ven.php
+++ b/include/template/ledger_detail_ven.php
@@ -96,7 +96,7 @@ echo $ipaid->input();
                     </table>
                 </td>
                 <td 
style="width:50%;height:100%;vertical-align:top;text-align: center">
-                  <table style="width:99%;height:100%;vertical-align:top;">
+                  <table style="width:99%;height:8rem;vertical-align:top;">
                         <tr style="height: 5%">
                             <td style="text-align:center;vertical-align: top">
                                 Note
diff --git a/include/template/modele_document.php 
b/include/template/modele_document.php
index 84ebbe5..679b824 100644
--- a/include/template/modele_document.php
+++ b/include/template/modele_document.php
@@ -1,8 +1,8 @@
 <?php
 //This file is part of NOALYSS and is under GPL 
 //see licence.txt
-?><?php echo HtmlInput::anchor_close('mod_doc');?>
-<h2 class="info">"<?php echo _("Modèle de document")?></h2>
+?>
+    <?php echo HtmlInput::title_box("Modèle de document","mod_doc",'hide')?>
 <form  method="post" enctype="multipart/form-data">
 <table>
 



reply via email to

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