[jboss-cvs] jboss-seam/examples/wiki/view/plugins/blogArchive ...
Christian Bauer
christian at hibernate.org
Mon Sep 24 04:23:19 EDT 2007
User: cbauer
Date: 07/09/24 04:23:19
Modified: examples/wiki/view/plugins/blogArchive plugin.xhtml
Log:
New help system and improved wiki text editor
Revision Changes Path
1.6 +1 -1 jboss-seam/examples/wiki/view/plugins/blogArchive/plugin.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: plugin.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/blogArchive/plugin.xhtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- plugin.xhtml 4 Sep 2007 09:33:19 -0000 1.5
+++ plugin.xhtml 24 Sep 2007 08:23:19 -0000 1.6
@@ -48,7 +48,7 @@
<div class="blogArchiveSelector boxContent">
<select id="blogArchiveCombo" class="blogArchiveCombo"
- onchange="location.href = jQuery('#blogArchiveCombo')[0].options[jQuery('#blogArchiveCombo')[0].selectedIndex].value;">
+ onchange="top.location.href = jQuery('#blogArchiveCombo')[0].options[jQuery('#blogArchiveCombo')[0].selectedIndex].value;">
<option value="#{wiki:renderURL(currentDocument)}">All entries (#{blogDirectory.totalNumOfBlogEntries})</option>
<ui:repeat var="beCount" value="#{blogDirectory.blogEntryCountsByYearAndMonth}">
<s:fragment rendered="#{blogDirectory.dateUrl != beCount.asString}">
More information about the jboss-cvs-commits
mailing list