summaryrefslogtreecommitdiff
path: root/srv/templates/renamesummary.tmpl
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@farfotzle.omgwallhack.org>2010-08-08 16:07:05 -0700
committerJoe Rayhawk <jrayhawk@farfotzle.omgwallhack.org>2010-08-08 16:07:05 -0700
commit6269337c1e14063ffe1e3fa982c30e6763d191c5 (patch)
tree497214a6911c40238f114946e18cbc8b7e7a18b4 /srv/templates/renamesummary.tmpl
parentfa904279c38a28fd95af00012b4ebfa354b9e34e (diff)
downloadpiny-code-6269337c1e14063ffe1e3fa982c30e6763d191c5.tar.gz
piny-code-6269337c1e14063ffe1e3fa982c30e6763d191c5.zip
Removing unmodified templates; Ikiwiki will fall back to defaults.
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>