summaryrefslogtreecommitdiff
path: root/srv/templates/renamesummary.tmpl
diff options
context:
space:
mode:
authorjrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu>2010-09-03 01:28:46 -0700
committerjrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu>2010-09-03 01:28:46 -0700
commitbd628ee4a22ab90a0ce09f5f86c3528bac37b4af (patch)
treec0e9f3a5d1667770910267b9ba700a49de2c16bf /srv/templates/renamesummary.tmpl
parent59892ab382d643c294ca7383eec2e1e658fdc783 (diff)
parente076ea9eef2e310fd0f783279b4f0c7f6a4a4a59 (diff)
downloadpiny-code-bd628ee4a22ab90a0ce09f5f86c3528bac37b4af.tar.gz
piny-code-bd628ee4a22ab90a0ce09f5f86c3528bac37b4af.zip
Merge branch 'master' of git+ssh://piny.be/srv/git/piny-code
Diffstat (limited to 'srv/templates/renamesummary.tmpl')
-rw-r--r--srv/templates/renamesummary.tmpl26
1 files changed, 0 insertions, 26 deletions
diff --git a/srv/templates/renamesummary.tmpl b/srv/templates/renamesummary.tmpl
deleted file mode 100644
index 60f81b3..0000000
--- a/srv/templates/renamesummary.tmpl
+++ /dev/null
@@ -1,26 +0,0 @@
-<TMPL_IF ERROR>
-<p>
-<b>Failed to rename <TMPL_VAR SRC> to <TMPL_VAR DEST>: </b>
-<TMPL_VAR ERROR>
-</p>
-<TMPL_ELSE>
-<p>
-<b>Successfully renamed <TMPL_VAR SRC> to <TMPL_VAR DEST>.</b>
-</p>
-<p>
-<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_CHECKED>
-<TMPL_IF BROKENLINKS>
-The following pages still link to <TMPL_VAR SRC>:
-<ul>
-<TMPL_LOOP NAME=BROKENLINKS><li><TMPL_VAR PAGE></li></TMPL_LOOP>
-</ul>
-</TMPL_IF>
-</TMPL_IF>
-</p>
-</TMPL_IF>