mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update viewtopic_attach.tpl
This commit is contained in:
parent
52ee42e107
commit
f7083a3abc
@ -247,33 +247,34 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<select name="tor_action" id="tor-select-{postrow.attach.tor_reged.ATTACH_ID}" onchange="$('#tor-confirm-{postrow.attach.tor_reged.ATTACH_ID}').attr('checked', false); $('#tor-submit-{postrow.attach.tor_reged.ATTACH_ID}').attr('disabled', true)">
|
<select name="tor_action" id="tor-select-{postrow.attach.tor_reged.ATTACH_ID}" onchange="$('#tor-confirm-{postrow.attach.tor_reged.ATTACH_ID}').attr('checked', false); $('#tor-submit-{postrow.attach.tor_reged.ATTACH_ID}').attr('disabled', true)">
|
||||||
<option value="" selected="selected" class="select-action">» {L_SELECT_ACTION}</option>
|
<option value="" selected="selected" class="select-action">» {L_SELECT_ACTION}</option>
|
||||||
<option value="del_torrent">{L_DELETE_TORRENT}</option>
|
<option value="del_torrent">{L_DELETE_TORRENT}</option>
|
||||||
<option value="del_torrent_move_topic">{L_DELETE_MOVE_TORRENT}</option>
|
<option value="del_torrent_move_topic">{L_DELETE_MOVE_TORRENT}</option>
|
||||||
<!-- IF AUTH_MOD -->
|
<!-- IF AUTH_MOD -->
|
||||||
<!-- IF $tr_cfg['gold_silver_enabled'] -->
|
<!-- IF $tr_cfg['gold_silver_enabled'] -->
|
||||||
<!-- IF postrow.attach.tor_reged.TOR_SILVER_GOLD == 1 -->
|
<!-- IF postrow.attach.tor_reged.TOR_SILVER_GOLD == 1 -->
|
||||||
<option value="unset_silver_gold">{L_UNSET_GOLD_TORRENT} / {L_UNSET_SILVER_TORRENT}</option>
|
<option value="unset_silver_gold">{L_UNSET_GOLD_TORRENT} / {L_UNSET_SILVER_TORRENT}</option>
|
||||||
<option value="set_silver">{L_SET_SILVER_TORRENT}</option>
|
<option value="set_silver">{L_SET_SILVER_TORRENT}</option>
|
||||||
<!-- ELSEIF postrow.attach.tor_reged.TOR_SILVER_GOLD == 2 -->
|
<!-- ELSEIF postrow.attach.tor_reged.TOR_SILVER_GOLD == 2 -->
|
||||||
<option value="unset_silver_gold">{L_UNSET_GOLD_TORRENT} / {L_UNSET_SILVER_TORRENT}</option>
|
<option value="unset_silver_gold">{L_UNSET_GOLD_TORRENT} / {L_UNSET_SILVER_TORRENT}</option>
|
||||||
<option value="set_gold">{L_SET_GOLD_TORRENT}</option>
|
<option value="set_gold">{L_SET_GOLD_TORRENT}</option>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<option value="set_gold">{L_SET_GOLD_TORRENT}</option>
|
<option value="set_gold">{L_SET_GOLD_TORRENT}</option>
|
||||||
<option value="set_silver">{L_SET_SILVER_TORRENT}</option>
|
<option value="set_silver">{L_SET_SILVER_TORRENT}</option>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</select>
|
</select>
|
||||||
<a href="#" onclick="change_torrents($('#tor-{postrow.attach.tor_reged.ATTACH_ID} select').val()); return false;"><input type="submit" value="{L_EDIT}" class="liteoption" /></a>
|
<a href="#" onclick="change_torrents($('#tor-{postrow.attach.tor_reged.ATTACH_ID} select').val()); return false;"><input type="submit" value="{L_EDIT}" class="liteoption" /></a>
|
||||||
<!-- ELSEIF TOR_HELP_LINKS -->
|
|
||||||
{TOR_HELP_LINKS}
|
|
||||||
<!-- ELSE -->
|
|
||||||
|
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!-- IF TOR_HELP_LINKS -->
|
||||||
|
<tr class="row3 tCenter">
|
||||||
|
<td colspan="3">{TOR_HELP_LINKS}</td>
|
||||||
|
</tr>
|
||||||
|
<!-- ENDIF -->
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
Loading…
Reference in New Issue
Block a user