From: richard Date: Thu, 27 Mar 2003 01:36:19 +0000 (+0000) Subject: added nicer popup windows for topic, nosy, etc (has add/remove buttons) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0ba424fa5ceb9edbe114c7a4ff167cbc4fc094c4;p=roundup.git added nicer popup windows for topic, nosy, etc (has add/remove buttons) git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1641 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index bc05c68..5425e84 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -56,6 +56,8 @@ Feature: - Class.find() may now find unset Links (sf bug 700620) - more flexibility in classhelp link labelling (sf feature 608204) - added command-line functionality for roundup-adming (sf feature 687664) +- added nicer popup windows for topic, nosy, etc (has add/remove buttons) + thanks Gus Gollings Fixed: diff --git a/doc/index.txt b/doc/index.txt index dd30c86..1ad2b98 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -57,6 +57,7 @@ Titus Brown, Roch'e Compaan, Hernan Martinez Foffani, Ajit George, +Gus Gollings, Dan Grassi, Engelbert Gruber, Juergen Hermann, diff --git a/roundup/templates/classic/html/_generic.help b/roundup/templates/classic/html/_generic.help index 9cb1535..0749525 100644 --- a/roundup/templates/classic/html/_generic.help +++ b/roundup/templates/classic/html/_generic.help @@ -2,15 +2,90 @@ + + +
+
+ + | + +
- + + + + +
add/remove
+ + +
- +
+ diff --git a/roundup/templates/classic/html/issue.item b/roundup/templates/classic/html/issue.item index 18bb623..8db909b 100644 --- a/roundup/templates/classic/html/issue.item +++ b/roundup/templates/classic/html/issue.item @@ -19,7 +19,7 @@ You are not allowed to view this page. -
@@ -42,7 +42,7 @@ You are not allowed to view this page. Superseder - +
View: @@ -52,7 +52,7 @@ You are not allowed to view this page.
+python:db.user.classhelp('username,realname,address', property='nosy', width='600')" />
@@ -62,7 +62,7 @@ python:db.user.classhelp('username,realname,address,phone')" />
Topics - + diff --git a/roundup/templates/classic/html/keyword.item b/roundup/templates/classic/html/keyword.item index 04d0878..4572370 100644 --- a/roundup/templates/classic/html/keyword.item +++ b/roundup/templates/classic/html/keyword.item @@ -32,6 +32,7 @@ enctype="multipart/form-data"> +