diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-12-29 20:33:12 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-12-29 20:33:12 +0000 |
commit | 8106ba5862d4ec6530ead751696829a14cc20cd3 (patch) | |
tree | 5e837f1dc04c101172da46d78f59f73db0ecd424 /www-ssl | |
parent | d861f2ee1495e8ea1d45797ecd4a67ab9d110642 (diff) |
anzeigen der tshirt size
git-svn-id: svn://svn.cccv.de/engel-system@227 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-x | www-ssl/nonpublic/einstellungen.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www-ssl/nonpublic/einstellungen.php b/www-ssl/nonpublic/einstellungen.php index fde730cc..bb25b00b 100755 --- a/www-ssl/nonpublic/einstellungen.php +++ b/www-ssl/nonpublic/einstellungen.php @@ -36,6 +36,8 @@ if (!IsSet($_POST["action"])) <td><input type="text" name="ejabber" size="40" value="<?PHP echo $_SESSION['jabber']; ?>"></td></tr> <tr> <td><?PHP Print_Text("pub_einstellungen_Hometown"); ?></td> <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><?PHP echo $_SESSION['Size']; ?></td></tr> </table> <input type="submit" value="<?PHP Print_Text("save"); ?>"> </form> |