summaryrefslogtreecommitdiff
path: root/templates/renamesummary.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-23 19:12:05 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-23 19:12:05 -0400
commit7befc6deb328c5edf32c0ec0e6c67a69778b67bb (patch)
tree56aef806b27cd8194c976686bfea9dd46f027bd9 /templates/renamesummary.tmpl
parent4918c164e863a637445516c88fcd3efe6ae5262e (diff)
link fixup on rename working
Diffstat (limited to 'templates/renamesummary.tmpl')
-rw-r--r--templates/renamesummary.tmpl10
1 files changed, 8 insertions, 2 deletions
diff --git a/templates/renamesummary.tmpl b/templates/renamesummary.tmpl
index 3d6866310..2676082f2 100644
--- a/templates/renamesummary.tmpl
+++ b/templates/renamesummary.tmpl
@@ -2,10 +2,16 @@
<b>Successfully renamed <TMPL_VAR SRC> to <TMPL_VAR DEST>.</b>
</p>
<p>
-<TMPL_IF LINKLIST>
+<TMPL_IF FIXEDLINKS>
+The following pages have been automatically modified to update their links to <TMPL_VAR DEST>:
+<ul>
+<TMPL_LOOP NAME=FIXEDLINKS><li><TMPL_VAR PAGE></li></TMPL_LOOP>
+</ul>
+</TMPL_IF>
+<TMPL_IF BROKENLINKS>
The following pages still link to <TMPL_VAR SRC>:
<ul>
-<TMPL_LOOP NAME=LINKLIST><li><TMPL_VAR PAGE></li></TMPL_LOOP>
+<TMPL_LOOP NAME=BROKENLINKS><li><TMPL_VAR PAGE></li></TMPL_LOOP>
</ul>
<TMPL_ELSE>
No pages have broken links to <TMPL_VAR SRC>.