diff options
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>. |