From: Carsten K. <car...@us...> - 2001-12-27 01:19:47
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv31347/phpwiki/templates Modified Files: editpage.html Log Message: Patch #496158, bug fix for backlinks using the wrong css class Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** editpage.html 2001/12/26 10:45:46 1.33 --- editpage.html 2001/12/27 01:19:44 1.34 *************** *** 23,27 **** align="right" /></a></div> <!--This hack allows the h1 to be localised. FIXME: move out of html template into php--> ! <h1><?php printf(_("Edit: %s"),"<a class=\"wikilink\" href=\"${BROWSE}"._("BackLinks")."?page=${PAGE}\">${PAGE}</a>"); ?></h1> <!--=this line=<?php $bl='<plugin-link BackLinks page="[pagename]" class="backlinks" linktext="${SPLIT_PAGE}" ?>';printf(_("Edit: %s"),"$bl"); ?>=doesn't work=--> <?php if (!empty($PREVIEW_CONTENT)) { ?> --- 23,27 ---- align="right" /></a></div> <!--This hack allows the h1 to be localised. FIXME: move out of html template into php--> ! <h1><?php printf(_("Edit: %s"),"<a class=\"backlinks\" href=\"${BROWSE}"._("BackLinks")."?page=${PAGE}\">${PAGE}</a>"); ?></h1> <!--=this line=<?php $bl='<plugin-link BackLinks page="[pagename]" class="backlinks" linktext="${SPLIT_PAGE}" ?>';printf(_("Edit: %s"),"$bl"); ?>=doesn't work=--> <?php if (!empty($PREVIEW_CONTENT)) { ?> |