[Libreoffice-commits] .: bug/component_comments.xsl
Loic Dachary
loic at kemper.freedesktop.org
Tue Sep 20 12:45:12 PDT 2011
bug/component_comments.xsl | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5fc9445639fd9b900edba46d3b57dbd36d5dcaca
Author: Loic Dachary <loic at dachary.org>
Date: Tue Sep 20 21:44:56 2011 +0200
Clicking "Read more" in the Component help text leaves the submission assistant and opens a new web page in the current Browser Window / Tab. Back Button restores the Assistant, but that is not a good idea. IMHO always a new Window should be opened. -- Rainer Bielefeld 2011-09-15T06:40:50 (CEST)
diff --git a/bug/component_comments.xsl b/bug/component_comments.xsl
index d33d66d..4b960fc 100644
--- a/bug/component_comments.xsl
+++ b/bug/component_comments.xsl
@@ -22,6 +22,7 @@
<div class="comment-read-more">
<xsl:element name="a">
<xsl:attribute name="href">http://wiki.documentfoundation.org/BugzAssHlp_<xsl:value-of select="translate(translate(*[position()=1],' ','_')," ",'_')" />_long</xsl:attribute>
+ <xsl:attribute name="target">_blank</xsl:attribute>
Read more ... >
</xsl:element>
</div>
More information about the Libreoffice-commits
mailing list