mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
email integration, cont.
This commit is contained in:
parent
7cc5a9bba9
commit
ab099e9102
17 changed files with 433 additions and 30 deletions
|
@ -164,7 +164,35 @@ $profile_in_net_dir
|
|||
<input type="submit" name="submit" class="settings-submit" value="$submit" />
|
||||
</div>
|
||||
|
||||
<h3 class="settings-imap">$lbl_imap0</h3>
|
||||
<p>
|
||||
$imap_desc
|
||||
</p>
|
||||
<label for="imap-server" id="settings-label-imap1">$lbl_imap1</label>
|
||||
<input type="text" id="imap-server" name="mail_server" value="$imap_server" />
|
||||
<div id="imap-server-end"></div>
|
||||
<label for="imap-port" id="settings-label-imap2">$lbl_imap2</label>
|
||||
<input type="text" id="imap-port" name="mail_port" value="$imap_port" />
|
||||
<div id="imap-port-end"></div>
|
||||
<label for="imap-ssl" id="settings-label-imap3">$lbl_imap3</label>
|
||||
<input type="text" id="imap-ssl" name="mail_ssl" value="$imap_ssl" />
|
||||
<div id="imap-ssl-end"></div>
|
||||
<label for="imap-user" id="settings-label-imap4">$lbl_imap4</label>
|
||||
<input type="text" id="imap-user" name="mail_user" value="$imap_user" />
|
||||
<div id="imap-user-end"></div>
|
||||
<label for="imap-pass" id="settings-label-imap5">$lbl_imap5</label>
|
||||
<input type="password" id="imap-pass" name="mail_pass" value="" />
|
||||
<div id="imap-pass-end"></div>
|
||||
<label for="imap-replyto" id="settings-label-imap6">$lbl_imap6</label>
|
||||
<input type="text" id="imap-replyto" name="mail_replyto" value="$imap_replyto" />
|
||||
<div id="imap-replyto-end"></div>
|
||||
<label for="imap-pubmail" id="settings-label-imap7">$lbl_imap7</label>
|
||||
<input type="checkbox" name="mail_pubmail" id="imap-pubmail" $pubmail_checked value="1" />
|
||||
<div id="imap-pubmail-end"></div>
|
||||
|
||||
<div class="settings-submit-wrapper" >
|
||||
<input type="submit" name="submit" class="settings-submit" value="$submit" />
|
||||
</div>
|
||||
|
||||
|
||||
<h3 class="settings-heading">$lbl_advn</h3>
|
||||
|
|
|
@ -402,7 +402,14 @@ input#dfrn-url {
|
|||
#notify2-end,
|
||||
#notify3-end,
|
||||
#notify4-end,
|
||||
#notify5-end {
|
||||
#notify5-end,
|
||||
#imap-server-end,
|
||||
#imap-port-end,
|
||||
#imap-ssl-end,
|
||||
#imap-user-end,
|
||||
#imap-pass-end,
|
||||
#imap-replyto-end,
|
||||
#imap-pubmail-end {
|
||||
margin-bottom: 5px;
|
||||
clear: both;
|
||||
}
|
||||
|
@ -423,7 +430,14 @@ input#dfrn-url {
|
|||
#settings-label-notify2,
|
||||
#settings-label-notify3,
|
||||
#settings-label-notify4,
|
||||
#settings-label-notify5 {
|
||||
#settings-label-notify5,
|
||||
#settings-label-imap1,
|
||||
#settings-label-imap2,
|
||||
#settings-label-imap3,
|
||||
#settings-label-imap4,
|
||||
#settings-label-imap5,
|
||||
#settings-label-imap6,
|
||||
#settings-label-imap7 {
|
||||
float: left;
|
||||
width: 200px;
|
||||
}
|
||||
|
@ -443,7 +457,14 @@ input#dfrn-url {
|
|||
#notify2,
|
||||
#notify3,
|
||||
#notify4,
|
||||
#notify5 {
|
||||
#notify5,
|
||||
#imap-server,
|
||||
#imap-port,
|
||||
#imap-ssl,
|
||||
#imap-user,
|
||||
#imap-pass,
|
||||
#imap-replyto,
|
||||
#imap-pubmail {
|
||||
float: left;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
|
|
@ -529,7 +529,14 @@ input#dfrn-url {
|
|||
#notify2-end,
|
||||
#notify3-end,
|
||||
#notify4-end,
|
||||
#notify5-end {
|
||||
#notify5-end,
|
||||
#imap-server-end,
|
||||
#imap-port-end,
|
||||
#imap-ssl-end,
|
||||
#imap-user-end,
|
||||
#imap-pass-end,
|
||||
#imap-replyto-end,
|
||||
#imap-pubmail-end {
|
||||
margin-bottom: 5px;
|
||||
clear: both;
|
||||
}
|
||||
|
@ -550,7 +557,14 @@ input#dfrn-url {
|
|||
#settings-label-notify2,
|
||||
#settings-label-notify3,
|
||||
#settings-label-notify4,
|
||||
#settings-label-notify5 {
|
||||
#settings-label-notify5,
|
||||
#settings-label-imap1,
|
||||
#settings-label-imap2,
|
||||
#settings-label-imap3,
|
||||
#settings-label-imap4,
|
||||
#settings-label-imap5,
|
||||
#settings-label-imap6,
|
||||
#settings-label-imap7 {
|
||||
float: left;
|
||||
width: 200px;
|
||||
}
|
||||
|
@ -570,7 +584,14 @@ input#dfrn-url {
|
|||
#notify2,
|
||||
#notify3,
|
||||
#notify4,
|
||||
#notify5 {
|
||||
#notify5,
|
||||
#imap-server,
|
||||
#imap-port,
|
||||
#imap-ssl,
|
||||
#imap-user,
|
||||
#imap-pass,
|
||||
#imap-replyto,
|
||||
#imap-pubmail {
|
||||
float: left;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue