yaz/commit

ADD sumbit button

authorMichiel Hildebrand
Tue Nov 8 12:59:36 2011 +0100
committerMichiel Hildebrand
Tue Nov 8 12:59:36 2011 +0100
commita81e38c9c6878aa54f50e34e01d67a4554c9d900
tree2282b601730f19dffaccf99d782ae8fbe94bb52f
parentd008c51e37e005fbb860f8bd90a4f031e871e4c0
Diff style: patch stat
diff --git a/applications/yaz_home.pl b/applications/yaz_home.pl
index 56f8864..4e3e087 100644
--- a/applications/yaz_home.pl
+++ b/applications/yaz_home.pl
@@ -72,7 +72,8 @@ html_new_user_page(F, Options) :-
 			  div('style="text-align:center;margin-top:20%"',
 			      [ h3('Enter your name:'),
 				form(action(location_by_id(F)),
-				     [ input([type(text),name(user),value(User)])
+				     [ input([type(text),name(user),value(User)]),
+				       input([type(submit), value('Go')])
 				     ]),
 				div([style='color:red;size:smalller'],
 				    Message),