Monotone-Parent: a6c4bbb57d662ad1aae7751dd65e2e239aebf3a6

Monotone-Revision: 0567eb28810ae0cf0ebbc6bced572977a02c61b2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-03T22:06:26
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-03 22:06:26 +00:00
parent eabc7b5151
commit 2db04d42fe
2 changed files with 4 additions and 8 deletions

View File

@@ -1,13 +1,11 @@
<?xml version='1.0' standalone='yes'?>
<var:component
<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"
className="UIxContactsSelectionViewContainer"
title="name"
>
<span id="selectionLabel"><var:string label:value="Add as..." /></span><br />
<input type="submit"
@@ -25,4 +23,4 @@
label:value="Blind Carbon Copy"
name="bcc"
onclick="return onConfirmContactSelection('bcc');" />
</var:component>
</span>

View File

@@ -1,17 +1,15 @@
<?xml version='1.0' standalone='yes'?>
<var:component
<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"
className="UIxContactsSelectionViewContainer"
title="name"
>
<input type="submit"
class="button"
label:value="Add Selected Contacts"
name="validate"
onclick="return onConfirmContactSelection(null);" />
</var:component>
</span>