summaryrefslogtreecommitdiff
path: root/themes/okadmin/templates
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-13 17:57:24 -0400
committerJules Laplace <jules@okfoc.us>2015-04-13 17:57:24 -0400
commit29ee500db3cb317404cb2f050ee9bc75777e91ca (patch)
tree502a840870b4d29a99c90cb7284e239f7784f447 /themes/okadmin/templates
parent34f1ca02bea38e0b7ef185ebf07d3ec6df30f370 (diff)
delete button
Diffstat (limited to 'themes/okadmin/templates')
-rw-r--r--themes/okadmin/templates/partials/inputs.liquid4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/okadmin/templates/partials/inputs.liquid b/themes/okadmin/templates/partials/inputs.liquid
index b9cf7a3..4d6372d 100644
--- a/themes/okadmin/templates/partials/inputs.liquid
+++ b/themes/okadmin/templates/partials/inputs.liquid
@@ -50,7 +50,7 @@
<input type="hidden" name="{{name}}[{{forloop.index0}}][uri]" value="{{image.uri}}">
<textarea class="caption" name="{{name}}[{{forloop.index0}}][caption]">{{image.caption}}</textarea>
<img src="{{image.uri}}" alt="{{image.caption}}">
- <button class="remove-image">♲</button>
+ <button class="remove-image">x</button>
</li>
{% endfor %}
</ol>
@@ -64,7 +64,7 @@
<input class="uri" type="hidden" name="{{name}}[][uri]" value="">
<textarea class="caption" name="{{name}}[][caption]"></textarea>
<img alt="{{image.caption}}">
- <button class="remove-image">♲</button>
+ <button class="remove-image">x</button>
</li>
</script>
</div>