diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index fac6a4ea1..01ef67236 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -3396,4 +3396,18 @@ li.li-active { background-color: rgba(246, 180, 157, 0.58); color:red; + } + /** followup : detail : list of concerned actions **/ + div.concerned_action { + height: 11rem; + overflow: auto; + background-color: white; + border:navy 1px solid; + width: 100%; + scroll-padding-right: 20px; + } + div.FullDetailActionChildren { + z-index: 12; + position: absolute; + height: auto; } \ No newline at end of file diff --git a/html/css/style-print.css b/html/css/style-print.css index edf188b4b..2eb9501cd 100644 --- a/html/css/style-print.css +++ b/html/css/style-print.css @@ -303,11 +303,7 @@ p#breakhere {page-break-before: always} { font-size:9pt; margin-top:10pt; - word-break: normal; - word-wrap: break-word; - white-space: pre-wrap; - - + } .tinybutton { display:none; @@ -325,4 +321,6 @@ span.inplace_edit_input } .inum { text-align: right; -} \ No newline at end of file +} + +.concerned_action {display:block;} \ No newline at end of file diff --git a/include/category_card.inc.php b/include/category_card.inc.php index 2edbfc168..7ef76e00c 100644 --- a/include/category_card.inc.php +++ b/include/category_card.inc.php @@ -85,7 +85,7 @@ $menu[]=array('href'=>$root.'&sc=bal', 'label'=>_('Balance'), 'alt'=>_('Balance $menu[]=array('href'=>$root.'&sc=balag', 'label'=>_('Balance âgée'), 'alt'=>_('Balance âgée du tiers')); $menu[]=array('href'=>$root.'&sc=let', 'label'=>_('Lettrage'), 'alt'=>_('Opérations & Lettrages')); -echo '
| @@ -110,9 +111,10 @@ if ($this->ag_id > 0 && Document_Option::is_enable_contact_multiple($this->dt_id |
+
input(); ?>
diff --git a/include/template/followup-show-action-add.php b/include/template/followup-show-action-add.php index 2f749ff10..2983cc60f 100644 --- a/include/template/followup-show-action-add.php +++ b/include/template/followup-show-action-add.php @@ -21,6 +21,8 @@ if (!defined('ALLOWED')) die('Appel direct ne sont pas permis'); + +\Noalyss\Dbg::echo_file(__FILE__); $sup_parameter=HtmlInput::array_to_string(["sc","sb","f_id","qcode"], $_REQUEST,"&"); $cn=Dossier::connect(); /** @@ -34,10 +36,10 @@ if ( ! empty ($g_user->get_writable_profile())) 'onclick="document.getElementById(\'action_add_d\').style.display=\'block\';"'); } ?> -