Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory usw-pr-cvs1:/tmp/cvs-serv30191/phpwiki/lib/plugin
Modified Files:
RecentChanges.php
Log Message:
establishes (diff) as a wikiaction link, for hiding it in phpwiki-printer.css
Index: RecentChanges.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/RecentChanges.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** RecentChanges.php 2001/12/18 18:47:29 1.15
--- RecentChanges.php 2001/12/26 10:38:11 1.16
***************
*** 95,99 ****
{
function diffLink ($rev) {
! return QElement('a', array('href' => $this->diffURL($rev)),
_("(diff)"));
}
--- 95,99 ----
{
function diffLink ($rev) {
! return QElement('a', array('href' => $this->diffURL($rev), 'class' => 'wikiaction'),
_("(diff)"));
}
|