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:
parent
528c649d50
commit
02890b58d2
|
@ -52,8 +52,7 @@ if (!IsSet($_POST["action"]))
|
||||||
<td><input type="text" name="Hometown" size="40" value="<?PHP echo $_SESSION['Hometown']; ?>"></td></tr>
|
<td><input type="text" name="Hometown" size="40" value="<?PHP echo $_SESSION['Hometown']; ?>"></td></tr>
|
||||||
|
|
||||||
<tr> <td><?PHP Print_Text("makeuser_T-Shirt"); ?></td>
|
<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><input type="text" name="Size" size="4" value="<?PHP echo $_SESSION['Size']; ?>"></td></tr>
|
||||||
// <td><?PHP echo $_SESSION['Size']; ?></td></tr>
|
|
||||||
</table>
|
</table>
|
||||||
<input type="submit" value="<?PHP Print_Text("save"); ?>">
|
<input type="submit" value="<?PHP Print_Text("save"); ?>">
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue