[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 14/107: Accounting : Cosmetic change icon mor
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 14/107: Accounting : Cosmetic change icon more by arrow |
Date: |
Mon, 26 Aug 2019 10:31:47 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit cee4e31d096442047b256e51b1b7cab7fdd29ef8
Author: Dany De Bontridder <address@hidden>
Date: Sun Feb 17 11:55:38 2019 +0100
Accounting : Cosmetic change icon more by arrow
---
include/class/acc_plan_mtable.class.php | 4 ++--
include/lib/icon_action.class.php | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/class/acc_plan_mtable.class.php
b/include/class/acc_plan_mtable.class.php
index 30dc019..9f37cbc 100644
--- a/include/class/acc_plan_mtable.class.php
+++ b/include/class/acc_plan_mtable.class.php
@@ -111,10 +111,10 @@ class Acc_Plan_MTable extends Manage_Table_SQL
$nb_code=count($a_code);
for ($xx = 0;$xx < $nb_code;$xx++)
{
- echo HtmlInput::card_detail($a_code[$xx]) ;
+ echo HtmlInput::card_detail($a_code[$xx])."," ;
}
echo " ($count) ";
- echo Icon_Action::detail(uniqid(),
sprintf("display_all_card('%s','%s')",$dossier_id,$p_row["pcm_val"]));
+ echo Icon_Action::more(uniqid(),
sprintf("display_all_card('%s','%s')",$dossier_id,$p_row["pcm_val"]));
echo '</td>';
}
diff --git a/include/lib/icon_action.class.php
b/include/lib/icon_action.class.php
index f2d49e8..4d5d6e1 100644
--- a/include/lib/icon_action.class.php
+++ b/include/lib/icon_action.class.php
@@ -238,7 +238,7 @@ class Icon_Action
}
static function more($p_id,$p_javascript)
{
- $r=sprintf('<span id="%s" onclick="%s" class="smallicon icon"
style="margin-left:5px">...</span>',
+ $r=sprintf('<span id="%s" onclick="%s" class="smallicon icon"
style="margin-left:5px">↠</span>',
$p_id,
$p_javascript);
return $r;
- [Noalyss-commit] [noalyss] 08/107: Mantis #1693: CA - problème avec la balance croisée double, (continued)
- [Noalyss-commit] [noalyss] 08/107: Mantis #1693: CA - problème avec la balance croisée double, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 11/107: Security : replace $_GET by Http_Input + translate, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 13/107: Icon_Action : add icon for menu, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 16/107: Icon_Action add icon for locking , unlocking, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 24/107: Debug : Add memory info, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 18/107: Mantis #0001651: Problème avec totaux en CA, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 09/107: translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 04/107: Php7.2 incompatibility, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 10/107: Security : replace $_GET by Http_Input, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 06/107: TEST : fix some little bugs, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 14/107: Accounting : Cosmetic change icon more by arrow,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 17/107: Mantis #0001651: Problème avec totaux en CA, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 12/107: Code cleaning replace $start and $end by $periode_...>value to avoid to get it several times, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 23/107: Bug javascript mispelled function show_tab, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 21/107: Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss into dev7016, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 15/107: Icon_Action : add testing + cosmetic for Icon_Action::menu, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 22/107: typo, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 26/107: Code Cleaning : replace tempname with sys_get_temp_dir Merge commit 'd85d6f8c77083fb997441a672d222bb10836af3e' into dev7109, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 27/107: Improve : depending if pdftk is a snap or not , his path must be a setting, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 30/107: New function PDF:is_fill add documentation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 35/107: indent code, Dany De Bontridder, 2019/08/26