Changeset 78afb7bd56f2a97da6ae237e0539dc3b57254eb5
- Timestamp:
- 11/04/09 23:02:34 (10 months ago)
- Author:
- Stephen Bennett <spb@…>
- Parents:
- 4b01aedb2c297b575201632dce954f2a85fb7b7d
- Children:
- 4b12c94d72afff14bed32ad0d92539d8c3594ef2
- git-committer:
- Stephen Bennett <spb@exherbo.org> / 2009-11-04T23:02:34Z+0000
- Message:
-
And if we verify group addresses properly, it helps to be able to specify a full address
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r4b01aed
|
r78afb7b
|
|
| 79 | 79 | code => $p->{postcode}, |
| 80 | 80 | country => $p->{country}, |
| 81 | | phone => $p->{phone_one}, |
| 82 | | phone2 => $p->{phone_two} |
| | 81 | phone => $p->{phone}, |
| | 82 | phone2 => $p->{phone2} |
| 83 | 83 | }); |
| 84 | 84 | } |
-
|
rfd65300
|
r78afb7b
|
|
| 60 | 60 | </tr> |
| 61 | 61 | <tr> |
| | 62 | <td>Telephone</td><td><input type="text" name="phone" size="40" value="[% phone %]"></td> |
| | 63 | </tr> |
| | 64 | <tr> |
| | 65 | <td>Telephone (alternate)</td><td><input type="text" name="phone2" size="40" value="[% phone2 %]"></td> |
| | 66 | </tr> |
| | 67 | <tr> |
| 62 | 68 | <td colspan="2"><strong>Additional Information</strong></td> |
| 63 | 69 | </tr> |