@@ -129,7 +129,7 @@ const dataview = {
129129 ? ""
130130 : " disabled-badge" ;
131131 const lesionIcon = `<div class="${ lesionIconElementClass } tooltip-container tooltip-gallery-images" style="height:${ imageIconDimensions [ 0 ] . height } px;width:${ imageIconDimensions [ 0 ] . width } px;">
132- <span class="gallery-images-button layer-group tooltip-title">
132+ <span class="gtm-lesion-viewer gallery-images-button layer-group tooltip-title">
133133 <svg viewBox="0 0 26 26" class="gallery-icon-svg" style="width: ${ imageIconDimensions [ 1 ] . width } px; height: ${ imageIconDimensions [ 1 ] . height } px">
134134 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#layer-group" class="gallery-icon-use"></use>
135135 </svg>
@@ -151,28 +151,28 @@ const dataview = {
151151 <div class="check-layout ${ checkedClass } " style="height: ${ util . getImageHeight ( ) } px; width: 100%; position: absolute; right:0px; top:${ Math . floor ( ( util . getDataviewItemHeight ( ) - util . getImageHeight ( ) ) / 2 ) } px">
152152 <div class='gallery-images-info' style="height: ${ util . getImageHeight ( ) } px; position: absolute; right:0px;">
153153 <div class="gallery-images-header">
154- <div class="gallery-images-checkbox"> ${ common . markCheckbox ( obj , common ) } </div>
155- <div class="thumbnails-name" style="font-size: ${ util . getNewThumnailsNameFontSize ( ) } px">${ obj . isic_id } </div>
154+ <div class="gtm-image-selection gallery-images-checkbox"> ${ common . markCheckbox ( obj , common ) } </div>
155+ <div class="thumbnails-name" style="font-size: ${ util . getNewThumnailsNameFontSize ( ) } px">${ obj . isic_id } </div>
156156 </div>
157157 <div class="gallery-images-buttons" style="bottom: ${ imageIconDimensions [ 2 ] } px;">
158158 <div class="gallery-images-button-elem tooltip-container tooltip-gallery-images" style="width: ${ imageIconDimensions [ 0 ] . width } px; height: ${ imageIconDimensions [ 0 ] . height } px;">
159- <span class="gallery-images-button resize-icon tooltip-title">
159+ <span class="gtm-image-enlargement gallery-images-button resize-icon tooltip-title">
160160 <svg viewBox="0 0 26 26" class="gallery-icon-svg" style="width: ${ imageIconDimensions [ 1 ] . width } px; height: ${ imageIconDimensions [ 1 ] . height } px;">
161161 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#resize-icon" class="gallery-icon-use"></use>
162162 </svg>
163163 </span>
164164 <span class="tooltip-block tooltip-block-top" style="display: block">Enlarge</span>
165165 </div>
166166 <div class="gallery-images-button-elem tooltip-container tooltip-gallery-images" style="width: ${ imageIconDimensions [ 0 ] . width } px; height: ${ imageIconDimensions [ 0 ] . height } px;">
167- <span class="gallery-images-button info-icon tooltip-title">
167+ <span class="gtm-image-metadata gallery-images-button info-icon tooltip-title">
168168 <svg viewBox="0 0 26 26" class="gallery-icon-svg" style="width: ${ imageIconDimensions [ 1 ] . width } px; height: ${ imageIconDimensions [ 1 ] . height } px;">
169169 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#info-icon" class="gallery-icon-use"></use>
170170 </svg>
171171 </span>
172172 <span class="tooltip-block tooltip-block-top">Metadata</span>
173173 </div>
174174 <div class="gallery-images-button-elem tooltip-container tooltip-gallery-images" style="width: ${ imageIconDimensions [ 0 ] . width } px; height: ${ imageIconDimensions [ 0 ] . height } px;">
175- <span class="gallery-images-button batch-icon tooltip-title">
175+ <span class="gtm-single-download gallery-images-button batch-icon tooltip-title">
176176 <svg viewBox="0 0 26 26" class="gallery-icon-svg" style="width: ${ imageIconDimensions [ 1 ] . width } px; height: ${ imageIconDimensions [ 1 ] . height } px;">
177177 <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#batch-icon" class="gallery-icon-use"></use>
178178 </svg>
0 commit comments