|
From: Benjamin C. <bc...@us...> - 2001-08-20 23:16:53
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv19463/templates/default
Modified Files:
user.html
Log Message:
Getting closer on theuser bug list column preferences
Index: user.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/user.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- user.html 2001/08/20 22:55:46 1.1
+++ user.html 2001/08/20 23:16:50 1.2
@@ -28,3 +28,28 @@
</tr>
</table>
</form>
+<form action="{me}" method="post">
+<input type="hidden" name="do" value="changecolumnlist">
+ <table border="0" cellpadding="0" cellspacing="0" width="600">
+ <tr>
+ <td width="600"><b>Bug List Columns</b></td>
+ </tr>
+ <tr>
+ <td width="600">Choose the fields you want to see in the bug list</td>
+ </tr>
+ <!-- BEGIN column_list_row -->
+ <tr>
+ <td>
+ <input type="checkbox" name="column_list[]" value="{column_name}" {checked}>
+ {column_title}
+ </td>
+ </tr>
+ <!-- END column_list_row -->
+ <tr>
+ <td>
+ <input type="reset">
+ <input type="submit" value="Submit">
+ </td>
+ </tr>
+ </table>
+</form>
|