From fe9a64861dcafadf4b1d34a4f782ff7f064f9984 Mon Sep 17 00:00:00 2001
From: Robert Zorko <robertz@gurucue.com>
Date: Fri, 16 Oct 2015 15:17:42 +0200
Subject: added layout choise to the setting screen, the layout has also been
 added to the codeq.settings (codeq-server and database has been updated as
 well)

---
 index.html | 7 +++++++
 1 file changed, 7 insertions(+)

(limited to 'index.html')

diff --git a/index.html b/index.html
index c777fec..ce27e11 100644
--- a/index.html
+++ b/index.html
@@ -412,6 +412,13 @@
                         <a class="text-muted" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="left" data-html="true" data-tkey-data-content="robot_address_title" data-content="Set the robot's IPv4 or IPv6 address." data-original-title="" title=""><i class="glyphicon glyphicon-question-sign"></i></a><br>
                         <input type="text" class="form-control" id="robot_address_input" data-tkey-placeholder="robot_address_placeholder" placeholder="IP address" pattern="(((^|\.)((25[0-5])|(2[0-4]\d)|(1\d\d)|([1-9]?\d))){4}$)|(((^|:)([0-9a-fA-F]{0,4})){1,8}$)" data-tkey-title="robot_address_title" title="Set the robot's IPv4 or IPv6 address.">
                     </div>
+                    <div class="form-group" id="gui_layout_select_form_group">
+                        <span class="small" data-tkey="layout_select" >Layout</span>
+                        <select class="form-control" id="gui_layout_select">
+                            <option value="line-layout">Line</option>
+                            <option value="square-layout">Square</option>
+                        </select>
+                    </div>
                     <div class="form-group">
                         <div class="text-right">
                             <button type="button" class="btn btn-default" id="settings_cancel_btn">Close</button>
-- 
cgit v1.2.1