Lines Matching refs:bookcreator
231 …let text = LANG.plugins.bookcreator['btn_' + (this.isCurrentPageSelected ? 'remove' : 'add') + 'to…
268 if(!JSINFO.bookcreator.areToolsVisible) {
273 return JSINFO.bookcreator.showBookbar === 'always'
274 || JSINFO.bookcreator.showBookbar === 'noempty' && this.selectedpages.count() > 0;
367 liopen2 = "' title='" + LANG.plugins.bookcreator.sortable + "'>" +
368 "<a class='action remove' title='" + LANG.plugins.bookcreator['remove'] + "'>" +
370 … "</a><a class='action include' title='" + LANG.plugins.bookcreator['include'] + "'>" +
373 liopen3 = "' title='" + LANG.plugins.bookcreator.showpage + "'>",
544 msg = LANG.plugins.bookcreator.confirmdel;
549 msg = LANG.plugins.bookcreator.confirmload;
730 if(JSINFO.bookcreator.areToolsVisible) {