mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Added current topic url copy button in viewtopic
Добавляет кнопку для копирования ссылки на текущий топик
This commit is contained in:
parent
6ca46c31b2
commit
364f00a427
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ ajax.callback.post_mod_comment = function(data) {
|
|||
};
|
||||
</script>
|
||||
<a style="cursor: help; color: #800000;" title="{L_EDIT_TOPIC_TITLE}" onclick="edit_topic_title('edit'); return false" href="#">¶</a>
|
||||
<a style="color: #800000;" data-clipboard-text="{FULL_URL}{U_VIEW_TOPIC}" class="copyElement clickable" title="Copy to clipboard">→</a>
|
||||
|
||||
<div id="tt-edit-tpl" style="display: none;">
|
||||
<div class="tt-edit" style="padding: 4px;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue