Merge pull request #842 from annando/master

mail settings: inflate/deflate settings
This commit is contained in:
Tobias Diekershoff 2013-12-01 02:26:36 -08:00
commit acd29f22a0
1 changed files with 7 additions and 2 deletions

View File

@ -16,8 +16,13 @@
{{if $mail_disabled}}
{{else}}
<div class="settings-block">
<h3 class="settings-heading">{{$h_imap}}</h3>
<span id="settings_mail_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose('settings_mail_expanded'); openClose('settings_mail_inflated');">
<h3 class="settings-heading">{{$h_imap}}</h3>
</span>
<div id="settings_mail_expanded" class="settings-block" style="display: none;">
<span class="fakelink" onclick="openClose('settings_mail_expanded'); openClose('settings_mail_inflated');">
<h3 class="settings-heading">{{$h_imap}}</h3>
</span>
<p>{{$imap_desc}}</p>
{{include file="field_custom.tpl" field=$imap_lastcheck}}
{{include file="field_input.tpl" field=$mail_server}}