Hallo everybody

I just cooked up this patch which needs some attention and feedback.

When a user reviews a certain quality check, this patch will make the
text (something like "reviewing xmltags") clickable to open a new window
with the documentation of the quality checks here:
http://translate.sourceforge.net/wiki/toolkit/pofilter_tests

For some styling I'm adding a stock icon for "information", but it
doesn't look quite as pretty as I'd like, and I'll appreciate some help.
On my system I just used gtk-info.png, but other ideas might help to
improve things.

Any feedback appreciated.
Friedel



--- templates/translatepage.html        (revision 8053)
+++ templates/translatepage.html        (working copy)
@@ -282,8 +282,11 @@
       <input name="doassign" type="submit" value="${assigns.submit_text}"/>
     </form>

-    <div class="side" py:if="defined('checking_text')" 
py:content="checking_text">
-      checking has-suggestion, etc
+    <div class="side" py:if="defined('checking_text')">
+       <a href="http://translate.sourceforge.net/wiki/toolkit/pofilter_tests"; 
target="_new" py:content="checking_text">
+        checking has-suggestion, etc
+       </a>
+        <img src="${baseurl}images/gtk-info.png" alt="" />
     </div>
   </div>
   <div id="about" over:include="pootlepage#about"/>



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Translate-pootle mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/translate-pootle

Reply via email to