Changeset 3941
- Timestamp:
- 03/21/06 19:40:55 (3 years ago)
- Files:
-
- animanga/trunk/lib/Animanga/Filters.pm (modified) (1 diff)
- animanga/trunk/scripts/sensei/users.pl (modified) (2 diffs)
- animanga/trunk/templates/sensei/users-edit (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
animanga/trunk/lib/Animanga/Filters.pm
r3235 r3941 7 7 use File::Basename (); 8 8 use HTML::Entities (); 9 use POSIX (); 9 10 10 11 my $a; animanga/trunk/scripts/sensei/users.pl
r3506 r3941 136 136 my $realmail = $a->param("realmail"); 137 137 my $fakemail = $a->param("fakemail"); 138 my $website = $a->param("website"); 138 139 my $password = $a->param("password"); 139 140 my $description = $a->param("description"); … … 173 174 realmail => $realmail, 174 175 fakemail => $fakemail, 176 website => $website, 175 177 location => $location, 176 178 birthdate => $birthdate, animanga/trunk/templates/sensei/users-edit
r3141 r3941 121 121 <br /> 122 122 123 Hemsida<br /> 124 <input type="text" size="55" name="website" value="<? page.user.website ?>" /> 125 126 <br /> 127 <br /> 128 123 129 Lösenord<br /> 124 130 <input type="text" size="55" name="password" value="<? if user.designation == constants.usereditor ?><? page.user.password ?><? end ?>" />
