diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-23 19:12:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-23 19:12:05 -0400 |
commit | 7befc6deb328c5edf32c0ec0e6c67a69778b67bb (patch) | |
tree | 56aef806b27cd8194c976686bfea9dd46f027bd9 /templates | |
parent | 4918c164e863a637445516c88fcd3efe6ae5262e (diff) |
link fixup on rename working
Diffstat (limited to 'templates')
-rw-r--r-- | templates/renamesummary.tmpl | 10 |
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>. |