add save/reset button to the end of each form, fixes #631
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -87,7 +87,10 @@ class htmlform
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// add save/reset buttons at the end of the form
|
||||
eval("self::\$_form .= \"" . getTemplate("misc/form/table_end", "1") . "\";");
|
||||
|
||||
return self::$_form;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user