diff options
author | Friendika <info@friendika.com> | 2011-06-17 23:06:42 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-17 23:06:42 -0700 |
commit | 9e2db5d5a614b5dedcd63cdc966c1382a1dfcd7a (patch) | |
tree | 6c8c81e54f7950c23bce552de355cdb675fd6308 /view/wall_item_drop.tpl | |
parent | 787f079d13070dd691af8fcdde76de2649dcbb0f (diff) | |
download | volse-hubzilla-9e2db5d5a614b5dedcd63cdc966c1382a1dfcd7a.tar.gz volse-hubzilla-9e2db5d5a614b5dedcd63cdc966c1382a1dfcd7a.tar.bz2 volse-hubzilla-9e2db5d5a614b5dedcd63cdc966c1382a1dfcd7a.zip |
tooltip for selecting items
Diffstat (limited to 'view/wall_item_drop.tpl')
-rw-r--r-- | view/wall_item_drop.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/wall_item_drop.tpl b/view/wall_item_drop.tpl index 30a30a0c6..30fa6c335 100644 --- a/view/wall_item_drop.tpl +++ b/view/wall_item_drop.tpl @@ -2,5 +2,5 @@ <a href="item/drop/$id" onclick="return confirmDelete();" class="icon drophide" title="$delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a> </div> -<input type="checkbox" onclick="checkboxhighlight(this);" class="item-select" name="itemselected[]" value="$id" /> +<input type="checkbox" onclick="checkboxhighlight(this);" title="$select" class="item-select" name="itemselected[]" value="$id" /> <div class="wall-item-delete-end"></div> |