From: Carsten K. <car...@us...> - 2002-01-08 06:47:01
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv3021 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/templates/browse.html,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -r1.40 -r1.41 *** browse.html 2002/01/08 00:05:34 1.40 --- browse.html 2002/01/08 06:46:58 1.41 *************** *** 22,26 **** </head> <body> ! ${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> ! ${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> |