diff --git a/js/build.templates.js b/js/build.templates.js
index b9b6adb8..ea14ec74 100644
--- a/js/build.templates.js
+++ b/js/build.templates.js
@@ -3,51 +3,51 @@ this["Fliplet"]["Widget"] = this["Fliplet"]["Widget"] || {};
this["Fliplet"]["Widget"]["Templates"] = this["Fliplet"]["Widget"]["Templates"] || {};
this["Fliplet"]["Widget"]["Templates"]["templates.build.agenda-base"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "
\n \n {{#if filtersInOverlay}}\n
\n {{/if}}\n \n\n \n
\n {{#if searchEnabled}}\n
\n {{/if}}\n {{#ifCond filtersEnabled '||' bookmarksEnabled}}\n
\n {{#ifCond bookmarksEnabled '&&' hasTopBar}}\n
\n \n \n
\n {{/ifCond}}\n
\n {{#if filtersEnabled}}\n
\n {{/if}}\n
\n {{/ifCond}}\n
\n \n\n {{#if bookmarksEnabled}}\n {{#unless hasTopBar}}\n
\n {{/unless}}\n {{/if}}\n\n \n
\n\n \n
\n
\n \n
\n \n
\n
\n Loading agenda...\n
\n
\n
\n\n \n
\n \n
\n {{#if searchEnabled}}\n
\n
\n
\n
\n
\n Searching for \n
\n
\n
\n
\n
\n {{/if}}\n {{#if filtersEnabled}}\n
\n
\n {{#unless filtersInOverlay}}\n {{#if filtersEnabled}}\n
\n \n
\n {{/if}}\n {{/unless}}\n
\n
\n {{/if}}\n
\n \n
\n
\n
\n\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n{{#if showAddEntry}}\n\n \n
\n{{/if}}";
+ return "\n \n {{#if filtersInOverlay}}\n
\n {{/if}}\n \n\n \n
\n {{#if searchEnabled}}\n
\n {{/if}}\n {{#ifCond filtersEnabled '||' bookmarksEnabled}}\n
\n {{#ifCond bookmarksEnabled '&&' hasTopBar}}\n
\n \n \n
\n {{/ifCond}}\n
\n {{#if filtersEnabled}}\n
\n {{/if}}\n
\n {{/ifCond}}\n
\n \n\n {{#if bookmarksEnabled}}\n {{#unless hasTopBar}}\n
\n {{/unless}}\n {{/if}}\n\n \n
\n\n \n
\n
\n \n
\n \n
\n
\n Loading agenda...\n
\n
\n
\n\n \n
\n \n
\n {{#if searchEnabled}}\n
\n
\n
\n
\n
\n Searching for \n
\n
\n
\n
\n
\n {{/if}}\n {{#if filtersEnabled}}\n
\n
\n {{#unless filtersInOverlay}}\n {{#if filtersEnabled}}\n
\n \n
\n {{/if}}\n {{/unless}}\n
\n
\n {{/if}}\n
\n \n
\n
\n
\n\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n{{#if showAddEntry}}\n\n \n
\n{{/if}}";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.agenda-cards-detail"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "\n
\n {{#if [Title]}}\n
{{[Title]}} \n {{/if}}\n
\n {{#if [Location]}}\n
{{{[Location]}}}
\n {{/if}}\n
{{[Start Time]}}{{#ifCond [Start Time] '&&' [End Time]}} - {{/ifCond}}{{[End Time]}}{{#if [Full Date]}} / {{/if}}{{moment [Full Date] format=\"D MMM YYYY\"}}
\n
\n\n
\n
\n
\n Bookmark\n
\n
\n Bookmarked\n
\n\n
\n
\n {{#if pollButton}}\n
\n Poll\n
\n {{/if}}\n {{#if surveyButton}}\n
\n Survey\n
\n {{/if}}\n {{#if questionsButton}}\n
\n Questions\n
\n {{/if}}\n
\n\n
\n {{#each entryDetails}}\n \n {{#ifCond type '==' 'image'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n
\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'text'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{content}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'html'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{{auth content}}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'url'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'tel'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'mail'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'date'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{formatDate content}}
\n {{/if}}\n {{/ifCond}}\n\n {{/each}}\n
\n\n {{#ifCond editEntry '||' deleteEntry}}\n
\n {{#if editEntry}}\n
Edit
\n {{/if}}\n {{#if deleteEntry}}\n
Delete
\n {{/if}}\n
\n {{/ifCond}}\n
\n
";
+ return "\n
\n {{#if [Title]}}\n
{{[Title]}} \n {{/if}}\n
\n {{#if [Location]}}\n
{{{[Location]}}}
\n {{/if}}\n
{{[Start Time]}}{{#ifCond [Start Time] '&&' [End Time]}} - {{/ifCond}}{{[End Time]}}{{#if [Full Date]}} / {{/if}}{{moment [Full Date] format=\"D MMM YYYY\"}}
\n
\n\n
\n
\n
\n Bookmark\n
\n
\n Bookmarked\n
\n\n
\n
\n {{#if pollButton}}\n
\n Poll\n
\n {{/if}}\n {{#if surveyButton}}\n
\n Survey\n
\n {{/if}}\n {{#if questionsButton}}\n
\n Questions\n
\n {{/if}}\n
\n\n
\n {{#each entryDetails}}\n \n {{#ifCond type '==' 'image'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n {{#if (isSingle content)}}\n {{#each content}}\n
\n
\n
\n {{/each}}\n {{else}}\n
\n {{#each content}}\n
\n
\n
\n {{/each}}\n
\n {{/if}}\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'text'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{content}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'html'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{{auth content}}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'url'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'tel'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'mail'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'date'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{formatDate content}}
\n {{/if}}\n {{/ifCond}}\n {{/each}}\n
\n\n {{#ifCond editEntry '||' deleteEntry}}\n
\n {{#if editEntry}}\n
Edit
\n {{/if}}\n {{#if deleteEntry}}\n
Delete
\n {{/if}}\n
\n {{/ifCond}}\n
\n
";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.agenda-cards-loop"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "{{#each this}}\n \n
\n {{#each this}}\n
\n
\n
\n
\n
\n
{{[Start Time]}}
\n {{#ifCond [Start Time] '&&' [End Time]}}\n
|
\n {{/ifCond}}\n
{{[End Time]}}
\n
\n
\n {{#if [Title]}}\n
{{[Title]}} \n {{/if}}\n
\n {{#if [Location]}}\n
{{{[Location]}}}
\n {{/if}}\n
{{[Start Time]}}{{#ifCond [Start Time] '&&' [End Time]}} - {{/ifCond}}{{[End Time]}}{{#if [Full Date]}} / {{/if}}{{[Full Date]}}
\n
\n\n
\n
\n
\n
\n
\n
\n {{/each}}\n
\n
Nothing bookmarked for this date
\n
\n {{/each}}";
+ return "{{#each this}}\n \n
\n {{#each this}}\n
\n
\n
\n
\n
\n
{{[Start Time]}}
\n {{#ifCond [Start Time] '&&' [End Time]}}\n
|
\n {{/ifCond}}\n
{{[End Time]}}
\n
\n
\n {{#if [Title]}}\n
{{[Title]}} \n {{/if}}\n
\n {{#if [Location]}}\n
{{{[Location]}}}
\n {{/if}}\n
{{[Start Time]}}{{#ifCond [Start Time] '&&' [End Time]}} - {{/ifCond}}{{[End Time]}}{{#if [Full Date]}} / {{/if}}{{[Full Date]}}
\n
\n\n
\n
\n
\n
\n
\n
\n {{/each}}\n
\n
Nothing bookmarked for this date
\n
\n {{/each}}";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.agenda-cards-search-results"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "\n{{#unless this}}\n
No results found
\n
No results found in bookmarks Disable bookmarks to search all items
\n{{/unless}}\n{{#each this}}\n
{{moment this.0.[Full Date] format=\"ddd D MMM\"}} \n
\n {{#each this}}\n
\n
\n
\n
\n
\n
{{[Start Time]}}
\n {{#ifCond [Start Time] '&&' [End Time]}}\n
|
\n {{/ifCond}}\n
{{[End Time]}}
\n
\n
\n {{#if [Title]}}\n
{{[Title]}} \n {{/if}}\n
\n {{#if [Location]}}\n
{{{[Location]}}}
\n {{/if}}\n
{{[Start Time]}}{{#ifCond [Start Time] '&&' [End Time]}} - {{/ifCond}}{{[End Time]}}{{#if [Full Date]}} / {{/if}}{{[Full Date]}}
\n
\n\n
\n
\n
\n
\n
\n
\n {{/each}}\n
\n{{/each}}\n
\n";
+ return "\n{{#unless this}}\n
No results found
\n
No results found in bookmarks Disable bookmarks to search all items
\n{{/unless}}\n{{#each this}}\n
{{moment this.0.[Full Date] format=\"ddd D MMM\"}} \n
\n {{#each this}}\n
\n
\n
\n
\n
\n
{{[Start Time]}}
\n {{#ifCond [Start Time] '&&' [End Time]}}\n
|
\n {{/ifCond}}\n
{{[End Time]}}
\n
\n
\n {{#if [Title]}}\n
{{[Title]}} \n {{/if}}\n
\n {{#if [Location]}}\n
{{{[Location]}}}
\n {{/if}}\n
{{[Start Time]}}{{#ifCond [Start Time] '&&' [End Time]}} - {{/ifCond}}{{[End Time]}}{{#if [Full Date]}} / {{/if}}{{[Full Date]}}
\n
\n\n
\n
\n
\n
\n
\n
\n {{/each}}\n
\n{{/each}}\n
\n";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.agenda-dates-loop"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "{{#each this}}\n\n {{week}}
\n {{day}}
\n {{month}}
\n \n{{/each}}";
+ return "{{#each this}}\n\n {{week}}
\n {{day}}
\n {{month}}
\n \n{{/each}}";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.agenda-filters"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "{{#if filtersInOverlay}}\n \n {{#each filters}}\n
\n
\n
\n \n {{[name]}}\n \n \n \n \n
\n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n
\n {{/each}}\n
\n{{else}}\n {{#each filters}}\n Filter by {{[name]}}
\n \n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n {{/each}}\n{{/if}}";
+ return "{{#if filtersInOverlay}}\n \n {{#each filters}}\n
\n
\n
\n \n {{[name]}}\n \n \n \n \n
\n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n
\n {{/each}}\n
\n{{else}}\n {{#each filters}}\n Filter by {{[name]}}
\n \n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n {{/each}}\n{{/if}}";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.news-feed-base"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "\n \n {{#if filtersInOverlay}}\n
\n {{/if}}\n \n\n \n
\n\n \n
\n {{#if searchEnabled}}\n
\n {{/if}}\n {{#ifCond filtersEnabled '||' bookmarksEnabled}}\n
\n {{#if bookmarksEnabled}}\n
\n \n \n
\n {{/if}}\n
\n {{#if filtersEnabled}}\n
\n {{/if}}\n
\n {{/ifCond}}\n
\n \n\n \n {{#if searchEnabled}}\n
\n
\n
\n
\n
\n Searching for \n
\n
\n
\n
\n
\n {{/if}}\n {{#if filtersEnabled}}\n
\n
\n {{#unless filtersInOverlay}}\n {{#if filtersEnabled}}\n
\n \n
\n {{/if}}\n {{/unless}}\n
\n
\n {{/if}}\n \n\n
\n \n
\n\n {{#if enabledLimitEntries}}\n
\n {{#ifCond limitEntries '==' 0}}\n {{#ifCond searchEnabled '||' filtersEnabled}}\n
{{#if searchEnabled}}Search{{/if}}{{#ifCond searchEnabled '&&' filtersEnabled}} and/or {{/ifCond}}{{#if filtersEnabled}}Filter{{/if}} to see the list items
\n {{/ifCond}}\n {{/ifCond}}\n {{#ifCond limitEntries '>' 0}}\n
Showing the first {{limitEntries}} list items.{{#ifCond searchEnabled '||' filtersEnabled}} {{#if searchEnabled}}Search{{/if}}{{#ifCond searchEnabled '&&' filtersEnabled}} and/or {{/ifCond}}{{#if filtersEnabled}}Filter{{/if}} to see more.{{/ifCond}}
\n {{/ifCond}}\n
\n {{/if}}\n\n
\n Loading...\n
\n
\n No matches found\n
\n
\n Nothing bookmarked\n
\n
\n\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n{{#if showAddEntry}}\n\n \n
\n{{/if}}\n\n\n";
+ return "\n \n {{#if filtersInOverlay}}\n
\n {{/if}}\n \n\n \n
\n\n \n
\n {{#if searchEnabled}}\n
\n {{/if}}\n {{#ifCond filtersEnabled '||' bookmarksEnabled}}\n
\n {{#if bookmarksEnabled}}\n
\n \n \n
\n {{/if}}\n
\n {{#if filtersEnabled}}\n
\n {{/if}}\n
\n {{/ifCond}}\n
\n \n\n \n {{#if searchEnabled}}\n
\n
\n
\n
\n
\n Searching for \n
\n
\n
\n
\n
\n {{/if}}\n {{#if filtersEnabled}}\n
\n
\n {{#unless filtersInOverlay}}\n {{#if filtersEnabled}}\n
\n \n
\n {{/if}}\n {{/unless}}\n
\n
\n {{/if}}\n \n\n
\n \n
\n\n {{#if enabledLimitEntries}}\n
\n {{#ifCond limitEntries '==' 0}}\n {{#ifCond searchEnabled '||' filtersEnabled}}\n
{{#if searchEnabled}}Search{{/if}}{{#ifCond searchEnabled '&&' filtersEnabled}} and/or {{/ifCond}}{{#if filtersEnabled}}Filter{{/if}} to see the list items
\n {{/ifCond}}\n {{/ifCond}}\n {{#ifCond limitEntries '>' 0}}\n
Showing the first {{limitEntries}} list items.{{#ifCond searchEnabled '||' filtersEnabled}} {{#if searchEnabled}}Search{{/if}}{{#ifCond searchEnabled '&&' filtersEnabled}} and/or {{/ifCond}}{{#if filtersEnabled}}Filter{{/if}} to see more.{{/ifCond}}
\n {{/ifCond}}\n
\n {{/if}}\n\n
\n Loading...\n
\n
\n No matches found\n
\n
\n Nothing bookmarked\n
\n
\n\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n{{#if showAddEntry}}\n\n \n
\n{{/if}}\n\n\n";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.news-feed-comment"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "{{#each this}}\n \n {{/each}}";
+ return "{{#each this}}\n \n {{/each}}";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.news-feed-detail"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "\n {{#if [Image]}}\n
\n
\n
\n {{/if}}\n
\n
\n
\n {{#ifCond [Date] '||' [Categories]}}\n
{{formatDate [Date]}} {{#ifCond [Date] '&&' [Categories]}}/{{/ifCond}} {{[Categories]}}
\n {{/ifCond}}\n {{#if likesEnabled}}\n
\n {{/if}}\n\n {{#if bookmarksEnabled}}\n
\n {{/if}}\n\n {{#if commentsEnabled}}\n \n {{/if}}\n
\n {{#if [Title]}}\n
{{[Title]}} \n {{/if}}\n {{#if [Content]}}\n
\n {{{auth [Content]}}}\n
\n {{/if}}\n
\n {{#each entryDetails}}\n \n {{#ifCond type '==' 'image'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n
\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'text'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{content}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'html'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{{auth content}}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'url'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'tel'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'mail'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'date'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{formatDate content}}
\n {{/if}}\n {{/ifCond}}\n\n {{/each}}\n
\n
\n {{#ifCond editEntry '||' deleteEntry}}\n
\n {{#if editEntry}}\n
Edit
\n {{/if}}\n {{#if deleteEntry}}\n
Delete
\n {{/if}}\n
\n {{/ifCond}}\n {{#if commentsEnabled}}\n \n {{/if}}\n
\n
\n
\n
";
+ return "\n {{#if [Image]}}\n
\n
\n
\n {{/if}}\n
\n
\n
\n {{#ifCond [Date] '||' [Categories]}}\n
{{formatDate [Date]}} {{#ifCond [Date] '&&' [Categories]}}/{{/ifCond}} {{[Categories]}}
\n {{/ifCond}}\n {{#if likesEnabled}}\n
\n {{/if}}\n\n {{#if bookmarksEnabled}}\n
\n {{/if}}\n\n {{#if commentsEnabled}}\n \n {{/if}}\n
\n {{#if [Title]}}\n
{{[Title]}} \n {{/if}}\n {{#if [Content]}}\n
\n {{{auth [Content]}}}\n
\n {{/if}}\n
\n {{#each entryDetails}}\n \n {{#ifCond type '==' 'image'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n {{#if (isSingle content)}}\n {{#each content}}\n
\n
\n
\n {{/each}}\n {{else}}\n
\n {{#each content}}\n
\n
\n
\n {{/each}}\n
\n {{/if}}\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'text'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{content}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'html'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{{auth content}}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'url'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'tel'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'mail'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'date'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{formatDate content}}
\n {{/if}}\n {{/ifCond}}\n {{/each}}\n
\n
\n {{#ifCond editEntry '||' deleteEntry}}\n
\n {{#if editEntry}}\n
Edit
\n {{/if}}\n {{#if deleteEntry}}\n
Delete
\n {{/if}}\n
\n {{/ifCond}}\n {{#if commentsEnabled}}\n \n {{/if}}\n
\n
\n
\n
";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.news-feed-filters"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "{{#if filtersInOverlay}}\n \n {{#each filters}}\n
\n
\n
\n \n {{[name]}}\n \n \n \n \n
\n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n
\n {{/each}}\n
\n{{else}}\n {{#each filters}}\n Filter by {{[name]}}
\n \n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n {{/each}}\n{{/if}}";
+ return "{{#if filtersInOverlay}}\n \n {{#each filters}}\n
\n
\n
\n \n {{[name]}}\n \n \n \n \n
\n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n
\n {{/each}}\n
\n{{else}}\n {{#each filters}}\n Filter by {{[name]}}
\n \n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n {{/each}}\n{{/if}}";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.news-feed-loop"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "{{#each this}}\n\n
\n {{#if [Image]}}\n
\n \n
\n
\n \n {{/if}}\n
\n
\n
\n {{#ifCond [Date] '||' [Categories]}}\n
{{formatDate [Date]}} {{#ifCond [Date] '&&' [Categories]}}/{{/ifCond}} {{[Categories]}}
\n {{/ifCond}}\n {{#if likesEnabled}}\n
\n \n \n \n
\n {{/if}}\n\n {{#if bookmarksEnabled}}\n
\n \n \n \n
\n {{/if}}\n\n {{#if commentsEnabled}}\n \n {{/if}}\n
\n {{#if [Title]}}\n
{{[Title]}} \n {{/if}}\n {{#if [Content]}}\n
\n {{{auth [Content]}}}\n
\n {{/if}}\n
\n
\n
\n
\n{{/each}}";
+ return "{{#each this}}\n\n
\n {{#if [Image]}}\n
\n \n
\n
\n \n {{/if}}\n
\n
\n
\n {{#ifCond [Date] '||' [Categories]}}\n
{{formatDate [Date]}} {{#ifCond [Date] '&&' [Categories]}}/{{/ifCond}} {{[Categories]}}
\n {{/ifCond}}\n {{#if likesEnabled}}\n
\n \n \n \n
\n {{/if}}\n\n {{#if bookmarksEnabled}}\n
\n \n \n \n
\n {{/if}}\n\n {{#if commentsEnabled}}\n \n {{/if}}\n
\n {{#if [Title]}}\n
{{[Title]}} \n {{/if}}\n {{#if [Content]}}\n
\n {{{auth [Content]}}}\n
\n {{/if}}\n
\n
\n
\n
\n{{/each}}";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.news-feed-single-comment"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "";
+ return "";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.news-feed-temp-comment"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
@@ -55,27 +55,27 @@ this["Fliplet"]["Widget"]["Templates"]["templates.build.news-feed-temp-comment"]
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.simple-list-base"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "\n \n {{#if filtersInOverlay}}\n
\n {{/if}}\n \n\n \n
\n\n \n
\n {{#if searchEnabled}}\n
\n {{/if}}\n {{#ifCond filtersEnabled '||' bookmarksEnabled}}\n
\n {{#if bookmarksEnabled}}\n
\n \n \n
\n {{/if}}\n
\n {{#if filtersEnabled}}\n
\n {{/if}}\n
\n {{/ifCond}}\n
\n \n\n \n {{#if searchEnabled}}\n
\n
\n
\n
\n
\n Searching for \n
\n
\n
\n
\n
\n {{/if}}\n {{#if filtersEnabled}}\n
\n
\n {{#unless filtersInOverlay}}\n {{#if filtersEnabled}}\n
\n \n
\n {{/if}}\n {{/unless}}\n
\n
\n {{/if}}\n \n\n
\n \n
\n\n {{#if enabledLimitEntries}}\n
\n {{#ifCond limitEntries '==' 0}}\n {{#ifCond searchEnabled '||' filtersEnabled}}\n
{{#if searchEnabled}}Search{{/if}}{{#ifCond searchEnabled '&&' filtersEnabled}} and/or {{/ifCond}}{{#if filtersEnabled}}Filter{{/if}} to see the list items
\n {{/ifCond}}\n {{/ifCond}}\n {{#ifCond limitEntries '>' 0}}\n
Showing the first {{limitEntries}} list items.{{#ifCond searchEnabled '||' filtersEnabled}} {{#if searchEnabled}}Search{{/if}}{{#ifCond searchEnabled '&&' filtersEnabled}} and/or {{/ifCond}}{{#if filtersEnabled}}Filter{{/if}} to see more.{{/ifCond}}
\n {{/ifCond}}\n
\n {{/if}}\n\n
\n Loading...\n
\n
\n No matches found\n
\n
\n Nothing bookmarked\n
\n
\n\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n{{#if showAddEntry}}\n\n \n
\n{{/if}}\n\n\n";
+ return "\n \n {{#if filtersInOverlay}}\n
\n {{/if}}\n \n\n \n
\n\n \n
\n {{#if searchEnabled}}\n
\n {{/if}}\n {{#ifCond filtersEnabled '||' bookmarksEnabled}}\n
\n {{#if bookmarksEnabled}}\n
\n \n \n
\n {{/if}}\n
\n {{#if filtersEnabled}}\n
\n {{/if}}\n
\n {{/ifCond}}\n
\n \n\n \n {{#if searchEnabled}}\n
\n
\n
\n
\n
\n Searching for \n
\n
\n
\n
\n
\n {{/if}}\n {{#if filtersEnabled}}\n
\n
\n {{#unless filtersInOverlay}}\n {{#if filtersEnabled}}\n
\n \n
\n {{/if}}\n {{/unless}}\n
\n
\n {{/if}}\n \n\n
\n \n
\n\n {{#if enabledLimitEntries}}\n
\n {{#ifCond limitEntries '==' 0}}\n {{#ifCond searchEnabled '||' filtersEnabled}}\n
{{#if searchEnabled}}Search{{/if}}{{#ifCond searchEnabled '&&' filtersEnabled}} and/or {{/ifCond}}{{#if filtersEnabled}}Filter{{/if}} to see the list items
\n {{/ifCond}}\n {{/ifCond}}\n {{#ifCond limitEntries '>' 0}}\n
Showing the first {{limitEntries}} list items.{{#ifCond searchEnabled '||' filtersEnabled}} {{#if searchEnabled}}Search{{/if}}{{#ifCond searchEnabled '&&' filtersEnabled}} and/or {{/ifCond}}{{#if filtersEnabled}}Filter{{/if}} to see more.{{/ifCond}}
\n {{/ifCond}}\n
\n {{/if}}\n\n
\n Loading...\n
\n
\n No matches found\n
\n
\n Nothing bookmarked\n
\n
\n\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n{{#if showAddEntry}}\n\n \n
\n{{/if}}\n\n\n";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.simple-list-comment"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "{{#each this}}\n \n {{/each}}";
+ return "{{#each this}}\n \n {{/each}}";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.simple-list-detail"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "\n {{#each data}}\n \n {{#ifCond type '==' 'image'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n
\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'text'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{content}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'html'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{{auth content}}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'url'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'tel'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'mail'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'date'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{formatDate content}}
\n {{/if}}\n {{/ifCond}}\n\n {{/each}}\n\n \n
\n {{#ifCond editEntry '||' deleteEntry}}\n
\n {{#if editEntry}}\n
Edit
\n {{/if}}\n {{#if deleteEntry}}\n
Delete
\n {{/if}}\n
\n {{/ifCond}}\n
\n {{#if likesEnabled}}\n
\n {{/if}}\n\n {{#if bookmarksEnabled}}\n
\n {{/if}}\n\n {{#if commentsEnabled}}\n \n {{/if}}\n
\n
\n
";
+ return "\n {{#each data}}\n \n {{#ifCond type '==' 'image'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n {{#if (isSingle content)}}\n {{#each content}} \n
\n
\n
\n {{/each}}\n {{else}}\n
\n {{#each content}}\n
\n
\n
\n {{/each}}\n
\n {{/if}}\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'text'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{content}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'html'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{{auth content}}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'url'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'tel'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'mail'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'date'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{formatDate content}}
\n {{/if}}\n {{/ifCond}}\n {{/each}}\n\n \n
\n {{#ifCond editEntry '||' deleteEntry}}\n
\n {{#if editEntry}}\n
Edit
\n {{/if}}\n {{#if deleteEntry}}\n
Delete
\n {{/if}}\n
\n {{/ifCond}}\n
\n {{#if likesEnabled}}\n
\n {{/if}}\n\n {{#if bookmarksEnabled}}\n
\n {{/if}}\n\n {{#if commentsEnabled}}\n \n {{/if}}\n
\n
\n
";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.simple-list-filters"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "{{#if filtersInOverlay}}\n \n {{#each filters}}\n
\n
\n
\n \n {{[name]}}\n \n \n \n \n
\n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n
\n {{/each}}\n
\n{{else}}\n {{#each filters}}\n {{#if data.length}}\n Filter by {{[name]}}
\n \n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n {{/if}}\n {{/each}}\n{{/if}}";
+ return "{{#if filtersInOverlay}}\n \n {{#each filters}}\n
\n
\n
\n \n {{[name]}}\n \n \n \n \n
\n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n
\n {{/each}}\n
\n{{else}}\n {{#each filters}}\n {{#if data.length}}\n Filter by {{[name]}}
\n \n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n {{/if}}\n {{/each}}\n{{/if}}";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.simple-list-loop"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "{{#each this}}\n\n {{#if [Image]}}\n
\n {{/if}}\n
\n {{#if [Title]}}\n
{{[Title]}}
\n {{/if}}\n {{#if [Description]}}\n
{{plaintext [Description]}}
\n {{/if}}\n {{#if [Category]}}\n
{{[Category]}}
\n {{/if}}\n
\n {{#if likesEnabled}}\n
\n \n \n \n
\n {{/if}}\n {{#if bookmarksEnabled}}\n
\n \n \n \n
\n {{/if}}\n {{#if commentsEnabled}}\n \n {{/if}}\n
\n
\n
\n
\n{{/each}}";
+ return "{{#each this}}\n\n {{#if [Image]}}\n
\n {{/if}}\n
\n {{#if [Title]}}\n
{{[Title]}}
\n {{/if}}\n {{#if [Description]}}\n
{{plaintext [Description]}}
\n {{/if}}\n {{#if [Category]}}\n
{{[Category]}}
\n {{/if}}\n
\n {{#if likesEnabled}}\n
\n \n \n \n
\n {{/if}}\n {{#if bookmarksEnabled}}\n
\n \n \n \n
\n {{/if}}\n {{#if commentsEnabled}}\n \n {{/if}}\n
\n
\n
\n
\n{{/each}}";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.simple-list-single-comment"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "";
+ return "";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.simple-list-temp-comment"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
@@ -83,19 +83,19 @@ this["Fliplet"]["Widget"]["Templates"]["templates.build.simple-list-temp-comment
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.small-card-base"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "\n \n {{#if filtersInOverlay}}\n
\n {{/if}}\n \n\n \n
\n\n \n
\n
\n\n {{#if searchEnabled}}\n
\n {{/if}}\n
\n {{#if bookmarksEnabled}}\n
\n \n \n
\n {{/if}}\n
\n {{#if filtersEnabled}}\n
\n {{/if}}\n
\n
\n \n\n \n {{#if searchEnabled}}\n
\n
\n
\n
\n
\n Searching for \n
\n
\n
\n
\n
\n {{/if}}\n {{#if filtersEnabled}}\n
\n
\n {{#unless filtersInOverlay}}\n {{#if filtersEnabled}}\n
\n \n
\n {{/if}}\n {{/unless}}\n
\n
\n {{/if}}\n \n\n
\n \n
\n\n {{#if enabledLimitEntries}}\n
\n {{#ifCond limitEntries '==' 0}}\n {{#ifCond searchEnabled '||' filtersEnabled}}\n
{{#if searchEnabled}}Search{{/if}}{{#ifCond searchEnabled '&&' filtersEnabled}} and/or {{/ifCond}}{{#if filtersEnabled}}Filter{{/if}} to see the list items
\n {{/ifCond}}\n {{/ifCond}}\n {{#ifCond limitEntries '>' 0}}\n
Showing the first {{limitEntries}} list items.{{#ifCond searchEnabled '||' filtersEnabled}} {{#if searchEnabled}}Search{{/if}}{{#ifCond searchEnabled '&&' filtersEnabled}} and/or {{/ifCond}}{{#if filtersEnabled}}Filter{{/if}} to see more.{{/ifCond}}
\n {{/ifCond}}\n
\n {{/if}}\n\n
\n Loading...\n
\n
\n No matches found\n
\n
\n Nothing bookmarked\n
\n
\n\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n{{#if showAddEntry}}\n\n \n
\n{{/if}}\n";
+ return "\n \n {{#if filtersInOverlay}}\n
\n {{/if}}\n \n\n \n
\n\n \n
\n
\n\n {{#if searchEnabled}}\n
\n {{/if}}\n
\n {{#if bookmarksEnabled}}\n
\n \n \n
\n {{/if}}\n
\n {{#if filtersEnabled}}\n
\n {{/if}}\n
\n
\n \n\n \n {{#if searchEnabled}}\n
\n
\n
\n
\n
\n Searching for \n
\n
\n
\n
\n
\n {{/if}}\n {{#if filtersEnabled}}\n
\n
\n {{#unless filtersInOverlay}}\n {{#if filtersEnabled}}\n
\n \n
\n {{/if}}\n {{/unless}}\n
\n
\n {{/if}}\n \n\n
\n \n
\n\n {{#if enabledLimitEntries}}\n
\n {{#ifCond limitEntries '==' 0}}\n {{#ifCond searchEnabled '||' filtersEnabled}}\n
{{#if searchEnabled}}Search{{/if}}{{#ifCond searchEnabled '&&' filtersEnabled}} and/or {{/ifCond}}{{#if filtersEnabled}}Filter{{/if}} to see the list items
\n {{/ifCond}}\n {{/ifCond}}\n {{#ifCond limitEntries '>' 0}}\n
Showing the first {{limitEntries}} list items.{{#ifCond searchEnabled '||' filtersEnabled}} {{#if searchEnabled}}Search{{/if}}{{#ifCond searchEnabled '&&' filtersEnabled}} and/or {{/ifCond}}{{#if filtersEnabled}}Filter{{/if}} to see more.{{/ifCond}}
\n {{/ifCond}}\n
\n {{/if}}\n\n
\n Loading...\n
\n
\n No matches found\n
\n
\n Nothing bookmarked\n
\n
\n\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n{{#if showAddEntry}}\n\n \n
\n{{/if}}\n";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.small-card-detail"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "{{#if [Image]}}\n\n
\n {{#unless [Image]}}
{{/unless}}\n
\n{{/if}}\n\n
\n {{#if bookmarksEnabled}}\n
\n {{/if}}\n {{#ifCond [First Name] '||' [Last Name] }}\n
{{[First Name]}} {{[Last Name]}}
\n {{/ifCond}}\n
{{[Title]}}
\n
{{[Location]}}
\n
\n\n
\n {{#each entryDetails}}\n \n {{#ifCond type '==' 'image'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n
\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'text'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{content}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'html'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{{auth content}}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'url'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'tel'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'mail'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'date'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{formatDate content}}
\n {{/if}}\n {{/ifCond}}\n\n {{/each}}\n
\n\n \n {{#ifCond editEntry '||' deleteEntry}}\n
\n {{#if editEntry}}\n
Edit
\n {{/if}}\n {{#if deleteEntry}}\n
Delete
\n {{/if}}\n
\n {{/ifCond}}\n
\n
\n";
+ return "{{#if [Image]}}\n\n
\n {{#unless [Image]}}
{{/unless}}\n
\n{{/if}}\n\n
\n {{#if bookmarksEnabled}}\n
\n {{/if}}\n {{#ifCond [First Name] '||' [Last Name] }}\n
{{[First Name]}} {{[Last Name]}}
\n {{/ifCond}}\n
{{[Title]}}
\n
{{[Location]}}
\n
\n\n
\n {{#each entryDetails}}\n \n {{#ifCond type '==' 'image'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n {{#if (isSingle content)}}\n {{#each content}}\n
\n
\n
\n {{/each}}\n {{else}}\n
\n {{#each content}}\n
\n
\n
\n {{/each}}\n
\n {{/if}}\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'text'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{content}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'html'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{{auth content}}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'url'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'tel'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'mail'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'date'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{formatDate content}}
\n {{/if}}\n {{/ifCond}}\n {{/each}}\n
\n\n \n {{#ifCond editEntry '||' deleteEntry}}\n
\n {{#if editEntry}}\n
Edit
\n {{/if}}\n {{#if deleteEntry}}\n
Delete
\n {{/if}}\n
\n {{/ifCond}}\n
\n
\n";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.small-card-filters"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "{{#if filtersInOverlay}}\n \n {{#each filters}}\n
\n
\n
\n \n {{[name]}}\n \n \n \n \n
\n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n
\n {{/each}}\n
\n{{else}}\n {{#each filters}}\n Filter by {{[name]}}
\n \n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n {{/each}}\n{{/if}}\n";
+ return "{{#if filtersInOverlay}}\n \n {{#each filters}}\n
\n
\n
\n \n {{[name]}}\n \n \n \n \n
\n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n
\n {{/each}}\n
\n{{else}}\n {{#each filters}}\n Filter by {{[name]}}
\n \n
\n
\n {{#each [data]}}\n {{[name]}}
\n {{/each}}\n \n
\n
\n {{/each}}\n{{/if}}\n";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.small-card-loop"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "{{#each this}}\n \n
\n
\n {{#if [Image]}}\n
\n
\n {{#unless [Image]}}
{{/unless}}\n
\n {{/if}}\n
\n
\n
\n
{{[First Name]}} {{[Last Name]}}
\n
{{[Title]}}
\n
{{[Location]}}
\n {{#if bookmarksEnabled}}\n
\n \n \n \n
\n {{/if}}\n
\n
\n {{/each}}\n";
+ return "{{#each this}}\n \n
\n
\n {{#if [Image]}}\n
\n
\n {{#unless [Image]}}
{{/unless}}\n
\n {{/if}}\n
\n
\n
\n
{{[First Name]}} {{[Last Name]}}
\n
{{[Title]}}
\n
{{[Location]}}
\n {{#if bookmarksEnabled}}\n
\n \n \n \n
\n {{/if}}\n
\n
\n {{/each}}\n";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.small-card-profile-icon"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
@@ -107,13 +107,13 @@ this["Fliplet"]["Widget"]["Templates"]["templates.build.small-card-user-profile"
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.small-h-card-base"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "\n
\n \n
\n
\n Loading...\n
\n
\n\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n{{#if showAddEntry}}\n\n \n
\n{{/if}}";
+ return "\n
\n \n
\n
\n Loading...\n
\n
\n\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n{{#if showAddEntry}}\n\n \n
\n{{/if}}";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.small-h-card-detail"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "{{#if [Image]}}\n\n
\n {{#unless [Image]}}
{{/unless}}\n
\n{{/if}}\n\n
\n
{{[First Name]}} {{[Last Name]}}
\n
{{[Title]}}
\n
{{[Location]}}
\n
\n\n
\n {{#each entryDetails}}\n \n {{#ifCond type '==' 'image'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n
\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'text'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{content}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'html'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{{auth content}}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'url'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'tel'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'mail'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'date'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{formatDate content}}
\n {{/if}}\n {{/ifCond}}\n\n {{/each}}\n
\n\n \n {{#ifCond editEntry '||' deleteEntry}}\n
\n {{#if editEntry}}\n
Edit
\n {{/if}}\n {{#if deleteEntry}}\n
Delete
\n {{/if}}\n
\n {{/ifCond}}\n
\n
";
+ return "{{#if [Image]}}\n\n
\n {{#unless [Image]}}
{{/unless}}\n
\n{{/if}}\n\n
\n
{{[First Name]}} {{[Last Name]}}
\n
{{[Title]}}
\n
{{[Location]}}
\n
\n\n
\n {{#each entryDetails}}\n \n {{#ifCond type '==' 'image'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n {{#if (isSingle content)}}\n {{#each content}}\n
\n
\n
\n {{/each}}\n {{else}}\n
\n {{#each content}}\n
\n
\n
\n {{/each}}\n
\n {{/if}}\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'text'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{content}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'html'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{{auth content}}}
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'url'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'tel'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'mail'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
\n {{/if}}\n {{/ifCond}}\n\n \n {{#ifCond type '==' 'date'}}\n {{#if content}}\n {{#if labelEnabled}}\n
{{label}}
\n {{/if}}\n\n
{{formatDate content}}
\n {{/if}}\n {{/ifCond}}\n {{/each}}\n
\n\n \n {{#ifCond editEntry '||' deleteEntry}}\n
\n {{#if editEntry}}\n
Edit
\n {{/if}}\n {{#if deleteEntry}}\n
Delete
\n {{/if}}\n
\n {{/ifCond}}\n
\n
";
},"useData":true});
this["Fliplet"]["Widget"]["Templates"]["templates.build.small-h-card-loop"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
- return "{{#each this}}\n \n
\n
\n
\n
\n {{#unless [Image]}}
{{/unless}}\n
\n
\n
\n
{{[First Name]}} {{[Last Name]}}
\n
\n{{/each}}";
+ return "{{#each this}}\n \n
\n
\n
\n
\n {{#unless [Image]}}
{{/unless}}\n
\n
\n
\n
{{[First Name]}} {{[Last Name]}}
\n
\n{{/each}}";
},"useData":true});
\ No newline at end of file
diff --git a/js/layout-javascript/agenda-code.js b/js/layout-javascript/agenda-code.js
index 9dbfc4e6..fded97da 100644
--- a/js/layout-javascript/agenda-code.js
+++ b/js/layout-javascript/agenda-code.js
@@ -236,6 +236,7 @@ DynamicList.prototype.attachObservers = function() {
_this.$container.find('.hidden-filter-controls').addClass('active');
_this.$container.find('.list-search-cancel').addClass('active');
+ _this.$container.find('[data-filter-group]').show();
$el.addClass('active');
_this.toggleListView();
@@ -449,14 +450,14 @@ DynamicList.prototype.attachObservers = function() {
: 'bookmarks_hide'
});
})
- .on('click', '.toggle-agenda, .toggle-bookmarks', function(event) {
- e.stopPropagation();
-
+ .on('click keydown', '.toggle-agenda, .toggle-bookmarks', function(event) {
if (!_this.Utils.Event.isExecute(event)) {
return;
}
- var $toggle = _this.$container.find(e.handleObj.selector);
+ event.stopPropagation();
+
+ var $toggle = _this.$container.find(event.handleObj.selector);
$toggle.toggleClass('mixitup-control-active');
_this.$container.find('.new-agenda-list-container').toggleClass('show-bookmarks');
@@ -1827,8 +1828,8 @@ DynamicList.prototype.setupBookmarkButton = function(options) {
name: Fliplet.Env.get('pageTitle') + '/' + title,
likeLabel: ' ',
likedLabel: ' ',
- likeWrapper: '
',
- likedWrapper: '
',
+ likeWrapper: '
',
+ likedWrapper: '
',
addType: 'prepend',
getAllCounts: false,
liked: record.bookmarked,
diff --git a/js/layout-javascript/news-feed-code.js b/js/layout-javascript/news-feed-code.js
index 3eba9161..002da3e7 100644
--- a/js/layout-javascript/news-feed-code.js
+++ b/js/layout-javascript/news-feed-code.js
@@ -221,6 +221,8 @@ DynamicList.prototype.attachObservers = function() {
return;
}
+ _this.$container.find('.news-feed-list-wrapper').hide();
+
var entryId = $(this).data('entry-id');
var entryTitle = $(this).find('.news-feed-item-title').text().trim();
var beforeOpen = Promise.resolve();
@@ -269,6 +271,8 @@ DynamicList.prototype.attachObservers = function() {
return;
}
+ _this.$container.find('.news-feed-list-wrapper').show();
+
var result;
if ($(this).hasClass('go-previous-screen')) {
@@ -326,7 +330,7 @@ DynamicList.prototype.attachObservers = function() {
$parentElement.find('.hidden-filter-controls').addClass('active');
$parentElement.find('.list-search-cancel').addClass('active');
- $parentElement.find('[data-filter-group]').prop('hidden', null);
+ $parentElement.find('[data-filter-group]').show();
$elementClicked.addClass('active');
_this.calculateFiltersHeight($parentElement);
@@ -1849,8 +1853,8 @@ DynamicList.prototype.setupLikeButton = function(options) {
name: Fliplet.Env.get('pageTitle') + '/' + title,
likeLabel: '{{#if count}}{{count}}{{/if}} ',
likedLabel: '{{#if count}}{{count}}{{/if}} ',
- likeWrapper: '
',
- likedWrapper: '
',
+ likeWrapper: '
',
+ likedWrapper: '
',
addType: 'html',
liked: record.liked,
count: record.likeCount
@@ -2032,8 +2036,8 @@ DynamicList.prototype.setupBookmarkButton = function(options) {
name: Fliplet.Env.get('pageTitle') + '/' + title,
likeLabel: ' ',
likedLabel: ' ',
- likeWrapper: '
',
- likedWrapper: '
',
+ likeWrapper: '
',
+ likedWrapper: '
',
addType: 'html',
getAllCounts: false,
liked: record.bookmarked
diff --git a/js/layout-javascript/simple-list-code.js b/js/layout-javascript/simple-list-code.js
index 2c57d989..c89253e7 100644
--- a/js/layout-javascript/simple-list-code.js
+++ b/js/layout-javascript/simple-list-code.js
@@ -194,6 +194,8 @@ DynamicList.prototype.attachObservers = function() {
return;
}
+ _this.$container.find('.simple-list-wrapper').hide();
+
if ($(event.target).hasClass('simple-list-social-holder') || $(event.target).parents('.simple-list-social-holder').length) {
return;
}
@@ -244,6 +246,8 @@ DynamicList.prototype.attachObservers = function() {
return;
}
+ _this.$container.find('.simple-list-wrapper').show();
+
var result;
if ($(this).hasClass('go-previous-screen')) {
@@ -302,7 +306,7 @@ DynamicList.prototype.attachObservers = function() {
$parentElement.find('.hidden-filter-controls').addClass('active');
$parentElement.find('.list-search-cancel').addClass('active');
$elementClicked.addClass('active');
- $parentElement.find('[data-filter-group]').prop('hidden', null);
+ $parentElement.find('[data-filter-group]').show();
_this.calculateFiltersHeight($parentElement);
@@ -1618,8 +1622,8 @@ DynamicList.prototype.setupLikeButton = function(options) {
name: Fliplet.Env.get('pageTitle') + '/' + title,
likeLabel: '{{#if count}}{{count}}{{/if}} ',
likedLabel: '{{#if count}}{{count}}{{/if}} ',
- likeWrapper: '
',
- likedWrapper: '
',
+ likeWrapper: '
',
+ likedWrapper: '
',
addType: 'html',
liked: record.liked,
count: record.likeCount
@@ -1800,8 +1804,8 @@ DynamicList.prototype.setupBookmarkButton = function(options) {
name: Fliplet.Env.get('pageTitle') + '/' + title,
likeLabel: ' ',
likedLabel: ' ',
- likeWrapper: '
',
- likedWrapper: '
',
+ likeWrapper: '
',
+ likedWrapper: '
',
addType: 'html',
getAllCounts: false,
liked: record.bookmarked
diff --git a/js/layout-javascript/small-card-code.js b/js/layout-javascript/small-card-code.js
index a31d3e87..6f25c418 100644
--- a/js/layout-javascript/small-card-code.js
+++ b/js/layout-javascript/small-card-code.js
@@ -247,6 +247,8 @@ DynamicList.prototype.attachObservers = function() {
return;
}
+ _this.$container.find('.small-card-list-wrapper').hide();
+
var entryId = $(this).data('entry-id');
var entryTitle = $(this).find('.small-card-list-name').text().trim();
var beforeOpen = Promise.resolve();
@@ -302,6 +304,8 @@ DynamicList.prototype.attachObservers = function() {
return;
}
+ _this.$container.find('.small-card-list-wrapper').show();
+
var result;
if ($(this).hasClass('go-previous-screen')) {
@@ -373,7 +377,7 @@ DynamicList.prototype.attachObservers = function() {
$parentElement.find('.hidden-filter-controls').addClass('active');
$parentElement.find('.list-search-cancel').addClass('active');
$elementClicked.addClass('active');
- $parentElement.find('[data-filter-group]').prop('hidden', null);
+ $parentElement.find('[data-filter-group]').show();
_this.calculateFiltersHeight($parentElement);
@@ -1471,8 +1475,8 @@ DynamicList.prototype.setupBookmarkButton = function(options) {
name: Fliplet.Env.get('pageTitle') + '/' + title,
likeLabel: ' ',
likedLabel: ' ',
- likeWrapper: '
',
- likedWrapper: '
',
+ likeWrapper: '
',
+ likedWrapper: '
',
addType: 'html',
getAllCounts: false,
liked: record.bookmarked
diff --git a/js/layout-javascript/small-h-card-code.js b/js/layout-javascript/small-h-card-code.js
index 3cdecf5a..f2823fc1 100644
--- a/js/layout-javascript/small-h-card-code.js
+++ b/js/layout-javascript/small-h-card-code.js
@@ -104,6 +104,8 @@ DynamicList.prototype.attachObservers = function() {
return;
}
+ _this.$container.find('.small-h-card-list-wrapper').hide();
+
var _that = $(this);
var entryId = $(this).data('entry-id');
var entryTitle = $(this).find('.small-h-card-list-item-text').text().trim();
@@ -160,6 +162,8 @@ DynamicList.prototype.attachObservers = function() {
return;
}
+ _this.$container.find('.small-h-card-list-wrapper').show();
+
var result;
if ($(this).hasClass('go-previous-screen')) {
diff --git a/templates/build/agenda-base.build.hbs b/templates/build/agenda-base.build.hbs
index a278bb16..a0fa8193 100644
--- a/templates/build/agenda-base.build.hbs
+++ b/templates/build/agenda-base.build.hbs
@@ -35,7 +35,7 @@
\{{#if searchEnabled}}
@@ -43,14 +43,14 @@
\{{#ifCond filtersEnabled '||' bookmarksEnabled}}
\{{#ifCond bookmarksEnabled '&&' hasTopBar}}
-
+
\{{/ifCond}}
-
+
\{{#if filtersEnabled}}
-
+
\{{/if}}
\{{/ifCond}}
@@ -99,7 +99,7 @@
- Searching for
+ Searching for
@@ -129,7 +129,7 @@
\{{#if showAddEntry}}
-
+
\{{/if}}
\ No newline at end of file
diff --git a/templates/build/agenda-cards-detail.build.hbs b/templates/build/agenda-cards-detail.build.hbs
index f1531305..65294a23 100644
--- a/templates/build/agenda-cards-detail.build.hbs
+++ b/templates/build/agenda-cards-detail.build.hbs
@@ -12,27 +12,27 @@