diff options
Diffstat (limited to 'view/tpl/photo_drop.tpl')
-rwxr-xr-x[-rw-r--r--] | view/tpl/photo_drop.tpl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/view/tpl/photo_drop.tpl b/view/tpl/photo_drop.tpl index b4ea62b45..ed500fd0a 100644..100755 --- a/view/tpl/photo_drop.tpl +++ b/view/tpl/photo_drop.tpl @@ -1,4 +1,9 @@ -<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$id" > - <a href="item/drop/$id" onclick="return confirmDelete();" class="icon drophide" title="$delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a> +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} +<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$id}}" > + <a href="item/drop/{{$id}}" onclick="return confirmDelete();" class="icon drophide" title="{{$delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a> </div> <div class="wall-item-delete-end"></div> |