noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/12: Cosmetic : follow up


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/12: Cosmetic : follow up
Date: Sun, 8 Nov 2020 15:52:12 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 6fdce8881ad49d64c819bcc11e75a805210e76e6
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Nov 6 17:49:19 2020 +0100

    Cosmetic : follow up
---
 include/class/follow_up.class.php        | 2 +-
 include/template/action_other_action.php | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/class/follow_up.class.php 
b/include/class/follow_up.class.php
index b65eee7..6d740cd 100644
--- a/include/class/follow_up.class.php
+++ b/include/class/follow_up.class.php
@@ -682,7 +682,7 @@ class Follow_Up
         $r.='<th style="width:5.57%">'.$table->get_header(5).'</th>';
 //        $r.='<th>'.$table->get_header(1).'</th>';
         $r.=th('Priorité','style="width:5.57%"');
-        $r.='<th style="width:35%">'.$table->get_header(6).'</th>';
+        $r.='<th style="min-width:52%">'.$table->get_header(6).'</th>';
         $r.='<th style="width:5.57%">'.$table->get_header(7).'</th>';
         $r.='<th style="width:5.57%">'.$table->get_header(3).'</th>';
         $r.='<th style="width:5.57%">'.$table->get_header(4).'</th>';
diff --git a/include/template/action_other_action.php 
b/include/template/action_other_action.php
index 4d941b3..4759467 100644
--- a/include/template/action_other_action.php
+++ b/include/template/action_other_action.php
@@ -13,7 +13,7 @@
 echo 
HtmlInput::request_to_hidden(array("closed_action","remind_date_end","remind_date","sag_ref",
 "remind_date","only_internal", "state", "gDossier", "qcode", "start_date", 
"end_date", "ag_id", "ag_dest_query",
                "tdoc",   
"action_query","date_start","date_end","hsstate","searchtag"));
 ?>
-<div id="other_div" class="inner_box" style="left:25%;width:40%;display: none">
+<div id="other_div" class="inner_box" style="left:25%;width:45rem;display: 
none">
     <?php echo HtmlInput::title_box(_('Actions sur plusieurs 
documents'),'other_div', 'hide','action_hide_checkbox();') ?>
     <?php echo _("Sélectionner les documents et l' action :")?>
     <ul style='list-style-type: none;padding-left:30px;margin: 0px' >
@@ -61,6 +61,7 @@ echo 
HtmlInput::request_to_hidden(array("closed_action","remind_date_end","remin
 ?>
 </div>
 <script>
+    var obj=document.getElementById('other_div');
     new Draggable('other_div',{starteffect:function(){
                                     new 
Effect.Highlight(obj.id,{scroll:window,queue:'end'});
                                   }



reply via email to

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