Monotone-Parent: b545d02ec1ab7de868f544f191ef64a2e4672857

Monotone-Revision: 535ca06ba5fc04d3cf56ee0db455b20d6440c6af

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-20T21:40:31
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2006-09-20 21:40:31 +00:00
parent d95f3064b3
commit 6b62be381a

View file

@ -348,20 +348,20 @@
<td>
<label><var:string label:value="Birthday: " const:escapeHTML="NO" />
<input type="text" class="textField" name="birthday" id="birthday"
var:value="snapshot.bday" size="20" />
var:value="snapshot.bday" size="16" />
</label>
</td>
<td>
<label><var:string label:value="Timezone: " const:escapeHTML="NO" />
<input type="text" class="textField" name="tz" id="tz"
var:value="snapshot.tz" size="30" />
var:value="snapshot.tz" size="16" />
</label>
</td>
</tr>
<tr>
<td colspan="2">
<label><var:string label:value="Note: " const:escapeHTML="NO" />
<textarea rows="10" cols="64" var:value="snapshot.note" name="note" id="note"></textarea>
<textarea rows="10" cols="60" var:value="snapshot.note" name="note" id="note"></textarea>
</label>
</td>
</tr>