You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2009-02-04 13:44:25

Passero
Member
From: Rome
Registered: 2007-10-12
Posts: 22

glpi-checklist-1.4 - Small fix

Hi,

I found one small bug in the checklist plugin.
For betterinternalization of it, please do this small patch.

/Begin fix/
--- plugin_checklist.classes.php        2009-02-04 12:14:45.000000000 +0100
+++ plugin_checklist.classes.php_OLD    2008-03-10 00:52:09.000000000 +0100
@@ -188,7 +188,7 @@
               echo "<div align='center'>";
               echo "<table class='tab_cadre_fixe' >";
               echo "<tr><th align='center' >";
-               echo $LANG["title"][37];
+               echo "Notes";
               echo "</th></tr>";
               echo "<tr><td valign='middle' align='center' class='tab_bg_1'
><textarea class='textarea_notes' cols='100' rows='35' name='notes'
>".$this->fields["notes"]."</textarea></td></tr>";
               echo "<tr><td class='tab_bg_2' align='center' >\n";
/End fix/

Thank you.
Passero

Offline

Board footer

Powered by FluxBB