Patch bug graphique lors de la cloture des tickets
# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /usr/local/www/data-dist/glpi080/inc
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: tracking.function.php
--- tracking.function.php Locally New
+++ tracking.function.php Locally New
@@ -1973,19 +1973,16 @@
       echo "</td>";
       if (strstr($job->fields["status"],"old_")) {
          echo "<td>";
-         echo "<table>";
+         echo "</tr>";
          echo "<tr>";
          echo "<td>";
-         echo "<span class='tracking_small'>".$LANG['joblist'][12].": ";
+         echo "<span class='tracking_small'>".$LANG['joblist'][12]."&nbsp;: ";
          echo "</td>";
          echo "<td>";
 
 			showDateTimeFormItem("closedate",$job->fields["closedate"],1,false,$canupdate);
          echo "</span>";
          echo "</td>";
-         echo "</tr>";
-         echo "</table>\n";
-         echo "</td>";
 		}
       echo "</tr>";
    }
_______________________________________________
Glpi-dev mailing list
Glpi-dev@gna.org
https://mail.gna.org/listinfo/glpi-dev

Reply via email to