mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Message list template name fix
This commit is contained in:
parent
b1327c933b
commit
5b465f5337
9 changed files with 156 additions and 156 deletions
|
|
@ -158,7 +158,7 @@
|
||||||
<span class="i18n" data-i18n-text="MESSAGE_LIST/EMPTY_SEARCH_LIST"></span>
|
<span class="i18n" data-i18n-text="MESSAGE_LIST/EMPTY_SEARCH_LIST"></span>
|
||||||
</div>
|
</div>
|
||||||
<div data-bind="draggable: dragAndDronHelper, droppableSelector: '.b-folders .content.g-scrollbox'">
|
<div data-bind="draggable: dragAndDronHelper, droppableSelector: '.b-folders .content.g-scrollbox'">
|
||||||
<div class="messageListPlace" data-bind="template: { name: messageListItemTemplate, foreach: messageList }"></div>
|
<div class="messageListPlace" data-bind="template: { name: messageListItemTemplate(), foreach: messageList }"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<div data-bind="foreach: conditions">
|
<div data-bind="foreach: conditions">
|
||||||
<div data-bind="template: {'name': template, 'data': $data}"></div>
|
<div data-bind="template: {'name': template(), 'data': $data}"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<div data-bind="foreach: actions">
|
<div data-bind="foreach: actions">
|
||||||
<div data-bind="template: {'name': template, 'data': $data}"></div>
|
<div data-bind="template: {'name': template(), 'data': $data}"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue