]> git.wh0rd.org - tt-rss.git/blame - 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
CommitLineData
6887a0f5 1<tr class="dijitReset" data-dojo-attach-point="focusNode" role="${role}" tabIndex="-1" aria-checked="${checked}">
1354d172 2 <td class="dijitReset dijitMenuItemIconCell" role="presentation">
6887a0f5
AK
3 <span class="dijitInline dijitIcon dijitMenuItemIcon dijitCheckedMenuItemIcon" data-dojo-attach-point="iconNode"></span>
4 <span class="dijitMenuItemIconChar dijitCheckedMenuItemIconChar">${!checkedChar}</span>
1354d172 5 </td>
6887a0f5 6 <td class="dijitReset dijitMenuItemLabel" colspan="2" data-dojo-attach-point="containerNode,labelNode,textDirNode"></td>
1354d172
AD
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>