<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>html/js/unfuzzy.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -8,11 +8,12 @@
   &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
   &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;${baseurl}pootle.css&quot; /&gt;
   &lt;link rel=&quot;shortcut icon&quot; href=&quot;${baseurl}favicon.ico&quot; /&gt;
-&lt;script src=&quot;${baseurl}js/autoexpand.js&quot; type=&quot;text/javascript&quot;&gt;
-&lt;/script&gt;
+  &lt;script src=&quot;${baseurl}js/autoexpand.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
   &lt;!--[if lt IE 7.]&gt;
     &lt;script defer type=&quot;text/javascript&quot; src=&quot;${baseurl}js/correctpng.js&quot;&gt;&lt;/script&gt;
   &lt;![endif]--&gt;
+  &lt;script src=&quot;${baseurl}js/jquery/jquery.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
+  &lt;script src=&quot;${baseurl}js/jquery/jquery.color.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 &lt;/head&gt;
 
 &lt;body bgcolor=&quot;#FFFFFF&quot;&gt;
@@ -148,7 +149,7 @@
                   &lt;!--! No plurals --&gt;
                   &lt;span py:if=&quot;not item.trans.isplural&quot; py:strip=&quot;True&quot;&gt;
                     &lt;!--! TODO: spell checking --&gt;
-                    &lt;textarea dir=&quot;$language.dir&quot; lang=&quot;$language.code&quot; onfocus=&quot;setfocusedelement(this);&quot; class=&quot;translation ${item.state_class}&quot; name=&quot;${item.trans.itemid}&quot; id=&quot;area${item.trans.itemid}&quot;  rows=&quot;${item.trans.rows}&quot; cols=&quot;${item.trans.cols}&quot; py:content=&quot;XML(item.trans.text)&quot;&gt;
+                    &lt;textarea dir=&quot;$language.dir&quot; lang=&quot;$language.code&quot; onfocus=&quot;setfocusedelement(this);&quot; class=&quot;translation ${item.state_class}&quot; name=&quot;${item.trans.itemid}&quot; id=&quot;area${item.trans.itemid}&quot; rows=&quot;${item.trans.rows}&quot; cols=&quot;${item.trans.cols}&quot; py:content=&quot;XML(item.trans.text)&quot;&gt;
                       translatable text
                     &lt;/textarea&gt;
                   &lt;/span&gt;
@@ -176,13 +177,14 @@
                       &lt;input py:if=&quot;'suggest' in buttons.desired&quot; type=&quot;submit&quot; name=&quot;submitsuggest${buttons.item}&quot; accesskey=&quot;e&quot; value=&quot;${buttons.suggest}&quot;/&gt;
                       &lt;input py:if=&quot;'translate' in buttons.desired&quot; type=&quot;submit&quot; name=&quot;submit${buttons.item}&quot; accesskey=&quot;s&quot; value=&quot;${buttons.submit}&quot;/&gt;
                     &lt;/div&gt;
+                    &lt;script py:if=&quot;'translate' in buttons.desired&quot; src=&quot;${baseurl}js/unfuzzy.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
                     &lt;div py:if=&quot;'translate' in buttons.desired&quot;&gt;
-                      &lt;input type=&quot;checkbox&quot; checked=&quot;${item.fuzzy}&quot; name=&quot;fuzzy${buttons.item}&quot; accesskey=&quot;f&quot; /&gt;
-                      ${fuzzytext}
+                      &lt;input type=&quot;checkbox&quot; checked=&quot;${item.fuzzy}&quot; name=&quot;fuzzy${buttons.item}&quot; id=&quot;fuzzy${buttons.item}&quot; class=&quot;unfuzzy&quot; accesskey=&quot;f&quot; /&gt;
+                      &lt;label for=&quot;fuzzy${buttons.item}&quot;&gt;${fuzzytext}&lt;/label&gt;
                     &lt;/div&gt;
                     &lt;div py:if=&quot;not 'translate' in buttons.desired&quot;&gt;
-                      &lt;input type=&quot;checkbox&quot; disabled=&quot;disabled&quot; checked=&quot;${item.fuzzy}&quot; name=&quot;fuzzy${buttons.item}&quot; /&gt;
-                      ${fuzzytext}
+                      &lt;input type=&quot;checkbox&quot; disabled=&quot;disabled&quot; checked=&quot;${item.fuzzy}&quot; name=&quot;fuzzy${buttons.item}&quot; id=&quot;fuzzy${buttons.item}&quot; /&gt;
+                      &lt;label for=&quot;fuzzy${buttons.item}&quot;&gt;${fuzzytext}&lt;/label&gt;
                     &lt;/div&gt;
                     &lt;div py:if=&quot;'specialchars' in buttons and ('translate' in buttons.desired or 'suggest' in buttons.desired)&quot; class=&quot;specialchars&quot; lang=&quot;$language.code&quot;&gt;
                       &lt;span py:for=&quot;specialchar in buttons.specialchars&quot; py:strip=&quot;True&quot;&gt;</diff>
      <filename>templates/translatepage.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dbc5bf001f1962b17396ab4b0ec4ed9b2344e5fd</id>
    </parent>
  </parents>
  <author>
    <name>murgilduta</name>
    <email>murgilduta@54714841-351b-0410-a198-e36a94b762f5</email>
  </author>
  <url>http://github.com/julen/pootle/commit/9caf5443826cc537fe0dac29504ad3d23449e63c</url>
  <id>9caf5443826cc537fe0dac29504ad3d23449e63c</id>
  <committed-date>2008-08-06T23:38:17-07:00</committed-date>
  <authored-date>2008-08-06T23:38:17-07:00</authored-date>
  <message>Mark fuzzy messages as unfuzzy automatically after editing.

This fixes bug 456. Anyway, there are some issues with pasting that will be addressed on bug 473.


git-svn-id: https://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle@7998 54714841-351b-0410-a198-e36a94b762f5</message>
  <tree>470bf21d5755da394c48e6fc424f6f2662015a45</tree>
  <committer>
    <name>murgilduta</name>
    <email>murgilduta@54714841-351b-0410-a198-e36a94b762f5</email>
  </committer>
</commit>
