diff options
author | Patrick Simianer <p@simianer.de> | 2016-07-04 08:39:03 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-07-04 08:39:03 +0200 |
commit | a7f0599e3d2b6621872a428870ce8bdd15e8f004 (patch) | |
tree | 669c13ed2f4716bce826af20fd185832a8715f5c /index.php | |
parent | b47ae4297862a321c286c65864ef67d355f05084 (diff) |
g
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,8 +28,8 @@ <input type="txt" id="name" name="name" style="width:12em" /> <strong>Session type:</strong> <select name="ui_type"> - <option value="t">text</option> - <!--<option value="g">graphical</option>--> + <!--<option value="t">text</option>--> + <option value="g">graphical</option> </select> <input type="button" value="Submit" onclick="check_submit()" /> |