mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Merge pull request #542 from torrentpier/added-copy-button-in-viewforum-page
Added copy button in viewforum page
This commit is contained in:
commit
611bda9735
1 changed files with 1 additions and 4 deletions
|
@ -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> <a style="color: #800000;" data-clipboard-text="{FULL_URL}{U_VIEW_FORUM}" class="copyElement clickable" title="Copy to clipboard">→</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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue