You are not logged in.
Pages: 1
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
Pages: 1