chiark / gitweb /
Merge fixes up to 3.0.1
[disorder] / templates / recent.html
index 2efb1f93b574b69c7444e02296db1a003dbf7e3c..787b514e552579f22cdcb0cf9b5f6ea2dc582496 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <!--
 This file is part of DisOrder.
-Copyright (C) 2004, 2005 Richard Kettlewell
+Copyright (C) 2004, 2005, 2007, 2008 Richard Kettlewell
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ USA
  </head>
  <body>
 @include{topbar}@
-  <h1 class=title>@label:recent.title@</h1>
+  <h1>@label:recent.title@</h1>
 
 @#{only display the table if there is something to put in it}@
 @if{@isrecent@}{
@@ -61,8 +61,8 @@ USA
      <td class=length>@length@</td>
 @right{prefs}{
      <td class=imgbutton><a class=imgbutton
-      href="@url@?action=prefs&#38;nonce=@nonce@&#38;0_file=@urlquote{@file@}@"><img
-       class=button src="@label:images.edit@"
+      href="@url@?action=prefs&#38;0_file=@urlquote{@file@}@"><img
+       class=button src="@image:edit@"
        title="@label:choose.prefsverbose@"
        alt="@label:choose.prefs@"></a></td>
     </tr>}@