mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 09:57:30 +01:00
wip: migrate from deprecated swig templates to ejs
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<!-- generic search box placeholder -->
|
||||
<div class="relative">
|
||||
<span class="icon icon-zoom absolute-top-left no-events" style="margin-top: -2px;"></span>
|
||||
<input type="text" v-model="generic_search_query" v-focus class="input input-white input-round input-block no-b p-l-60" placeholder="[[__("search_media_placeholder")]]" v-on="keyup: search_generic(generic_search_query) | key enter">
|
||||
<input type="text" v-model="generic_search_query" v-focus class="input input-white input-round input-block no-b p-l-60" placeholder="<%=__("search_media_placeholder")%>" v-on="keyup: search_generic(generic_search_query) | key enter">
|
||||
</div>
|
||||
|
||||
<!-- <button type="button" class="btn btn-sm btn-icon btn-round btn-darken absolute-top-right clear-search" style="margin-right: 42px; margin-top: 40px;">
|
||||
|
||||
Reference in New Issue
Block a user