File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1890,7 +1890,7 @@ li.menu-item {
18901890 }
18911891 .search-icon {
18921892 position : absolute ;
1893- top : 55 % ;
1893+ top : 50 % ;
18941894 left : 10px ;
18951895 transform : translateY (-50% );
18961896 width : 24px ;
@@ -1906,7 +1906,7 @@ li.menu-item {
19061906
19071907 .tool.close {
19081908 position : absolute ;
1909- top : 55 % ;
1909+ top : 50 % ;
19101910 right : 10px ;
19111911 transform : translateY (-50% );
19121912 width : 16px ;
Original file line number Diff line number Diff line change 9393 <use id="idx-nothing-found-dark" href="#nothing-found-dark"></use>
9494 </svg>
9595 </div>
96- <p class="no-results-title">${ _lang . tplNoResultsTitle } </p>
97- <p class="no-results-text">${ _lang . tplNoResultsText } </p>
96+ <p class="no-results-title" l10n >${ _lang . tplNoResultsTitle } </p>
97+ <p class="no-results-text" l10n >${ _lang . tplNoResultsText } </p>
9898 </div>
9999 <section class='themed-sroll' panel='all'>
100100 <div class='table-box flex-fill'>
368368 _on_add_cloud_templates . call ( this , d . data ) ;
369369 const totalPages = d . meta . pagination . pageCount ;
370370
371- if ( page_num + 1 < totalPages ) {
371+ if ( page_num + 1 <= totalPages ) {
372372 _loadTemplates . call ( this , nl , page_num ) ;
373373 }
374374 } else if ( d . data && d . data . length === 0 && locale !== 'en' ) {
429429 _resetPagination . call ( this ) ;
430430 _reload_templates ( nl ) ;
431431 _loadTemplates . call ( this , nl ) ;
432+ $ ( '#template-search' , this . view . $panel ) . attr ( 'placeholder' , utils . Lang . tplSearch ) ;
432433 } ) ;
433434
434435 _reload_templates ( utils . Lang . id ) ;
You can’t perform that action at this time.
0 commit comments