Mise en page pour les infos d'aide pour le mail
This commit is contained in:
parent
6bb88a40af
commit
e23ec31abd
|
@ -181,9 +181,20 @@ if (date("Y-m-d")==substr($val["lastlogin"],0,10)) echo substr($val["lastlogin"]
|
||||||
<h3><?php __("Mails configuration informations");?></h3>
|
<h3><?php __("Mails configuration informations");?></h3>
|
||||||
|
|
||||||
<?php __("Here are some configuration informations you'll need to configure your mail application.");?>
|
<?php __("Here are some configuration informations you'll need to configure your mail application.");?>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
|
||||||
<ul>
|
<table width=100% class="tedit">
|
||||||
<li><b><?php __("Outgoing mail (SMTP)"); ?></b> :
|
<tr>
|
||||||
|
<th width=50%>
|
||||||
|
<b><?php __("Outgoing mail (SMTP)"); ?></b>
|
||||||
|
</th>
|
||||||
|
<th width=50%>
|
||||||
|
<b><?php __("Incoming mails"); ?></b>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td valign=top>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b><a href="javascript:;" onClick="$('#cfg-submission').toggle();"><?php __("Submission");?></a></b>
|
<li><b><a href="javascript:;" onClick="$('#cfg-submission').toggle();"><?php __("Submission");?></a></b>
|
||||||
<ul id='cfg-submission'>
|
<ul id='cfg-submission'>
|
||||||
|
@ -216,8 +227,8 @@ if (date("Y-m-d")==substr($val["lastlogin"],0,10)) echo substr($val["lastlogin"]
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</td>
|
||||||
<li><b><?php __("Incoming mails"); ?></b> :
|
<td valign=top>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b><a href="javascript:;" onClick="$('#cfg-imap').toggle();"><?php __("IMAP");?></a></b>
|
<li><b><a href="javascript:;" onClick="$('#cfg-imap').toggle();"><?php __("IMAP");?></a></b>
|
||||||
<ul id='cfg-imap'>
|
<ul id='cfg-imap'>
|
||||||
|
@ -259,8 +270,9 @@ if (date("Y-m-d")==substr($val["lastlogin"],0,10)) echo substr($val["lastlogin"]
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</td>
|
||||||
</ul>
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$('#cfg-submission').toggle();
|
$('#cfg-submission').toggle();
|
||||||
|
|
Loading…
Reference in New Issue