summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic
diff options
context:
space:
mode:
authorichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-10-17 16:22:39 +0000
committerichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-10-17 16:22:39 +0000
commit02890b58d2c723db4ba74d985d19537f69458ed3 (patch)
tree5793ab40dd3e5b27c612166c927d11103f5271f2 /www-ssl/nonpublic
parent528c649d5016316231631d70269ff33f3192863e (diff)
little fixup, to enable users to change the shirtsize
git-svn-id: svn://svn.cccv.de/engel-system@306 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/nonpublic')
-rwxr-xr-xwww-ssl/nonpublic/einstellungen.php3
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>