Changeset 3941

Show
Ignore:
Timestamp:
03/21/06 19:40:55 (3 years ago)
Author:
morris
Message:

Add website to users edit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • animanga/trunk/lib/Animanga/Filters.pm

    r3235 r3941  
    77use File::Basename (); 
    88use HTML::Entities (); 
     9use POSIX (); 
    910 
    1011my $a; 
  • animanga/trunk/scripts/sensei/users.pl

    r3506 r3941  
    136136        my $realmail            = $a->param("realmail"); 
    137137        my $fakemail            = $a->param("fakemail"); 
     138        my $website                     = $a->param("website"); 
    138139        my $password            = $a->param("password"); 
    139140        my $description         = $a->param("description"); 
     
    173174                        realmail                => $realmail, 
    174175                        fakemail                => $fakemail, 
     176                        website                 => $website, 
    175177                        location                => $location, 
    176178                        birthdate               => $birthdate, 
  • animanga/trunk/templates/sensei/users-edit

    r3141 r3941  
    121121<br /> 
    122122 
     123Hemsida<br /> 
     124<input type="text" size="55" name="website" value="<? page.user.website ?>" /> 
     125 
     126<br /> 
     127<br /> 
     128 
    123129Lösenord<br /> 
    124130<input type="text" size="55" name="password" value="<? if user.designation == constants.usereditor ?><? page.user.password ?><? end ?>" />