diff --git a/htdocs/core/boxes/modules_boxes.php b/htdocs/core/boxes/modules_boxes.php index 2d83e26a870..b556e86c871 100644 --- a/htdocs/core/boxes/modules_boxes.php +++ b/htdocs/core/boxes/modules_boxes.php @@ -166,8 +166,8 @@ class ModeleBoxes // Can't be abtract as it is instanciated to build "empty" { print ''; // The image must have the class 'boxhandle' beause it's value used in DOM draggable objects to define the area used to catch the full object - print img_picto($langs->trans("MoveBox",$this->box_id),'grip','class="boxhandle hideonsmartphone" style="cursor:move;"'); - print img_picto($langs->trans("Close",$this->box_id),'close','class="boxclose" rel="x:y" style="cursor:pointer;" id="imgclose'.$this->box_id.'"'); + print img_picto($langs->trans("MoveBox",$this->box_id),'grip_title','class="boxhandle hideonsmartphone" style="cursor:move;"'); + print img_picto($langs->trans("Close",$this->box_id),'close_title','class="boxclose" rel="x:y" style="cursor:pointer;" id="imgclose'.$this->box_id.'"'); $label=$head['text']; if (! empty($head['graph'])) $label.=' ('.$langs->trans("Graph").')'; print ''; @@ -242,7 +242,7 @@ class ModeleBoxes // Can't be abtract as it is instanciated to build "empty" else print $text2withnotags; // show text with html cleaning if (! empty($textnoformat)) print "\n".$textnoformat."\n"; - + print ""; } diff --git a/htdocs/theme/amarok/img/close_title.png b/htdocs/theme/amarok/img/close_title.png new file mode 100644 index 00000000000..aacac9fc423 Binary files /dev/null and b/htdocs/theme/amarok/img/close_title.png differ diff --git a/htdocs/theme/amarok/img/grip_title.png b/htdocs/theme/amarok/img/grip_title.png new file mode 100644 index 00000000000..216e51ca8f0 Binary files /dev/null and b/htdocs/theme/amarok/img/grip_title.png differ diff --git a/htdocs/theme/auguria/img/close_title.png b/htdocs/theme/auguria/img/close_title.png new file mode 100644 index 00000000000..24eda772954 Binary files /dev/null and b/htdocs/theme/auguria/img/close_title.png differ diff --git a/htdocs/theme/auguria/img/grip_title.png b/htdocs/theme/auguria/img/grip_title.png new file mode 100644 index 00000000000..9b3c093c790 Binary files /dev/null and b/htdocs/theme/auguria/img/grip_title.png differ diff --git a/htdocs/theme/bureau2crea/img/close_title.png b/htdocs/theme/bureau2crea/img/close_title.png new file mode 100644 index 00000000000..24eda772954 Binary files /dev/null and b/htdocs/theme/bureau2crea/img/close_title.png differ diff --git a/htdocs/theme/bureau2crea/img/grip_title.png b/htdocs/theme/bureau2crea/img/grip_title.png new file mode 100644 index 00000000000..9b3c093c790 Binary files /dev/null and b/htdocs/theme/bureau2crea/img/grip_title.png differ diff --git a/htdocs/theme/cameleo/img/close_title.png b/htdocs/theme/cameleo/img/close_title.png new file mode 100644 index 00000000000..aacac9fc423 Binary files /dev/null and b/htdocs/theme/cameleo/img/close_title.png differ diff --git a/htdocs/theme/cameleo/img/grip_title.png b/htdocs/theme/cameleo/img/grip_title.png new file mode 100644 index 00000000000..216e51ca8f0 Binary files /dev/null and b/htdocs/theme/cameleo/img/grip_title.png differ diff --git a/htdocs/theme/eldy/img/close_title.png b/htdocs/theme/eldy/img/close_title.png new file mode 100644 index 00000000000..24eda772954 Binary files /dev/null and b/htdocs/theme/eldy/img/close_title.png differ diff --git a/htdocs/theme/eldy/img/grip_title.png b/htdocs/theme/eldy/img/grip_title.png new file mode 100644 index 00000000000..9b3c093c790 Binary files /dev/null and b/htdocs/theme/eldy/img/grip_title.png differ