Changeset 78afb7bd56f2a97da6ae237e0539dc3b57254eb5

Show
Ignore:
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:
2 modified

Legend:

Unmodified
Added
Removed
  • lib/GMS/Web/Controller/Group.pm

    r4b01aed r78afb7b  
    7979                        code => $p->{postcode}, 
    8080                        country => $p->{country}, 
    81                         phone => $p->{phone_one}, 
    82                         phone2 => $p->{phone_two} 
     81                        phone => $p->{phone}, 
     82                        phone2 => $p->{phone2} 
    8383                    }); 
    8484            } 
  • root/src/group/new.tt

    rfd65300 r78afb7b  
    6060</tr> 
    6161<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> 
    6268  <td colspan="2"><strong>Additional Information</strong></td> 
    6369</tr>