mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Monotone-Parent: 8566d6fbfa896a774b9907c3125e7b3de87296cd
Monotone-Revision: 2ad8b0c019808014c990f51cc69c4457fdb537c6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-28T22:59:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
</script>
|
||||
<script language="JavaScript" rsrc:src="UIxMailToSelection.js"> <!-- Space! --></script>
|
||||
|
||||
<table id="addr_table" style="width: 100%;">
|
||||
<table id="addr_table">
|
||||
<var:foreach list="addressLists" item="addressList">
|
||||
<var:foreach list="addressList" item="address">
|
||||
<tr var:id="currentRowId">
|
||||
<td width="20%">
|
||||
<td>
|
||||
<var:popup name="currentPopUpId"
|
||||
list="headers"
|
||||
item="item"
|
||||
@@ -25,7 +25,7 @@
|
||||
const:style="width: 100%;"
|
||||
/>
|
||||
</td>
|
||||
<td width="80%">
|
||||
<td>
|
||||
<input var:id="currentAddressId"
|
||||
var:name="currentAddressId"
|
||||
type="text"
|
||||
@@ -40,13 +40,13 @@
|
||||
</var:foreach>
|
||||
</var:foreach>
|
||||
<tr id="row_last">
|
||||
<td width="20%">
|
||||
<td>
|
||||
<!-- todo: use stylesheet? -->
|
||||
<select style="width: 100%;" disabled="1">
|
||||
<option value="to" ><var:string label:value="to" />:</option>
|
||||
</select>
|
||||
</td>
|
||||
<td width="80%">
|
||||
<td>
|
||||
<!-- todo: use stylesheet? -->
|
||||
<input onfocus="fancyAddRow(true,'');" type="text"
|
||||
style="width: 100%;" />
|
||||
@@ -58,4 +58,4 @@
|
||||
</var:if>-->
|
||||
<span id="addr_addresses" style="visibility: hidden;"><var:foreach list="addressLists" item="addressList"><var:foreach list="addressList" item="address"><span var:id="address" /></var:foreach></var:foreach>
|
||||
</span>
|
||||
</span>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user