Run button moved
diff --git a/asterix-app/src/main/resources/webui/querytemplate.html b/asterix-app/src/main/resources/webui/querytemplate.html
index cfe0b11..eae080e 100644
--- a/asterix-app/src/main/resources/webui/querytemplate.html
+++ b/asterix-app/src/main/resources/webui/querytemplate.html
@@ -145,6 +145,7 @@
           <div class="btn-group">
             <button id="checkboxes-on" class="btn">Select All Options</button>
             <button id="checkboxes-off" class="btn">Clear All Options</button>
+            <button type="submit" id="run-btn" class="btn btn-custom-darken">Run</button>
           </div>
 
             <div>
@@ -155,7 +156,6 @@
               <label class="checkbox"><input type="checkbox"
                   checked="checked" name="print-job" value="true" /> Print Hyracks job</label>
             </div>
-            <button type="submit" id="run-btn" class="btn btn-custom-darken">Run</button>
           </form>
        </div>