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
2cf670d6f4
commit
c7e725090d
@ -132,7 +132,7 @@
|
||||
<!-- BEGIN extensionrow -->
|
||||
<tr>
|
||||
<td class="row2" align="center"><span class="small">{grouprow.extensionrow.EXTENSION}</span></td>
|
||||
<td class="row2" align="center"><span class="small">{grouprow.extensionrow.EXPLANATION}</span></td>
|
||||
<td class="row2" align="center"><span class="small">{grouprow.extensionrow.EXPLANATION}</span></td>
|
||||
<td class="row2" align="center"> </td>
|
||||
<td class="row2" align="center"> </td>
|
||||
<td class="row2" align="center"> </td>
|
||||
@ -215,4 +215,4 @@
|
||||
<!--========================================================================-->
|
||||
<!-- ENDIF / TPL_ATTACH_EXTENSION_GROUPS_PERMISSIONS -->
|
||||
|
||||
<br clear="all" />
|
||||
<br clear="all" />
|
||||
|
@ -127,10 +127,10 @@ function show_edit_options ()
|
||||
<div id="mod-action-content" style="display: none;">
|
||||
<form id="mod-action" method="POST" action="{U_SEARCH}" target="_blank">
|
||||
<table class="borderless pad_0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td class="pad_4">
|
||||
<input type="submit" name="del_my_post" value="{L_DEL_LIST_MY_MESSAGE}" class="bold" onclick="if (!window.confirm( this.value +'?' )){ return false };" />
|
||||
</td>
|
||||
<tr>
|
||||
<td class="pad_4">
|
||||
<input type="submit" name="del_my_post" value="{L_DEL_LIST_MY_MESSAGE}" class="bold" onclick="if (!window.confirm( this.value +'?' )){ return false };" />
|
||||
</td>
|
||||
<td class="med" style="padding: 0 8px;">{L_DEL_LIST_MY_MESSAGE_INFO}</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -232,4 +232,4 @@ function show_edit_options ()
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
||||
</div><!--/bottom_info-->
|
||||
</div><!--/bottom_info-->
|
||||
|
@ -404,7 +404,7 @@ $(function(){
|
||||
<!-- ENDIF -->
|
||||
<td class="row4 med tLeft">
|
||||
<a class="{tor.DL_CLASS}<!-- IF AJAX_TOPICS --> folded2<!-- ENDIF --> tLink" <!-- IF AJAX_TOPICS -->onclick="ajax.view_post({tor.POST_ID}, this); return false;"<!-- ENDIF --> href="{TOPIC_URL}{tor.TOPIC_ID}"><!-- IF tor.TOR_FROZEN -->{tor.TOPIC_TITLE}<!-- ELSE -->{tor.TOR_TYPE}<b>{tor.TOPIC_TITLE}</b><!-- ENDIF --></a>
|
||||
<!-- IF SHOW_TIME_TOPICS --><div class="tr_tm">{tor.TOPIC_TIME}</div><!-- ENDIF -->
|
||||
<!-- IF SHOW_TIME_TOPICS --><div class="tr_tm">{tor.TOPIC_TIME}</div><!-- ENDIF -->
|
||||
</td>
|
||||
<!-- IF SHOW_AUTHOR -->
|
||||
<td class="row1"><a class="med" href="{TR_POSTER_URL}{tor.POSTER_ID}">{tor.USERNAME}</a></td>
|
||||
|
Loading…
Reference in New Issue
Block a user