From: Carsten K. <car...@us...> - 2001-12-04 23:17:48
|
Update of /cvsroot/phpwiki/phpwiki/locale/de/templates In directory usw-pr-cvs1:/tmp/cvs-serv2784/phpwiki/locale/de/templates Modified Files: Tag: release-1_2-branch browse.html Log Message: Fixed page title, now uses SPLIT_PAGE to prevent editing the wrong page (Bug introduced Dec 2&3). Index: browse.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/de/templates/browse.html,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -C2 -r1.3.2.2 -r1.3.2.3 *** browse.html 2001/08/18 00:35:10 1.3.2.2 --- browse.html 2001/12/04 23:17:45 1.3.2.3 *************** *** 2,11 **** <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <title>###PAGE###</title> </head> <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]" align=middle width=50 height=50></a> ! <a href="###SCRIPTURL###?refs=###PAGEURL###">###PAGE###</a></h1> ###IF:ADMIN### ###IF LOCK###[<a href="###SCRIPTURL###?unlock=###PAGEURL###">Seite freigeben</a>] --- 2,11 ---- <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <title>###SPLIT_PAGE###</title> </head> <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]" align=middle width=50 height=50></a> ! <a href="###SCRIPTURL###?refs=###PAGEURL###">###SPLIT_PAGE###</a></h1> ###IF:ADMIN### ###IF LOCK###[<a href="###SCRIPTURL###?unlock=###PAGEURL###">Seite freigeben</a>] |