mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	fix messaging handle string too long (#5483)
This commit is contained in:
		
							parent
							
								
									cb87cc8172
								
							
						
					
					
						commit
						23b78960da
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -12169,7 +12169,7 @@
 | 
			
		|||
            var x;
 | 
			
		||||
            if (userinfo.msghandle != null) {
 | 
			
		||||
                x = '<table style=width:100%><tr><td style=width:56px><img src="images/messaging40.png" style=padding:8px>';
 | 
			
		||||
                x += '<td style=text-align:center><div style=padding:6px>' + "Verified handle" + '</div><div style=font-size:20px>' + EscapeHtml(userinfo.msghandle) + '</div>';
 | 
			
		||||
                x += '<td style=text-align:center><div style=padding:6px>' + "Verified handle" + '</div><div style=font-weight:bold>' + EscapeHtml(userinfo.msghandle) + '</div>';
 | 
			
		||||
                x += '<div style=margin:10px><label><input id=d2delPhone type=checkbox onclick=account_managePhoneRemoveValidate() />' + "Remove messaging" + '</label></div>';
 | 
			
		||||
                setDialogMode(2, "Messaging Notifications", 3, account_manageMessagingRemove, x);
 | 
			
		||||
                account_managePhoneRemoveValidate();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue