front_idill/src/mosaic/js/notifications.js
changeset 109 ace8f4b644f1
parent 106 62bfe94d7738
child 112 58ba3ae2d3d9
equal deleted inserted replaced
108:044a1eebf667 109:ace8f4b644f1
   415 				usage = this.helpDetailsGestures[i].usage_KI;
   415 				usage = this.helpDetailsGestures[i].usage_KI;
   416 			}
   416 			}
   417 			
   417 			
   418 			help_details_gestures += "<div><table border='0'><tr><td rowspan='4'><img class='helpDetailsImgs' src='" + imgPath + MI + all_gestures_img[i] + ".png' /></td><td><b>" +
   418 			help_details_gestures += "<div><table border='0'><tr><td rowspan='4'><img class='helpDetailsImgs' src='" + imgPath + MI + all_gestures_img[i] + ".png' /></td><td><b>" +
   419 			this.helpDetailsGesturesMetadata.name + '</b> : ' + this.helpDetailsGestures[i].name + "</td></tr><tr><td><b>" +
   419 			this.helpDetailsGesturesMetadata.name + '</b> : ' + this.helpDetailsGestures[i].name + "</td></tr><tr><td><b>" +
   420 			this.helpDetailsGesturesMetadata.usage + '</b> : ' + this.helpDetailsGestures[i].usage + "</td></tr><tr><td><b>" +
   420 			this.helpDetailsGesturesMetadata.usage + '</b> : ' + usage + "</td></tr><tr><td><b>" +
   421 			this.helpDetailsGesturesMetadata.desc + '</b> : ' + this.helpDetailsGestures[i].desc + "</td></tr></table></div>";
   421 			this.helpDetailsGesturesMetadata.desc + '</b> : ' + this.helpDetailsGestures[i].desc + "</td></tr></table></div>";
   422 		}
   422 		}
   423 		
   423 		
   424 		help_details_gestures += "</div>";
   424 		help_details_gestures += "</div>";
   425 		
   425