diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 9a26505d6..ac3fa4748 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2591,14 +2591,12 @@ define([ icon: h('span.cptools.cptools-new-template') }); }*/ - if (!privateData.newTemplate) { - allData.unshift({ - name: Messages.creation_noTemplate, - id: 0, - //icon: h('span.fa.fa-file') - icon: UI.getFileIcon({type: type}) - }); - } + allData.unshift({ + name: Messages.creation_noTemplate, + id: 0, + //icon: h('span.fa.fa-file') + icon: UI.getFileIcon({type: type}) + }); var redraw = function (index) { if (index < 0) { i = 0; } else if (index > allData.length - 1) { return; }