[IMP] display Bookmark message when bookmark section empty
This commit is contained in:
parent
29227b85ff
commit
cef050984d
@ -119,10 +119,7 @@ var Apps = Widget.extend({
|
|||||||
},
|
},
|
||||||
_clearSearch: function (ev) {
|
_clearSearch: function (ev) {
|
||||||
this.$el.find('.f_apps_search_input').val('');
|
this.$el.find('.f_apps_search_input').val('');
|
||||||
this.$el.find('.f_apps_contents').html(QWeb.render('FlectraMenuContent', {
|
this.render();
|
||||||
bookmark_menus: this.bookmarkMenus,
|
|
||||||
dashboard_apps: this.allApps.main_menu
|
|
||||||
}));
|
|
||||||
},
|
},
|
||||||
_appsSearch: function (ev) {
|
_appsSearch: function (ev) {
|
||||||
var search_str = $(ev.currentTarget).val().trim().toLowerCase();
|
var search_str = $(ev.currentTarget).val().trim().toLowerCase();
|
||||||
|
@ -48,6 +48,12 @@
|
|||||||
</a>
|
</a>
|
||||||
</t>
|
</t>
|
||||||
</t>
|
</t>
|
||||||
|
<t t-if="bookmark_menus and !bookmark_menus.length">
|
||||||
|
<h3 class="col-lg-offset-3 col-md-6 col-md-offset-3 col-sm-6 col-sm-offset-3 col-xs-12 text-center"
|
||||||
|
style="border: 3px solid #999999; padding: 10px; margin-top: 6px;">
|
||||||
|
Hello User, Click on <i class="fa fa-bookmark"></i> to Bookmark Menu
|
||||||
|
</h3>
|
||||||
|
</t>
|
||||||
</t>
|
</t>
|
||||||
|
|
||||||
<t t-name="AppsLauncher.Menus">
|
<t t-name="AppsLauncher.Menus">
|
||||||
|
Loading…
Reference in New Issue
Block a user