From: Carsten K. <car...@us...> - 2002-01-08 06:47:01
|
Update of /cvsroot/phpwiki/phpwiki/themes/MacOSX/templates In directory usw-pr-cvs1:/tmp/cvs-serv3019 Modified Files: browse.html Log Message: New template token: ${EDIT_FAIL_MESSAGES} so that NoChangesMade() and ConcurrentUpdates() errors can be displayed on the browse template. Expanded save error message "page has been locked by the admin...". Index: browse.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/themes/MacOSX/templates/browse.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** browse.html 2002/01/08 00:05:34 1.4 --- browse.html 2002/01/08 06:46:58 1.5 *************** *** 22,26 **** </head> <body background="themes/MacOSX/bgpaper8.png"> ! ${THANK_YOU}<div>${LOGO}</div> <h1><?plugin-link BackLinks page="[pagename]" class="backlinks" linktext="${SPLIT_PAGE}" ?></h1> <div class="br"><br clear="all" class="ignore" /></div> --- 22,26 ---- </head> <body background="themes/MacOSX/bgpaper8.png"> ! ${EDIT_FAIL_MESSAGES}${THANK_YOU}<div>${LOGO}</div> <h1><?plugin-link BackLinks page="[pagename]" class="backlinks" linktext="${SPLIT_PAGE}" ?></h1> <div class="br"><br clear="all" class="ignore" /></div> |