Implement serverside and client side validatation
This commit is contained in:
@@ -19,6 +19,8 @@ feature {NONE}
|
||||
make_button (n: STRING; t: STRING)
|
||||
do
|
||||
make (n, "button")
|
||||
add_class ("btn")
|
||||
add_class ("btn-default")
|
||||
text := t
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user