From 027ba9f3a963082d848da2ad1c16e92ebf19c687 Mon Sep 17 00:00:00 2001 From: carstenklapp Date: Sat, 12 Jan 2002 06:00:56 +0000 Subject: [PATCH] Restored BackLinks function in title, and added navigation to the original page from the editpage. Keep BackLinks as a button at the bottom. (BackLinks in the title is a standard across different Wikis, so the removal was premature). git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@1200 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- templates/browse.html | 4 ++-- templates/editpage.html | 5 +++-- templates/message.html | 4 ++-- themes/MacOSX/templates/browse.html | 4 ++-- themes/MacOSX/templates/editpage.html | 5 +++-- themes/MacOSX/templates/message.html | 4 ++-- 6 files changed, 14 insertions(+), 12 deletions(-) diff --git a/templates/browse.html b/templates/browse.html index 019befca1..64bdca5ab 100644 --- a/templates/browse.html +++ b/templates/browse.html @@ -4,7 +4,7 @@ @@ -23,7 +23,7 @@ ${CSS} ${EDIT_FAIL_MESSAGES}${THANK_YOU}
${LOGO}
-

${SPLIT_PAGE}

+


${VIEW_WARNINGS}
${CONTENT}
diff --git a/templates/editpage.html b/templates/editpage.html index eae437650..1670baff8 100644 --- a/templates/editpage.html +++ b/templates/editpage.html @@ -4,7 +4,7 @@ @@ -16,7 +16,8 @@ ${CSS}
${LOGO}
-

${PAGE}"); ?>

+

${PAGE}"); ?>

+${SPLIT_PAGE}"); ?> ${EDIT_WARNINGS}
${PREVIEW_CONTENT}
diff --git a/templates/message.html b/templates/message.html index cac08559d..272641b7e 100644 --- a/templates/message.html +++ b/templates/message.html @@ -4,7 +4,7 @@ @@ -16,7 +16,7 @@ ${CSS}
${LOGO}
-

${TITLE}

+

${CONTENT} diff --git a/themes/MacOSX/templates/browse.html b/themes/MacOSX/templates/browse.html index 28c0b8d98..5212f8869 100644 --- a/themes/MacOSX/templates/browse.html +++ b/themes/MacOSX/templates/browse.html @@ -4,7 +4,7 @@ @@ -23,7 +23,7 @@ ${CSS} ${EDIT_FAIL_MESSAGES}${THANK_YOU}
${LOGO}
-

${SPLIT_PAGE}

+


${VIEW_WARNINGS}
${CONTENT}
diff --git a/themes/MacOSX/templates/editpage.html b/themes/MacOSX/templates/editpage.html index 0a9868e73..c68ea4013 100644 --- a/themes/MacOSX/templates/editpage.html +++ b/themes/MacOSX/templates/editpage.html @@ -4,7 +4,7 @@ @@ -16,7 +16,8 @@ ${CSS}
${LOGO}
-

${PAGE}"); ?>

+

${PAGE}"); ?>

+${SPLIT_PAGE}"); ?> ${EDIT_WARNINGS}
${PREVIEW_CONTENT}
diff --git a/themes/MacOSX/templates/message.html b/themes/MacOSX/templates/message.html index 0faca00e4..f2237152f 100644 --- a/themes/MacOSX/templates/message.html +++ b/themes/MacOSX/templates/message.html @@ -4,7 +4,7 @@ @@ -16,7 +16,7 @@ ${CSS}
${LOGO}
-

${TITLE}

+

${CONTENT} -- 2.45.0