Merge pull request #542 from torrentpier/added-copy-button-in-viewforum-page

Added copy button in viewforum page
This commit is contained in:
Roman Kelesidis 2023-02-21 14:45:46 +07:00 committed by GitHub
commit 611bda9735
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,10 +267,7 @@ td.topic_id { cursor: pointer; }
<table width="100%">
<tr>
<td valign="bottom">
<h1 class="maintitle">
<a href="{U_VIEW_FORUM}">{FORUM_NAME}</a>
<!-- IF FORUM_DESC --><br><span style="font-size: 18px !important;">{FORUM_DESC}</span><!-- ENDIF -->
</h1>
<h1 class="maintitle"><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a>&nbsp;<a style="color: #800000;" data-clipboard-text="{FULL_URL}{U_VIEW_FORUM}" class="copyElement clickable" title="Copy to clipboard">&#8594;</a><!-- IF FORUM_DESC --><br><span style="font-size: 18px !important;">{FORUM_DESC}</span><!-- ENDIF --></h1>
<p class="small" id="moderators"><a style="text-decoration: none;" href="#">{L_MODERATORS}</a></p>
<script type="text/javascript">