Skip to content
Snippets Groups Projects
Commit d3aedd89 authored by michael.buettner%sun.com's avatar michael.buettner%sun.com
Browse files

added legend for attendee icons

parent f7c391aa
No related branches found
No related tags found
No related merge requests found
......@@ -1382,6 +1382,55 @@
</xul:box>
</xul:box>
<xul:separator class="groove"/>
<xul:grid>
<xul:columns>
<xul:column flex="1"/>
<xul:column flex="1"/>
</xul:columns>
<xul:rows>
<xul:row align="center">
<xul:box orient="horizontal" align="center">
<xul:image class="role-icon" role="REQ-PARTICIPANT"/>
<xul:label value="Required participant"/>
</xul:box>
<xul:box orient="horizontal" align="center">
<xul:image class="status-icon" status="NEEDS-ACTION"/>
<xul:label value="Needs action"/>
</xul:box>
</xul:row>
<xul:row align="center">
<xul:box orient="horizontal" align="center">
<xul:image class="role-icon" role="OPT-PARTICIPANT"/>
<xul:label value="Optional participant"/>
</xul:box>
<xul:box orient="horizontal" align="center">
<xul:image class="status-icon" status="ACCEPTED"/>
<xul:label value="Accepted"/>
</xul:box>
</xul:row>
<xul:row align="center">
<xul:box orient="horizontal" align="center">
<xul:image class="role-icon" role="CHAIR"/>
<xul:label value="Chair"/>
</xul:box>
<xul:box orient="horizontal" align="center">
<xul:image class="status-icon" status="DECLINED"/>
<xul:label value="Declined"/>
</xul:box>
</xul:row>
<xul:row align="center">
<xul:box orient="horizontal" align="center">
</xul:box>
<xul:box orient="horizontal" align="center">
<xul:image class="status-icon" status="TENTATIVE"/>
<xul:label value="Tentative"/>
</xul:box>
</xul:row>
</xul:rows>
</xul:grid>
<xul:separator class="groove"/>
<xul:grid>
<xul:columns>
<xul:column/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment