diff OrthancExplorer/explorer.html @ 1501:aaf368280f5a

C-Echo testing can be triggered from Orthanc Explorer (in the query/retrieve page)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Aug 2015 17:23:28 +0200
parents 6b4862a496c1
children e0517f25919e
line wrap: on
line diff
--- a/OrthancExplorer/explorer.html	Fri Aug 07 16:50:38 2015 +0200
+++ b/OrthancExplorer/explorer.html	Fri Aug 07 17:23:28 2015 +0200
@@ -353,7 +353,14 @@
             </div>
           </div>
 
-          <button id="qr-submit" type="submit" data-theme="b">Search studies</button>
+          <fieldset class="ui-grid-a">
+	    <div class="ui-block-a">
+              <button id="qr-echo" data-theme="a">Test Echo</button>
+            </div>
+	    <div class="ui-block-b">
+              <button id="qr-submit" type="submit" data-theme="b">Search studies</button>
+            </div>
+	  </fieldset>
         </form>
       </div>
     </div>