diff options
Diffstat (limited to 'www-ssl')
-rwxr-xr-x | www-ssl/nonpublic/einstellungen.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www-ssl/nonpublic/einstellungen.php b/www-ssl/nonpublic/einstellungen.php index 5461b51f..9d01d746 100755 --- a/www-ssl/nonpublic/einstellungen.php +++ b/www-ssl/nonpublic/einstellungen.php @@ -52,8 +52,7 @@ if (!IsSet($_POST["action"])) <td><input type="text" name="Hometown" size="40" value="<?PHP echo $_SESSION['Hometown']; ?>"></td></tr> <tr> <td><?PHP Print_Text("makeuser_T-Shirt"); ?></td> - <td><input type="text" name="Size" size="40" value="<?PHP echo $_SESSION['Size']; ?>"></td></tr> -// <td><?PHP echo $_SESSION['Size']; ?></td></tr> + <td><input type="text" name="Size" size="4" value="<?PHP echo $_SESSION['Size']; ?>"></td></tr> </table> <input type="submit" value="<?PHP Print_Text("save"); ?>"> </form> |