Rename the ID from token-browser to image-tagger
This commit is contained in:
parent
2fdcdf062c
commit
acc1858f44
25 changed files with 37 additions and 37 deletions
|
|
@ -3,7 +3,7 @@
|
|||
data-image-id="{{image.id}}"
|
||||
>
|
||||
<img
|
||||
src="{{tb-filePath image.path}}"
|
||||
src="{{it-filePath image.path}}"
|
||||
alt=""
|
||||
>
|
||||
{{#if is.single}}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<li class="image">
|
||||
<img
|
||||
src="{{tb-filePath image.path}}"
|
||||
src="{{it-filePath image.path}}"
|
||||
alt=""
|
||||
>
|
||||
{{#if (eq selectMode "single")}}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<ul class="image-list image-list--{{listLayout}}">
|
||||
{{#each images as | image |}}
|
||||
{{>
|
||||
(tb-filePath "templates/ArtBrowser/image/grid.hbs")
|
||||
(it-filePath "templates/ArtBrowser/image/grid.hbs")
|
||||
image=image
|
||||
is=@root.is
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -29,6 +29,6 @@
|
|||
id="{{meta.idp}}-artists"
|
||||
name="artists"
|
||||
>
|
||||
{{ tb-options artists artistList }}
|
||||
{{ it-options artists artistList }}
|
||||
</multi-select>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
<div class="grow"></div>
|
||||
<button
|
||||
type="button"
|
||||
aria-label="{{localize 'TB.apps.ArtistApp.add-link'}}"
|
||||
data-tooltip="TB.apps.ArtistApp.add-link"
|
||||
aria-label="{{localize 'IT.apps.ArtistApp.add-link'}}"
|
||||
data-tooltip="IT.apps.ArtistApp.add-link"
|
||||
data-action="addNewLink"
|
||||
>
|
||||
+
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
<li
|
||||
data-index="{{@key}}"
|
||||
{{#if link.isNew}}
|
||||
data-tooltip="TB.common.unsaved"
|
||||
data-tooltip="IT.common.unsaved"
|
||||
{{/if}}
|
||||
>
|
||||
<a
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
{{link.name}}
|
||||
</a>
|
||||
{{#if link.isNew}}
|
||||
<div class="large" aria-label="{{localize 'TB.common.unsaved'}}">
|
||||
<div class="large" aria-label="{{localize 'IT.common.unsaved'}}">
|
||||
!
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<div class="form-group">
|
||||
<label for="{{idp}}-name">
|
||||
{{localize "TB.dialogs.Link.name"}}
|
||||
{{localize "IT.dialogs.Link.name"}}
|
||||
</label>
|
||||
<input
|
||||
id="{{idp}}-name"
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label for="{{idp}}-url">
|
||||
{{localize "TB.dialogs.Link.url"}}
|
||||
{{localize "IT.dialogs.Link.url"}}
|
||||
</label>
|
||||
<input
|
||||
id="{{idp}}-url"
|
||||
|
|
|
|||
|
|
@ -25,6 +25,6 @@
|
|||
id="{{meta.idp}}-artists"
|
||||
name="artists"
|
||||
>
|
||||
{{ tb-options image.artists artists }}
|
||||
{{ it-options image.artists artists }}
|
||||
</multi-select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue