On Fri, 2008-08-15 at 12:54 +0200, F Wolff wrote: > 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>
Can we make this use http://.....#chedckname as that will take the translator directly to the correct check. Not essential but a useful change. > + <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 -- Dwayne Bailey Associate +27 12 460 1095 (w) Translate.org.za +27 83 443 7114 (c) Recent blog posts: * Adding DTD validation to moz2po http://www.translate.org.za/blogs/dwayne/en/content/adding-dtd-validation-moz2po * Go Firefox * Fedora packages for pylib and pYsearch ------------------------------------------------------------------------- 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
