[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 85/86: Cosmetic
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 85/86: Cosmetic |
Date: |
Thu, 19 Sep 2024 02:42:05 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit f7d65ef647b350bfd816a95d6d990fe046aac197
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] 48/86: Fix Create user , password not set, (continued)
- [Noalyss-commit] [noalyss] 48/86: Fix Create user , password not set, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 64/86: Merge branch '240903-cosmetic-saved-search' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 67/86: Bug : saved search does not take the date end, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 69/86: Bug : saved search does not take the date end, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 77/86: Merge branch 'stable' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 51/86: Translation, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 61/86: PHP8.2 : deprecated dynamique attr., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 68/86: PHP8.2 : deprecated dynamique attr., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 74/86: CSS : Cosmetic add CSS h-section and super (for detail), dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 72/86: Cosmetic add CSS h-section, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 85/86: Cosmetic,
dwm <=
- [Noalyss-commit] [noalyss] 62/86: PHP8.2 : deprecated dynamique attr., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 58/86: Set the DB to the version 202 for NOALYSS9.3 correct make-sql, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 60/86: Set the DB to the version 202 for NOALYSS9.3 correct make-sql, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 71/86: Merge branch 'stable' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 73/86: CSS : class=super for link, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 65/86: Cosmetic , missing bcscale and code cleaning, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 79/86: css : Cosmetic add CSS h-section, dwm, 2024/09/19