Rev 1381 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1381 | Rev 1385 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <form method="POST" action="telbook.php"> |
1 | <form method="POST" action="telbook_update.php"> |
2 | <input type=hidden name=id value="${PERSON_ID}"> |
2 | <input type=hidden name=id value="${PERSON_ID}"> |
3 | <table class="telbook edit"> |
3 | <table class="telbook edit"> |
4 | <tr> |
4 | <tr> |
5 | <th>Name</th> |
5 | <th>Name</th> |
6 | <td><input type=text name=person_name value="${PERSON_NAME}"></td> |
6 | <td><input type=text name=person_name value="${PERSON_NAME}"></td> |