sogo/UI/Templates/UIxSieveEditor.wox
dev-unix.inverse.qc.ca f18c764ffa see ChangeLog
Monotone-Revision: 9054022ef1ca8aeba6e34842d27d9b94ce002b89

Monotone-Author: dev-unix.inverse.qc.ca
Monotone-Date: 2006-06-15T19:34:10
Monotone-Branch: ca.inverse.sogo
2006-06-15 19:34:10 +00:00

34 lines
971 B
XML

<?xml version='1.0' standalone='yes'?>
<var:component
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:rsrc="OGo:url"
xmlns:label="OGo:label"
className="UIxMailMainFrame"
title="panelTitle"
const:hideFolderTree="1"
>
<div id="compose_panel">
<div id="compose_subject">
<table border="0" width="100%">
<tr>
<td class="compose_label" width="15%">
<!-- TODO: localize -->
<var:string label:value="Scriptname"/>:
</td>
<td width="85%"><input name="scriptName"
id="compose_subject_input" type="text"
var:value="scriptName" /></td>
</tr>
</table>
</div>
<!-- separator line -->
<div id="compose_text">
<textarea name="scriptContent" var:value="scriptText" />
</div>
</div>
</var:component>