From: Carsten K. <car...@us...> - 2001-12-15 10:55:10
|
Update of /cvsroot/phpwiki/phpwiki/lib/plugin In directory usw-pr-cvs1:/tmp/cvs-serv28814/phpwiki/lib/plugin Modified Files: RecentChanges.php Log Message: Moved description from html template into plugins. Index: RecentChanges.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/RecentChanges.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** RecentChanges.php 2001/12/14 23:01:55 1.8 --- RecentChanges.php 2001/12/15 10:55:07 1.9 *************** *** 188,192 **** if ( ($summary = $this->summary($rev)) ) $summary = QElement('b', "[$summary]"); ! $class = 'rc-' . $this->importance($rev); --- 188,192 ---- if ( ($summary = $this->summary($rev)) ) $summary = QElement('b', "[$summary]"); ! $class = 'rc-' . $this->importance($rev); *************** *** 305,308 **** --- 305,309 ---- { var $name = 'RecentChanges'; + var $description = 'RecentChanges'; function getDefaultArguments() { |