]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/templates/CheckedMenuItem.html
lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
[tt-rss.git] / lib / dijit / templates / CheckedMenuItem.html
1 <tr class="dijitReset" data-dojo-attach-point="focusNode" role="${role}" tabIndex="-1" aria-checked="${checked}">
2 <td class="dijitReset dijitMenuItemIconCell" role="presentation">
3 <span class="dijitInline dijitIcon dijitMenuItemIcon dijitCheckedMenuItemIcon" data-dojo-attach-point="iconNode"></span>
4 <span class="dijitMenuItemIconChar dijitCheckedMenuItemIconChar">${!checkedChar}</span>
5 </td>
6 <td class="dijitReset dijitMenuItemLabel" colspan="2" data-dojo-attach-point="containerNode,labelNode,textDirNode"></td>
7 <td class="dijitReset dijitMenuItemAccelKey" style="display: none" data-dojo-attach-point="accelKeyNode"></td>
8 <td class="dijitReset dijitMenuArrowCell" role="presentation">&#160;</td>
9 </tr>