From: Carsten K. <car...@us...> - 2002-01-07 09:07:04
|
Update of /cvsroot/phpwiki/phpwiki/pgsrc In directory usw-pr-cvs1:/tmp/cvs-serv1751 Modified Files: RecentChanges Log Message: bugfix to prevent MacOSX themed RecentChanges buttons from appearing on wikis not using that theme Index: RecentChanges =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/RecentChanges,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** RecentChanges 2002/01/07 04:39:59 1.18 --- RecentChanges 2002/01/07 09:07:02 1.19 *************** *** 1,6 **** ! From hos...@da... Sun Jan 6 22:07:14 2002 Subject: RecentChanges From: hos...@da... (PhpWiki) ! Date: Sun, 6 Jan 2002 22:07:14 -0500 Mime-Version: 1.0 Content-Type: application/x-phpwiki; --- 1,6 ---- ! From hos...@da... Sun Jan 6 22:07:15 2002 Subject: RecentChanges From: hos...@da... (PhpWiki) ! Date: Sun, 6 Jan 2002 22:07:15 -0500 Mime-Version: 1.0 Content-Type: application/x-phpwiki; *************** *** 11,15 **** Here's a list of recently changed pages on this wiki. (See RecentEdits for all recent minor edits and changes). ! <?plugin Toolbar label="Show changes for: %s" sep=| go="1 day|phpwiki:?days=1,3 days|phpwiki:?days=3,7 days|phpwiki:?days=7,30 days|phpwiki:?days=30,90 days|phpwiki:?days=90,...|phpwiki:?days=-1" ?> -------- <?plugin RecentChanges days||=30?> --- 11,15 ---- Here's a list of recently changed pages on this wiki. (See RecentEdits for all recent minor edits and changes). ! <?plugin Toolbar name="RecentChanges" label="Show changes for: %s" sep=| go="1 day|phpwiki:?days=1,3 days|phpwiki:?days=3,7 days|phpwiki:?days=7,30 days|phpwiki:?days=30,90 days|phpwiki:?days=90,...|phpwiki:?days=-1" ?> -------- <?plugin RecentChanges days||=30?> |