diff Applications/StoneWebViewer/WebApplication/index.html @ 1693:eafb10992e73

synchronized browsing
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Nov 2020 13:46:50 +0100
parents fad38c4525f9
children 7226b68e2742
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/index.html	Wed Nov 25 18:11:42 2020 +0100
+++ b/Applications/StoneWebViewer/WebApplication/index.html	Thu Nov 26 13:46:50 2020 +0100
@@ -446,10 +446,10 @@
             
             <div class="ng-scope inline-object">
               <button class="wvButton--underline text-center"
-                      data-toggle="tooltip" data-title="Show image information"
-                      v-bind:class="{ 'active' : showInfo }"
-                      v-on:click="showInfo = !showInfo">
-                <i class="fa fa-info-circle"></i>
+                      data-toggle="tooltip" data-title="Synchronized browsing"
+                      v-bind:class="{ 'active' : synchronizedBrowsing }"
+                      v-on:click="synchronizedBrowsing = !synchronizedBrowsing">
+                <i class="fa fa-link"></i>
               </button>
             </div>
 
@@ -464,6 +464,15 @@
 
             <div class="ng-scope inline-object">
               <button class="wvButton--underline text-center"
+                      data-toggle="tooltip" data-title="Show image information"
+                      v-bind:class="{ 'active' : showInfo }"
+                      v-on:click="showInfo = !showInfo">
+                <i class="fa fa-info-circle"></i>
+              </button>
+            </div>
+
+            <div class="ng-scope inline-object">
+              <button class="wvButton--underline text-center"
                       data-toggle="tooltip" data-title="User preferences"
                       v-on:click="modalPreferences = true">
                 <i class="fa fa-user"></i>