mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
c7e725090d
commit
e5cf3ee0e5
@ -31,7 +31,7 @@ function emoticon(text) {
|
||||
<!-- END smilies_row -->
|
||||
<!-- BEGIN switch_smilies_extra -->
|
||||
<tr align="center">
|
||||
<td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="open_window('{U_MORE_SMILIES}', 250, 300);return false" target="_smilies" class="nav">{L_MORE_EMOTICONS}</a></td>
|
||||
<td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="open_window('{U_MORE_SMILIES}', 250, 300);return false" target="_smilies" class="nav">{L_MORE_EMOTICONS}</a></td>
|
||||
</tr>
|
||||
<!-- END switch_smilies_extra -->
|
||||
</table>
|
||||
@ -43,4 +43,4 @@ function emoticon(text) {
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
|
@ -102,7 +102,7 @@ function tte_submit (mode)
|
||||
|
||||
ajax.edit_topic_title = function(topic_id, topic_title) {
|
||||
ajax.exec({
|
||||
action : 'mod_action',
|
||||
action : 'mod_action',
|
||||
mode : 'edit_topic_title',
|
||||
topic_id : topic_id,
|
||||
topic_title : topic_title
|
||||
|
@ -95,8 +95,8 @@
|
||||
<td colspan="3">
|
||||
<script type="text/javascript">
|
||||
ajax.callback.change_torrent = function(data) {
|
||||
if(data.title) alert(data.title);
|
||||
if(data.url) document.location.href = data.url;
|
||||
if(data.title) alert(data.title);
|
||||
if(data.url) document.location.href = data.url;
|
||||
};
|
||||
</script>
|
||||
<!-- IF TOR_CONTROLS -->
|
||||
|
Loading…
Reference in New Issue
Block a user