This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- richlistbox with header --> | |
<richlistbox id="ThunderStats.NoBusinessDaysList" flex="1" height="100px" onselect="miczThunderStatsPrefPanel.updateNBDButtons(window);" seltype="single" > | |
<listheader style="border-bottom: 1px solid blue;"> | |
<treecol label="Date" width="85px" flex="0" /> | |
<treecol label="Description" flex="1" style="background-color: #505050 !important; color: red;"/> | |
<treecol label="Yearly" width="70px" flex="0" /> | |
</listheader> | |
<richlistitem> | |
<label width="85px" flex="0">10-31</label> |