|
From: Benjamin C. <bc...@us...> - 2002-03-21 13:44:57
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv21944/templates/default
Modified Files:
passwordchanged.html user.html
Added Files:
preferenceschanged.html
Log Message:
The first user preference: Whether to receive email notifications of bug changes
--- NEW FILE: preferenceschanged.html ---
<div align="center">
<br>
<br>
Your preferences have been changed successfully
<br>
<br>
Return to the <a href="user.php">Personal Page</a> or <a href="index.php">phpBugTracker Home</a>.
</div>
Index: passwordchanged.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/passwordchanged.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- passwordchanged.html 1 Aug 2001 13:55:56 -0000 1.1
+++ passwordchanged.html 21 Mar 2002 13:44:54 -0000 1.2
@@ -1,4 +1,8 @@
-Your password has been changed successfully
-<br>
-<br>
-<a href="index.php">Return to phpBugTracker home</a>
+<div align="center">
+ <br>
+ <br>
+ Your password has been changed successfully
+ <br>
+ <br>
+ Return to the <a href="user.php">Personal Page</a> or <a href="index.php">phpBugTracker Home</a>.
+</div>
Index: user.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/user.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- user.html 28 Feb 2002 18:23:31 -0000 1.3
+++ user.html 21 Mar 2002 13:44:54 -0000 1.4
@@ -1,36 +1,67 @@
-<form action="{me}" method="post">
-<input type="hidden" name="do" value="changepassword">
- <table border="0" cellpadding="0" cellspacing="0" width="600">
- <tr>
- <td colspan="2" width="600"><b>Change Password</b></td>
- </tr>
- <tr>
- <td colspan="2" width="600">
- <font color="#ff0000">{error}</font>
- </td>
- </tr>
- <tr>
- <td colspan="2" width="600">Please enter your new password twice below</td>
- </tr>
- <tr>
- <td>Password: </td>
- <td><input type="password" name="pass1" value="{pass1}"></td>
- </tr>
- <tr>
- <td>Verify: </td>
- <td><input type="password" name="pass2" value="{pass2}"></td>
- </tr>
- <tr>
- <td colspan="2">
- <input type="reset">
- <input type="submit" value="Submit">
- </td>
- </tr>
- </table>
+<table border="0" cellpadding="0" cellspacing="0" width="600">
+ <td width="300" valign="top">
+ <form action="{me}" method="post">
+ <input type="hidden" name="do" value="changepassword">
+ <table border="0" cellpadding="0" cellspacing="0" width="300">
+ <tr>
+ <td colspan="2" width="300"><b>Change Password</b></td>
+ </tr>
+ <tr>
+ <td colspan="2" width="300" class="error">{error}</td>
+ </tr>
+ <tr>
+ <td colspan="2" width="300">Please enter your new password twice below</td>
+ </tr>
+ <tr>
+ <td>Password: </td>
+ <td><input type="password" name="pass1" value="{pass1}"></td>
+ </tr>
+ <tr>
+ <td>Verify: </td>
+ <td><input type="password" name="pass2" value="{pass2}"></td>
+ </tr>
+ <tr>
+ <td colspan="2" align="center">
+ <br>
+ <input type="reset">
+ <input type="submit" value="Submit">
+ </td>
+ </tr>
+ </table>
+ </form>
+ </td>
+ <td width="300" valign="top">
+ <form action="{me}" method="post">
+ <input type="hidden" name="do" value="changeprefs">
+ <table border="0" cellpadding="0" cellspacing="0" width="300">
+ <tr>
+ <td colspan="2" width="300"><b>Change Preferences</b></td>
+ </tr>
+ <tr>
+ <td colspan="2" width="300" class="error"></td>
+ </tr>
+ <!-- BEGIN pref_row -->
+ <tr>
+ <td>{pref_label}: </td>
+ <td><input type="checkbox" name="preferences[]" value="{pref}" {checked}></td>
+ </tr>
+ <!-- END pref_row -->
+ <tr>
+ <td colspan="2" align="center">
+ <br>
+ <input type="reset">
+ <input type="submit" value="Submit">
+ </td>
+ </tr>
+ </table>
+ </form>
+ </td>
+</table>
</form>
+<br>
<form action="{me}" method="post">
<input type="hidden" name="do" value="changecolumnlist">
- <table border="0" cellpadding="0" cellspacing="0" width="600">
+ <table border="0" cellpadding="0" cellspacing="0" width="300">
<td width="300">
<table border="0" cellpadding="0" cellspacing="0" width="300">
<tr>
@@ -48,7 +79,8 @@
</tr>
<!-- END column_list_row -->
<tr>
- <td>
+ <td align="center">
+ <br>
<input type="reset">
<input type="submit" value="Submit">
</td>
|