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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue