mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Small fixes (fixed #61)
This commit is contained in:
parent
ae2e2ea61e
commit
3a5d5038b9
9 changed files with 147 additions and 173 deletions
|
|
@ -4073,7 +4073,7 @@ class Actions
|
|||
|
||||
if (!$bAddHiddenRcpt)
|
||||
{
|
||||
$aSmtpCredentials[] = array();
|
||||
$aSmtpCredentials['HiddenRcpt'] = array();
|
||||
}
|
||||
|
||||
$bHookConnect = $bHookAuth = $bHookFrom = $bHookFrom = $bHookTo = $bHookData = $bHookLogoutAndDisconnect = false;
|
||||
|
|
|
|||
|
|
@ -43,32 +43,8 @@
|
|||
</div>
|
||||
<div class="modal-body" style="position: relative">
|
||||
<div class="b-list-toopbar">
|
||||
<input class="i18n span3 e-search" type="text" placeholder="Search" data-18n-placeholder="CONTACS/SEARCH_INPUT_PLACEHOLDER" data-bind="value: search" />
|
||||
<input class="i18n span3 e-search" type="text" placeholder="Search" data-i18n-placeholder="CONTACTS/SEARCH_INPUT_PLACEHOLDER" data-bind="value: search" />
|
||||
</div>
|
||||
<!--
|
||||
<div class="btn-toolbar b-list-toopbar g-ui-user-select-none">
|
||||
<div class="btn-group">
|
||||
<input class="i18n span3 e-search" type="text" placeholder="Search" data-18n-placeholder="CONTACS/SEARCH_INPUT_PLACEHOLDER" data-bind="value: search" />
|
||||
</div>
|
||||
<div class="btn-group pull-right">
|
||||
<a class="btn dropdown-toggle button-filter" data-toggle="dropdown">
|
||||
<i class="icon-bolt"></i>
|
||||
</a>
|
||||
<ul class="dropdown-menu g-ui-menu">
|
||||
<li class="e-item">
|
||||
<a class="e-link">
|
||||
Personal address book
|
||||
</a>
|
||||
</li>
|
||||
<li class="e-item">
|
||||
<a class="e-link">
|
||||
Collected
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
<div class="b-list-content g-ui-user-select-none" data-bind="nano: true, css: {'hideContactListCheckbox': !useCheckboxesInList()}">
|
||||
<div class="content g-scrollbox">
|
||||
<div class="content-wrapper">
|
||||
|
|
|
|||
|
|
@ -6907,10 +6907,10 @@ html.rl-no-preview-pane .messageList.message-selected {
|
|||
cursor: pointer;
|
||||
cursor: move;
|
||||
}
|
||||
showImages html.rl-no-preview-pane .messageView {
|
||||
html.rl-no-preview-pane .messageView {
|
||||
display: none;
|
||||
}
|
||||
showImages html.rl-no-preview-pane .messageView.message-selected {
|
||||
html.rl-no-preview-pane .messageView.message-selected {
|
||||
display: block;
|
||||
}
|
||||
.messageView {
|
||||
|
|
|
|||
2
rainloop/v/0.0.0/static/css/app.min.css
vendored
2
rainloop/v/0.0.0/static/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -8626,7 +8626,7 @@ PopupsComposeViewModel.prototype.convertSignature = function (sSignature, sFrom)
|
|||
sSignature = sSignature.replace(/{{IF:FROM}}[\s\S]+{{\/IF:FROM}}/gm, '');
|
||||
}
|
||||
|
||||
sSignature = Utils.trim(sSignature.replace(/{{FROM}}/, '').replace(/{{IF:FROM}}/, '').replace(/{{\/IF:FROM}}/, ''));
|
||||
sSignature = "\r\n" + Utils.trim(sSignature.replace(/{{FROM}}/, '').replace(/{{IF:FROM}}/, '').replace(/{{\/IF:FROM}}/, ''));
|
||||
}
|
||||
|
||||
return sSignature;
|
||||
|
|
|
|||
2
rainloop/v/0.0.0/static/js/app.min.js
vendored
2
rainloop/v/0.0.0/static/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue