Added copy button in viewforum page

Кнопка которая копирует URL текущего форума
This commit is contained in:
Roman Kelesidis 2023-02-21 14:44:07 +07:00
commit cfc7256285

View file

@ -267,10 +267,7 @@ td.topic_id { cursor: pointer; }
<table width="100%"> <table width="100%">
<tr> <tr>
<td valign="bottom"> <td valign="bottom">
<h1 class="maintitle"> <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>
<a href="{U_VIEW_FORUM}">{FORUM_NAME}</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> <p class="small" id="moderators"><a style="text-decoration: none;" href="#">{L_MODERATORS}</a></p>
<script type="text/javascript"> <script type="text/javascript">