]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/templates/MenuItem.html
Replace deprecated dojo.place with domConstruct.place
[tt-rss.git] / lib / dijit / templates / MenuItem.html
CommitLineData
f0cfe83e 1<tr class="dijitReset dijitMenuItem" data-dojo-attach-point="focusNode" role="menuitem" tabIndex="-1">
1354d172
AD
2 <td class="dijitReset dijitMenuItemIconCell" role="presentation">
3 <img src="${_blankGif}" alt="" class="dijitIcon dijitMenuItemIcon" data-dojo-attach-point="iconNode"/>
4 </td>
5 <td class="dijitReset dijitMenuItemLabel" colspan="2" data-dojo-attach-point="containerNode"></td>
6 <td class="dijitReset dijitMenuItemAccelKey" style="display: none" data-dojo-attach-point="accelKeyNode"></td>
7 <td class="dijitReset dijitMenuArrowCell" role="presentation">
8 <div data-dojo-attach-point="arrowWrapper" style="visibility: hidden">
9 <img src="${_blankGif}" alt="" class="dijitMenuExpand"/>
10 <span class="dijitMenuExpandA11y">+</span>
11 </div>
12 </td>
13</tr>