Monotone-Parent: 3dee1ff445f5268ef4c0f3c4ce1e664d14c8dc7c

Monotone-Revision: 545a34252ee16fbadbc33154d62ee4abd58fa90f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-10T21:40:56
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-09-10 21:40:56 +00:00
parent 5b7136db24
commit 582d50e57b
5 changed files with 24 additions and 41 deletions
@@ -3,8 +3,7 @@
"Close" = "Close";
/* tabs */
"Out of Office" = "Out of Office";
"Date and Time" = "Date and Time";
"General" = "General";
"Calendar Options" = "Calendar Options";
"Mail Options" = "Mail Options";
"Password" = "Password";
@@ -3,8 +3,7 @@
"Close" = "Fermer";
/* tabs */
"Out of Office" = "Absence du bureau";
"Date and Time" = "Date et heure";
"General" = "Général";
"Calendar Options" = "Calendrier";
"Mail Options" = "Courrier";
"Password" = "Mot de passe";
@@ -3,8 +3,7 @@
"Close" = "Schließen";
/* tabs */
"Out of Office" = "Abwesenheit";
"Date and Time" = "Datum und Zeit";
"General" = "Allgemein";
"Calendar Options" = "Kalender";
"Mail Options" = "E-Mail";
"Password" = "Passwort";
+17 -21
View File
@@ -13,10 +13,8 @@
<form id="mainForm" var:href="ownPath">
<div class="tabsContainer" id="preferencesTabs">
<ul>
<li target="outOfOfficeView"><var:string
label:value="Out of Office"/></li>
<li target="dateTimeView"><var:string
label:value="Date and Time"/></li>
<li target="generalView"><var:string
label:value="General"/></li>
<li target="calendarOptionsView"><var:string
label:value="Calendar Options"/></li>
<li target="mailOptionsView"><var:string
@@ -25,23 +23,7 @@
<li target="passwordView"><var:string label:value="Password"/></li>
</var:if>
</ul>
<div id="outOfOfficeView" class="tab">
<label><input
const:name="inTheOffice" type="radio" const:value="YES"
var:selection="inTheOffice"/>
<var:string label:value="I'm currently in the office"/></label><br/>
<label><input
const:name="inTheOffice" type="radio" const:value="NO"
var:selection="inTheOffice"/>
<var:string label:value="I'm currently out of the office"/></label><br/>
<br/>
<div id="outOfOfficeMessage">
<label><var:string label:value="AutoReply only once to each sender with the following text :"/><br/>
<textarea const:name="autoReplyText" var:value="autoReplyText"/>
</label>
</div>
</div>
<div id="dateTimeView" class="tab">
<div id="generalView" class="tab">
<label><var:string label:value="Current Time Zone :"/>
<var:popup list="timeZonesList" item="item"
string="item" selection="userTimeZone" /></label><br/>
@@ -95,6 +77,20 @@
<label><var:string label:value="Forward messages:"/>
<var:popup list="messageForwardingList" item="item"
string="itemMessageForwardingText" selection="userMessageForwarding"/></label><br/>
<label><input
const:name="inTheOffice" type="radio" const:value="YES"
var:selection="inTheOffice"/>
<var:string label:value="I'm currently in the office"/></label><br/>
<label><input
const:name="inTheOffice" type="radio" const:value="NO"
var:selection="inTheOffice"/>
<var:string label:value="I'm currently out of the office"/></label><br/>
<br/>
<div id="outOfOfficeMessage">
<label><var:string label:value="AutoReply only once to each sender with the following text :"/><br/>
<textarea const:name="autoReplyText" var:value="autoReplyText"/>
</label>
</div>
</div>
<var:if condition="shouldDisplayPasswordChange">
<div id="passwordView" class="tab">
+4 -14
View File
@@ -5,30 +5,20 @@ DIV#preferencesTabs
right: .5em;
bottom: .5em; }
DIV#dateTimeFormat,
DIV#passwordView
{ text-align: right; }
DIV#outOfOfficeView
DIV#general
{ padding-top: 2em;
padding-left: 2em;
padding-right: 5em; }
DIV#outOfOfficeView LABEL
DIV#general LABEL
{ text-align: left;
margin-left: 0px;
white-space: normal; }
DIV#outOfOfficeView TEXTAREA
{ width: 30em;
margin: 0px;
DIV#mailOptionsView TEXTAREA
{ width: 420px;
height: 4em; }
DIV#dateTimeView
{ padding-top: 3em;
padding-left: 1em;
padding-right: 2em; }
DIV#passwordView
{ padding-top: 3em;
padding-right: 10em; }