From 8ceb0824027750b720f7788e44ed0deb87be6f08 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Wed, 07 Jan 2015 07:52:03 -0500
Subject: [PATCH] - Layout fixes - Included new icons and buttons - Layout scaling improved (up to 1260px width)

---
 interface/web/vm/templates/openvz_action.htm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/interface/web/vm/templates/openvz_action.htm b/interface/web/vm/templates/openvz_action.htm
index a3bad27..49ca4e8 100644
--- a/interface/web/vm/templates/openvz_action.htm
+++ b/interface/web/vm/templates/openvz_action.htm
@@ -16,28 +16,28 @@
             <div class="form-group">
                 <label class="col-sm-3 control-label">{tmpl_var name='start_txt'}</label>
                 <div class="col-sm-9">
-                    <div class="col-sm-9"><input type="radio" id="action" value="start" name="action" {tmpl_var name='start_option_enabled'}/>
+                    <div class="col-sm-9"><input class="form-control" type="radio" id="action" value="start" name="action" {tmpl_var name='start_option_enabled'}/>
                 </div></div>
             </div>
                 
             <div class="form-group">
                 <label class="col-sm-3 control-label">{tmpl_var name='stop_txt'}</label>
                 <div class="col-sm-9">
-                    <div class="col-sm-9"><input type="radio" id="action" value="stop" name="action" {tmpl_var name='stop_option_enabled'}/>
+                    <div class="col-sm-9"><input class="form-control" type="radio" id="action" value="stop" name="action" {tmpl_var name='stop_option_enabled'}/>
                 </div></div>
             </div>
                 
             <div class="form-group">
                 <label class="col-sm-3 control-label">{tmpl_var name='restart_txt'}</label>
                 <div class="col-sm-9">
-                    <div class="col-sm-9"><input type="radio" id="action" value="restart" name="action" {tmpl_var name='restart_option_enabled'}/>
+                    <div class="col-sm-9"><input class="form-control" type="radio" id="action" value="restart" name="action" {tmpl_var name='restart_option_enabled'}/>
                 </div></div>
             </div>
                 
             <div class="form-group">
                 <label class="col-sm-3 control-label">{tmpl_var name='ostemplate_txt'}</label>
                 <div class="col-sm-9">
-                    <div class="col-sm-9"><input type="radio" style="float:left; margin-right:10px;" id="action" value="ostemplate" name="action" {tmpl_var name='ostemplate_option_enabled'}/>
+                    <div class="col-sm-9"><input class="form-control" type="radio" style="float:left; margin-right:10px;" id="action" value="ostemplate" name="action" {tmpl_var name='ostemplate_option_enabled'}/>
                            </div><div class="col-sm-9"><input type="text" name="ostemplate_name" class="form-control" value="{tmpl_var name='ostemplate_name'}" onclick="$('[name=action]').filter('[value=ostemplate]').attr('checked','checked');" /> &nbsp;{tmpl_var name='ostemplate_desc_txt'}
                 </div></div>
             </div>

--
Gitblit v1.9.1