From 373b8cce41b8a0ada2c8689dcfa741826db68810 Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 24 Sep 2002 02:00:39 +0000 Subject: [PATCH] cleanups to classic templates git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1221 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/templates/classic/html/home | 2 +- roundup/templates/classic/html/issue.index | 2 +- roundup/templates/classic/html/issue.item | 2 +- roundup/templates/classic/html/page | 8 ++++---- roundup/templates/classic/html/style.css | 19 ++++++++++++++++--- 5 files changed, 23 insertions(+), 10 deletions(-) diff --git a/roundup/templates/classic/html/home b/roundup/templates/classic/html/home index d64492a..03fe21b 100644 --- a/roundup/templates/classic/html/home +++ b/roundup/templates/classic/html/home @@ -6,6 +6,6 @@ --> diff --git a/roundup/templates/classic/html/issue.index b/roundup/templates/classic/html/issue.index index d6cce53..dda9b9f 100644 --- a/roundup/templates/classic/html/issue.index +++ b/roundup/templates/classic/html/issue.index @@ -25,7 +25,7 @@ You are not allowed to view this page. - diff --git a/roundup/templates/classic/html/issue.item b/roundup/templates/classic/html/issue.item index ddf1fb9..1838c29 100644 --- a/roundup/templates/classic/html/issue.item +++ b/roundup/templates/classic/html/issue.item @@ -7,7 +7,7 @@ You are not allowed to view this page. enctype="multipart/form-data" tal:condition="context/is_edit_ok"> - + diff --git a/roundup/templates/classic/html/page b/roundup/templates/classic/html/page index e5c0f34..9ce95e2 100644 --- a/roundup/templates/classic/html/page +++ b/roundup/templates/classic/html/page @@ -33,9 +33,9 @@ tal:condition="python:request.user.hasPermission('View', 'issue')"> Issues
New Issue
- Unassigned Issues
- All Issues
+ href="issue?:template=item">Create New
+ Show Unassigned
+ Show All
Search Issues

@@ -66,7 +66,7 @@

Hello,
username
- My Issues
+ My Issues
My Details
Logout diff --git a/roundup/templates/classic/html/style.css b/roundup/templates/classic/html/style.css index 9b1dc12..ad8fa1d 100644 --- a/roundup/templates/classic/html/style.css +++ b/roundup/templates/classic/html/style.css @@ -3,10 +3,22 @@ body.body { font-family: sans-serif, Arial, Helvetica; color: #333333; } -a:hover { text-decoration: underline; } -a:link { text-decoration: none; } -a { text-decoration: none; } +/* generic hyperlink style */ +a[href]:hover { + text-decoration: underline; + color: blue; +} +a[href]:link { + text-decoration: none; + color: blue; +} +a[href] { + text-decoration: none; + color: blue; +} + +/* main page body container */ table.body { border: 0; padding: 0; @@ -49,6 +61,7 @@ td.content { padding: 1px; } +/* feedback - ok and error messages */ p.ok-message { background-color: #22bb22; padding: 5 5 5 5; -- 2.30.2