New feature in CVS code.
See below:
Reini Urban schrieb:
> Update of /cvsroot/phpwiki/phpwiki/themes/default
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14587/themes/default
>
> Modified Files:
> themeinfo.php
> Log Message:
> First PagePerm implementation:
>
> $Theme->setAnonEditUnknownLinks(false);
>
> Layout improvement with dangling links for mostly closed wiki's:
> If false, only users with edit permissions will be presented the
> special wikiunknown class with "?" and Tooltip.
> If true (default), any user will see the ?, but will be presented
> the PrintLoginForm on a click.
>
>
> Index: themeinfo.php
> ===================================================================
> RCS file: /cvsroot/phpwiki/phpwiki/themes/default/themeinfo.php,v
> retrieving revision 1.29
> retrieving revision 1.30
> diff -u -2 -b -p -d -r1.29 -r1.30
> --- themeinfo.php 5 Dec 2003 01:31:51 -0000 1.29
> +++ themeinfo.php 28 Feb 2004 22:25:06 -0000 1.30
> @@ -26,5 +26,4 @@ $Theme->addAlternateCSS(_("Top & bottom
> $Theme->addAlternateCSS(_("Modern"), 'phpwiki-modern.css');
>
> -
> /**
> * The logo image appears on every page and links to the HomePage.
> @@ -61,4 +60,13 @@ $Theme->setButtonSeparator("\n | ");
> //$Theme->setAutosplitWikiWords(false);
>
> +/**
> + * Layout improvement with dangling links for mostly closed wiki's:
> + * If false, only users with edit permissions will be presented the
> + * special wikiunknown class with "?" and Tooltip.
> + * If true (default), any user will see the ?, but will be presented
> + * the PrintLoginForm on a click.
> + */
> +//$Theme->setAnonEditUnknownLinks(false);
> +
> /*
> * You may adjust the formats used for formatting dates and times
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
|