diff templates/shortlog.tmpl @ 6177:673d8a6bc709

Renamed "manifest" to "files" in web templates. manifest.tmpl is still used, so people having their own templates don't have to change them. "cmd=manifest" still works, new style URLs are not affected, because they already used "/file/".
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 26 Feb 2008 22:42:37 +0100
parents 46c5e1ee8aaa
children 7f58dec6aeb7
line wrap: on
line diff
--- a/templates/shortlog.tmpl	Tue Feb 26 22:21:34 2008 +0100
+++ b/templates/shortlog.tmpl	Tue Feb 26 22:42:37 2008 +0100
@@ -10,7 +10,7 @@
 <div class="buttons">
 <a href="#url#log/#rev#{sessionvars%urlparameter}">changelog</a>
 <a href="#url#tags{sessionvars%urlparameter}">tags</a>
-<a href="#url#file/#node|short#/{sessionvars%urlparameter}">manifest</a>
+<a href="#url#file/#node|short#/{sessionvars%urlparameter}">files</a>
 #archives%archiveentry#
 <a type="application/rss+xml" href="#url#rss-log">rss</a>
 <a type="application/rss+xml" href="#url#atom-log" title="Atom feed for #repo|escape#">atom</a>