sogo/UI/Templates/ContactsUI/UIxContactsMailerSelection.wox
Francis Lachapelle 468073b131 Major refresh of CSS stylesheets.
Monotone-Parent: 508bbe52515b0ad7119c755b4cc91d17e313c06b
Monotone-Revision: d09001490c2d88332ef3ec446bfd0aa488d0de8c

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-11-04T22:13:20
Monotone-Branch: ca.inverse.sogo
2009-11-04 22:13:20 +00:00

19 lines
752 B
XML

<?xml version='1.0' standalone='yes'?>
<!DOCTYPE span>
<span
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:uix="OGo:uix"
xmlns:label="OGo:label"
xmlns:rsrc="OGo:url"
id="contactSelectionButtons">
<span id="selectionLabel"><var:string label:value="Add as..."/></span><br/>
<p id="mailerSelectionContainer"><a href="#" class="button" name="to">
<span><var:string label:value="Recipient" /></span></a>
<br/><a href="#" class="button" name="cc">
<span><var:string label:value="Carbon Copy" /></span></a>
<br/><a href="#" class="button" name="bcc">
<span><var:string label:value="Blind Carbon Copy" /></span></a></p>
</span>