From: Carsten K. <car...@us...> - 2001-12-18 09:17:40
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv21474/phpwiki/templates Modified Files: editpage.html Log Message: hack to allow SignIn on Edit screen Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** editpage.html 2001/12/17 16:41:25 1.28 --- editpage.html 2001/12/18 09:17:38 1.29 *************** *** 71,75 **** $_("You are signed in as") <?php echo LinkWikiWord($USERID); ?> <?php } else { ?> ! $_("Author will be logged as") <i>${USERID}</i>. <?php } ?> </td> --- 71,77 ---- $_("You are signed in as") <?php echo LinkWikiWord($USERID); ?> <?php } else { ?> ! $_("Author will be logged as") <i>${USERID}</i> ! | <a class="wikiaction" href="${ACTION}login">$_("SignIn")<small>*</small></a> ! <br><small>*backup and reload after signing in</small> <?php } ?> </td> |