[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 08/26: Cosmetic
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 08/26: Cosmetic |
Date: |
Wed, 25 Sep 2024 06:44:48 -0400 (EDT) |
sparkyx pushed a commit to branch pre-stable
in repository noalyss.
commit 43d7cd62edb69fb7d0ec7ee039728742f22c0e13
Author: Dany wm <danydb@noalyss.eu>
AuthorDate: Wed Sep 18 22:35:07 2024 +0200
Cosmetic
---
html/css/style-classic7.css | 4 ++++
include/category_card.inc.php | 2 +-
include/class/balance_age.class.php | 2 +-
include/class/fiche.class.php | 2 ++
include/class/lettering.class.php | 6 ++++--
include/template/follow_up-display.php | 2 +-
include/template/follow_up_detail_display.php | 2 +-
7 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 23e4f3b52..9e606110d 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -2071,6 +2071,9 @@ margin-left: 2px;
li.tabs_selected {
padding: 12px 15px 15px 15px;
}
+ li.tabs-width11 {
+ min-width: 7rem;
+ }
}
.inner_box li.tabs {
@@ -2092,6 +2095,7 @@ ul.tabs a:hover {
display:inline;
background-color: lightblue;
}
+
/*
* ????
*/
diff --git a/include/category_card.inc.php b/include/category_card.inc.php
index 7ef76e00c..afc063003 100644
--- a/include/category_card.inc.php
+++ b/include/category_card.inc.php
@@ -89,7 +89,7 @@ echo '<ul class="tabs noprint" style="padding-top:0px">';
for ($i=0; $i<count($menu); $i++)
{
$style=($def==($i+1))?"tabs_selected":"tabs";
- echo '<li class="'.$style.'">';
+ echo '<li class="tabs-width11 '.$style.'">';
echo '<a href="'.$menu[$i]['href'].'" title="'.$menu[$i]['alt'].'">';
echo h($menu[$i]['label']);
echo '</a>';
diff --git a/include/class/balance_age.class.php
b/include/class/balance_age.class.php
index 8034edc29..53cd641ce 100644
--- a/include/class/balance_age.class.php
+++ b/include/class/balance_age.class.php
@@ -34,7 +34,7 @@ class Balance_Age
{
private $cn;
-
+ public $afiche;
function __construct($p_cn)
{
$this->cn=$p_cn;
diff --git a/include/class/fiche.class.php b/include/class/fiche.class.php
index c40f010cb..e8a314a84 100644
--- a/include/class/fiche.class.php
+++ b/include/class/fiche.class.php
@@ -47,6 +47,8 @@ class Fiche
private $display_mode ; /*!< how the card is displaid */
var $tot_cred;
var $tot_deb;
+ var $ledger_name; ///!< this variable is a mistake, it shouldn't exist,
need code rewrite
+ var $ledger_description; ///!< this variable is a mistake, it shouldn't
exist, need code rewrite
function __construct($p_cn,$p_id=0)
{
diff --git a/include/class/lettering.class.php
b/include/class/lettering.class.php
index 579f1fac1..33b1fc1c1 100644
--- a/include/class/lettering.class.php
+++ b/include/class/lettering.class.php
@@ -48,7 +48,8 @@ class Lettering
var $start;
var $end;
var $sql_ledger;
-
+ var $object_type;
+ var $content;
/**
* constructor
* @param $p_init resource to database
@@ -483,7 +484,7 @@ class Lettering
*/
class Lettering_Account extends Lettering
{
-
+ var $account;
function __construct($p_init, $p_account=null)
{
parent::__construct($p_init);
@@ -673,6 +674,7 @@ class Lettering_Card extends Lettering
* @param $p_init db resource
* @param $p_qcode quick_code of the jrnx.j_id
*/
+ public $quick_code;
function __construct($p_init, $p_qcode=null)
{
parent::__construct($p_init);
diff --git a/include/template/follow_up-display.php
b/include/template/follow_up-display.php
index 4a90ed0ec..7a2f54693 100644
--- a/include/template/follow_up-display.php
+++ b/include/template/follow_up-display.php
@@ -548,7 +548,7 @@ catch(exception) { alert('<?php echo j(_('Je ne peux pas
ajouter de fichier'))?>
<?php if (($p_view != 'READ' && $str_select_doc != '' )|| ! empty
($aAttachedFile)) : ?>
<div id="div_action_attached_doc">
- <h2>
+ <h2 class="h-section">
<?php
echo _('Pièces attachées');
printf("(%s)",count($aAttachedFile));
diff --git a/include/template/follow_up_detail_display.php
b/include/template/follow_up_detail_display.php
index 481057c9d..e68fa8391 100644
--- a/include/template/follow_up_detail_display.php
+++ b/include/template/follow_up_detail_display.php
@@ -42,7 +42,7 @@ $menu=new Default_Menu();
?>
<div id="follow_up_detail">
- <?php echo h2(_("Détail opération")) ?>
+ <?php echo h2(_("Détail opération"),'class="h-section"') ?>
<?php echo HtmlInput::hidden("nb_item", $article_count); ?>
<table style="width:100%" id="sold_item">
- [Noalyss-commit] [noalyss] 19/26: TVA show up , sorted by ID, (continued)
- [Noalyss-commit] [noalyss] 19/26: TVA show up , sorted by ID, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 07/26: color, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 16/26: MOD2 : update, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 25/26: nav-level2.active and nav-level3 active: border color, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 20/26: VAT warning : update the VAT CODE, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 17/26: Cosmetic menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 02/26: css : Cosmetic add CSS h-section, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 05/26: Change color border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 03/26: Cosmetic : animate bar menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 04/26: Cosmetic : menu and module , animate, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 08/26: Cosmetic,
dwm <=
- [Noalyss-commit] [noalyss] 11/26: Fix Bug Cannot create new category of cards, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 13/26: Bug : warning for ledger C0JRN when no category card is checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 12/26: Cosmetic, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 14/26: Update MOD1, Belgian template add VAT, document, ..., dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 15/26: PHP Install check if curl present, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 18/26: SALE : by default invoice not checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 21/26: INSTALL: template must always use its own db structure, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 22/26: MOD1: setting base TVA, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 23/26: MOD2 : remove schema, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 24/26: Cosmetic : remove border, dwm, 2024/09/25