]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/MailerUI/UIxMailMoveToPopUp.wox
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1034 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Templates / MailerUI / UIxMailMoveToPopUp.wox
1 <?xml version='1.0' standalone='yes'?>
2
3 <select xmlns="http://www.w3.org/1999/xhtml"
4         xmlns:var="http://www.skyrix.com/od/binding"
5         xmlns:const="http://www.skyrix.com/od/constant"
6         xmlns:uix="OGo:uix"
7         xmlns:rsrc="OGo:url"
8         xmlns:label="OGo:label"
9         var:name="identifier"
10         var:id="identifier"
11         const:disabled="1"
12 >            
13   <option value="title"
14           checked="1"
15           read="1"
16   ><var:string label:value="MoveTo" const:escapeHTML="NO" /></option>
17
18   <var:foreach list="sortedNodes" item="item" >
19     <option var:value="itemURL"
20             var:onClick="selectItemJS"
21             var:otherTagString="itemDisabledValue"
22     ><var:string value="itemDisplayString" /></option>
23   </var:foreach>
24
25   <option value="all" disabled="1" >All</option>
26 </select>