]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/templates/MenuItem.html
lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
[tt-rss.git] / lib / dijit / templates / MenuItem.html
1 <tr class="dijitReset" data-dojo-attach-point="focusNode" role="menuitem" tabIndex="-1">
2 <td class="dijitReset dijitMenuItemIconCell" role="presentation">
3 <span role="presentation" class="dijitInline dijitIcon dijitMenuItemIcon" data-dojo-attach-point="iconNode"></span>
4 </td>
5 <td class="dijitReset dijitMenuItemLabel" colspan="2" data-dojo-attach-point="containerNode,textDirNode"
6 role="presentation"></td>
7 <td class="dijitReset dijitMenuItemAccelKey" style="display: none" data-dojo-attach-point="accelKeyNode"></td>
8 <td class="dijitReset dijitMenuArrowCell" role="presentation">
9 <span data-dojo-attach-point="arrowWrapper" style="visibility: hidden">
10 <span class="dijitInline dijitIcon dijitMenuExpand"></span>
11 <span class="dijitMenuExpandA11y">+</span>
12 </span>
13 </td>
14 </tr>