little fixup, to enable users to change the shirtsize

git-svn-id: svn://svn.cccv.de/engel-system@306 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
ichdasich 2008-10-17 16:22:39 +00:00
parent 528c649d50
commit 02890b58d2
1 changed files with 1 additions and 2 deletions

View File

@ -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>