From ba731655369b9b5dd5d8514a4256905c7640f0ae Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Wed, 07 Jan 2015 05:03:09 -0500 Subject: [PATCH] Layout fixes --- interface/web/admin/templates/remote_action_osupdate.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/admin/templates/remote_action_osupdate.htm b/interface/web/admin/templates/remote_action_osupdate.htm index bbed294..72990d5 100644 --- a/interface/web/admin/templates/remote_action_osupdate.htm +++ b/interface/web/admin/templates/remote_action_osupdate.htm @@ -18,5 +18,5 @@ </tmpl_if> <div class="clear"><div class="right"> - <button class="btn btn-default formbutton-default" type="button" value="{tmpl_var name='btn_do_txt'}" onclick="submitForm('pageForm','admin/remote_action_osupdate.php');">{tmpl_var name='btn_do_txt'}</button> + <button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='btn_do_txt'}" onclick="submitForm('pageForm','admin/remote_action_osupdate.php');">{tmpl_var name='btn_do_txt'}</button> </div></div> \ No newline at end of file -- Gitblit v1.9.1