Mercurial > p > roundup > code
diff roundup/templates/classic/html/user.item @ 872:bd6211d39328
Saving, running & editing queries.
| author | Gordon B. McMillan <gmcm@users.sourceforge.net> |
|---|---|
| date | Wed, 17 Jul 2002 12:39:11 +0000 |
| parents | edd210915e64 |
| children | 502a5ae11cc5 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/user.item Mon Jul 15 22:05:17 2002 +0000 +++ b/roundup/templates/classic/html/user.item Wed Jul 17 12:39:11 2002 +0000 @@ -1,4 +1,4 @@ -<!-- $Id: user.item,v 1.3 2002-02-15 07:08:44 richard Exp $--> +<!-- $Id: user.item,v 1.4 2002-07-17 12:39:11 gmcm Exp $--> <table border=0 cellspacing=0 cellpadding=2> <tr class="strong-header"> @@ -42,6 +42,13 @@ </tr> <tr class="strong-header"> + <td colspan=2><b>Queries</b></td> +</tr> +<tr> + <td colspan=2><display call="list('queries')"></td> +</tr> + +<tr class="strong-header"> <td colspan=2><b>History</b></td> </tr> <tr>
