mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-324: Show default first.
This commit is contained in:
		| @@ -67,15 +67,6 @@ | |||||||
|                 <div id="mouse-settings"> |                 <div id="mouse-settings"> | ||||||
|                     <p>Determines how the remote mouse behaves with respect to touches.</p> |                     <p>Determines how the remote mouse behaves with respect to touches.</p> | ||||||
|  |  | ||||||
|                     <!-- Touchpad --> |  | ||||||
|                     <div class="choice"> |  | ||||||
|                         <input name="mouse-mode" type="radio" value="relative" id="relative"/> |  | ||||||
|                         <div class="figure"> |  | ||||||
|                             <label for="relative"><img src="images/settings/touchpad.png" alt=""/></label> |  | ||||||
|                             <p class="caption"><label for="relative">Drag to move the mouse pointer and tap to click. The click occurs at the location of the pointer.</label></p> |  | ||||||
|                         </div> |  | ||||||
|                     </div> |  | ||||||
|  |  | ||||||
|                     <!-- Touchscreen --> |                     <!-- Touchscreen --> | ||||||
|                     <div class="choice"> |                     <div class="choice"> | ||||||
|                         <input name="mouse-mode" type="radio" value="absolute" checked="checked" id="absolute"/> |                         <input name="mouse-mode" type="radio" value="absolute" checked="checked" id="absolute"/> | ||||||
| @@ -85,6 +76,15 @@ | |||||||
|                         </div> |                         </div> | ||||||
|                     </div> |                     </div> | ||||||
|  |  | ||||||
|  |                     <!-- Touchpad --> | ||||||
|  |                     <div class="choice"> | ||||||
|  |                         <input name="mouse-mode" type="radio" value="relative" id="relative"/> | ||||||
|  |                         <div class="figure"> | ||||||
|  |                             <label for="relative"><img src="images/settings/touchpad.png" alt=""/></label> | ||||||
|  |                             <p class="caption"><label for="relative">Drag to move the mouse pointer and tap to click. The click occurs at the location of the pointer.</label></p> | ||||||
|  |                         </div> | ||||||
|  |                     </div> | ||||||
|  |  | ||||||
|                 </div> |                 </div> | ||||||
|             </div> |             </div> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user