From dec3e3d5ba2ef9a68e574b1e42416a8bd9936e67 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Thu, 08 Jan 2015 03:58:33 -0500
Subject: [PATCH] - Layout fixes

---
 interface/web/vm/templates/openvz_ostemplate_edit.htm |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/interface/web/vm/templates/openvz_ostemplate_edit.htm b/interface/web/vm/templates/openvz_ostemplate_edit.htm
index 317ac9a..b39fb1a 100644
--- a/interface/web/vm/templates/openvz_ostemplate_edit.htm
+++ b/interface/web/vm/templates/openvz_ostemplate_edit.htm
@@ -7,12 +7,10 @@
         <legend>Domain</legend>
             <div class="form-group">
                 <label for="template_name" class="col-sm-3 control-label">{tmpl_var name='template_name_txt'}</label>
-                <div class="col-sm-9"><input type="text" name="template_name" id="template_name" value="{tmpl_var name='template_name'}" class="form-control" />
-            </div></div>
+                <div class="col-sm-9"><input type="text" name="template_name" id="template_name" value="{tmpl_var name='template_name'}" class="form-control" /></div></div>
             <div class="form-group">
                 <label for="template_file" class="col-sm-3 control-label">{tmpl_var name='template_file_txt'}</label>
-                <div class="col-sm-9"><input type="text" name="template_file" id="template_file" value="{tmpl_var name='template_file'}" class="form-control" />
-            </div></div>
+                <div class="col-sm-9"><input type="text" name="template_file" id="template_file" value="{tmpl_var name='template_file'}" class="form-control" /></div></div>
             <div class="form-group">
                 <label for="server_id" class="col-sm-3 control-label">{tmpl_var name='server_id_txt'}</label>
                 <div class="col-sm-9"><select name="server_id" id="server_id" class="form-control">

--
Gitblit v1.9.1