Skip to content

Commit a17f700

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 3d4a8ce commit a17f700

File tree

17 files changed

+18
-16
lines changed

17 files changed

+18
-16
lines changed

TODO.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ pending web UNIX init.d script for roundup-server
5151
pending web allow multilink selections to select a "none" element to allow
5252
people with broken browsers to select nothing?
5353
pending web automagically link designators
54+
pending web add checkbox-based removal/addition for multilink entries
55+
(eg "add me"/"remove me" for nosy list)
5456

5557
bug mailgw some f*ked mailers QUOTE their Re; "Re: "[issue1] bla blah""
5658
bug docs need to mention somewhere how sorting works

roundup/templates/classic/html/_generic.index

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- dollarId: issue.index,v 1.2 2001/07/29 04:07:37 richard Exp dollar-->
22

3-
<tal:block metal:use-macro="templates/page/macros/page">
3+
<tal:block metal:use-macro="templates/page/macros/icing">
44
<title metal:fill-slot="head_title"
55
tal:content="python:context._classname.capitalize()+' editing'"></title>
66
<td class="page-header-top" metal:fill-slot="body_title">

roundup/templates/classic/html/_generic.item

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tal:block metal:use-macro="templates/page/macros/page">
1+
<tal:block metal:use-macro="templates/page/macros/icing">
22
<title metal:fill-slot="head_title"
33
tal:content="python:context._classname.capitalize()+' editing'"></title>
44
<td class="page-header-top" metal:fill-slot="body_title">

roundup/templates/classic/html/file.index

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- dollarId: file.index,v 1.4 2002/01/23 05:10:27 richard Exp dollar-->
2-
<tal:block metal:use-macro="templates/page/macros/page">
2+
<tal:block metal:use-macro="templates/page/macros/icing">
33
<title metal:fill-slot="head_title">List of files</title>
44
<td class="page-header-top" metal:fill-slot="body_title">
55
<h2>List of files</h2>

roundup/templates/classic/html/file.item

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tal:block metal:use-macro="templates/page/macros/page">
1+
<tal:block metal:use-macro="templates/page/macros/icing">
22
<title metal:fill-slot="head_title">File display</title>
33
<td class="page-header-top" metal:fill-slot="body_title">
44
<h2>File display</h2>

roundup/templates/classic/html/home.classlist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tal:block metal:use-macro="templates/page/macros/page">
1+
<tal:block metal:use-macro="templates/page/macros/icing">
22
<title metal:fill-slot="head_title">List of classes</title>
33
<td class="page-header-top" metal:fill-slot="body_title">
44
<h2>List of classes</h2>

roundup/templates/classic/html/issue.index

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- dollarId: issue.index,v 1.2 2001/07/29 04:07:37 richard Exp dollar-->
2-
<tal:block metal:use-macro="templates/page/macros/page">
2+
<tal:block metal:use-macro="templates/page/macros/icing">
33
<title metal:fill-slot="head_title">List of issues</title>
44
<td class="page-header-top" metal:fill-slot="body_title">
55
<h2>List of issues</h2>

roundup/templates/classic/html/issue.item

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- dollarId: issue.item,v 1.4 2001/08/03 01:19:43 richard Exp dollar-->
2-
<tal:block metal:use-macro="templates/page/macros/page">
2+
<tal:block metal:use-macro="templates/page/macros/icing">
33
<title metal:fill-slot="head_title">Issue editing</title>
44
<td class="page-header-top" metal:fill-slot="body_title"><h2>Issue Editing</h2>
55
</td>

roundup/templates/classic/html/issue.search

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tal:block metal:use-macro="templates/page/macros/page">
1+
<tal:block metal:use-macro="templates/page/macros/icing">
22
<title metal:fill-slot="head_title">Issue searching</title>
33
<td class="page-header-top" metal:fill-slot="body_title">
44
<h2>Issue searching</h2>

roundup/templates/classic/html/keyword.item

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- dollarId: keyword.item,v 1.3 2002/05/22 00:32:34 richard Exp dollar-->
2-
<tal:block metal:use-macro="templates/page/macros/page">
2+
<tal:block metal:use-macro="templates/page/macros/icing">
33
<title metal:fill-slot="head_title">Keyword editing</title>
44
<td class="page-header-top" metal:fill-slot="body_title">
55
<h2>Keyword editing</h2>

0 commit comments

Comments
 (0)