1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-01 12:40:50 +02:00
ttrss/lib/dijit/templates/MenuItem.html

15 lines
797 B
HTML
Raw Normal View History

<tr class="dijitReset" data-dojo-attach-point="focusNode" role="menuitem" tabIndex="-1">
2012-08-14 16:59:10 +02:00
<td class="dijitReset dijitMenuItemIconCell" role="presentation">
<span role="presentation" class="dijitInline dijitIcon dijitMenuItemIcon" data-dojo-attach-point="iconNode"></span>
2012-08-14 16:59:10 +02:00
</td>
<td class="dijitReset dijitMenuItemLabel" colspan="2" data-dojo-attach-point="containerNode,textDirNode"
role="presentation"></td>
2012-08-14 16:59:10 +02:00
<td class="dijitReset dijitMenuItemAccelKey" style="display: none" data-dojo-attach-point="accelKeyNode"></td>
<td class="dijitReset dijitMenuArrowCell" role="presentation">
<span data-dojo-attach-point="arrowWrapper" style="visibility: hidden">
<span class="dijitInline dijitIcon dijitMenuExpand"></span>
2012-08-14 16:59:10 +02:00
<span class="dijitMenuExpandA11y">+</span>
</span>
2012-08-14 16:59:10 +02:00
</td>
</tr>