diff templates/changeset.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 ce8f31e0b3b8
children 7f58dec6aeb7
line wrap: on
line diff
--- a/templates/changeset.tmpl	Tue Feb 26 22:21:34 2008 +0100
+++ b/templates/changeset.tmpl	Tue Feb 26 22:42:37 2008 +0100
@@ -7,7 +7,7 @@
 <a href="#url#log/#rev#{sessionvars%urlparameter}">changelog</a>
 <a href="#url#shortlog/#rev#{sessionvars%urlparameter}">shortlog</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>
 <a href="#url#raw-rev/#node|short#">raw</a>
 #archives%archiveentry#
 </div>