Re: Change Note beautifiers
"Dirk Frederickx" <[email protected]> Sat, 20 Oct 2007 21:33:25 +0200
| Newsgroups | gmane.comp.java.jspwiki.user |
|---|---|
| Message-ID | <[email protected]> |
Grrr. Trash this mail. Apparently my mail-app managed to resend an old mail of feb 06. Irrelevant now. Sorry dirk On 10/20/07, Janne Jalkanen <[email protected]> wrote: > > All this is fine, but do they help towards our IE-compatibility and > release of 2.6? > > /Janne > > > On 2 Sep 2006, at 07:59, Dirk Frederickx wrote: > > > Hi Janne, > > > > Here are some suggestion to beautify the new change note feature. > > > > RecentChangesPlugin.java > > Make sure the date-field in the table rendered by recentchanges > > gets a colspan=4. > > (actually the colspan value should be determined based on the > > compact|full format parameter) > > Also, I suggests to add a css-classs to the page-name table cells > > in order to give full control to css if needed. > > So the "width=30%" and the <b> bold tags, can be ''moved'' into the > > css file, where they belong. > > > > > > jspwiki.css > > /* formatting recent changes */ > > .recentchanges tr { vertical-align: top; } > > .recentchanges .date { font-weight: bold; border-bottom: 2px > > solid silver; height: 3em; vertical-align: bottom; } > > .recentchanges .lastchange { font-size: 90%; width: 10%; } > > .recentchanges .author { font-size: 90%; width: 10%: } > > .recentchanges .changenote { font-size: 90%; width: 50%: } > > > > > > plain.jsp > > > > Enclose the input field inside a paragraph. > > <wiki:CheckRequestContext context="edit"> > > <p> > > <label for="changenote">Change note</label> > > <input type="text" id="changenote" name="changenote" > > size="80" value="<%=changenote%>"/> > > </p> > > </wiki:CheckRequestContext> > > > > or put some margin stuff into jspwiki.css > > > > #changenote { margin: 0.5em 0; } > > > > > > = = = = = = > > (Question) > > > > PageInfo > > > > I would like to add an extra column to the pageinfo table, > > revealing the changenotes for each version. > > Any suggestions how this can be achieved ? > > > > > > > > dirk > > _______________________________________________ > > This is the Jspwiki-users mailing list, in which we discuss > > thestable release (even-numbered, 2.4.x, 2.6.x), and user- > > issues.For development discussion, please join jspwiki-dev. > > http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users > > http://www.jspwiki.org/JSPWikiMailingList > > _______________________________________________ > This is the Jspwiki-users mailing list, in which we discuss the > stable release (even-numbered, 2.4.x, 2.6.x), and user-issues. > For development discussion, please join jspwiki-dev. > http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users > http://www.jspwiki.org/JSPWikiMailingList >