mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Cron subsystem rework. Environments.
This commit is contained in:
parent
d9060d55d9
commit
18aeb3e9d5
91 changed files with 865 additions and 834 deletions
|
@ -128,15 +128,6 @@ $images['voting_graphic'][4] = $_main . 'voting_bar.gif';
|
|||
$images['progress_bar'] = $_main . 'progress_bar.gif';
|
||||
$images['progress_bar_full'] = $_main . 'progress_bar_full.gif';
|
||||
|
||||
// Vote graphic length defines the maximum length of a vote result graphic, ie. 100% = this length
|
||||
$bb_cfg['vote_graphic_length'] = 205;
|
||||
$bb_cfg['privmsg_graphic_length'] = 175;
|
||||
|
||||
$bb_cfg['topic_left_column_witdh'] = 150;
|
||||
// Images auto-resize
|
||||
$bb_cfg['post_img_width_decr'] = 52; // decrement for posted images width (px)
|
||||
$bb_cfg['attach_img_width_decr'] = 130; // decrement for attach images width (px)
|
||||
|
||||
$template->assign_vars(array(
|
||||
'IMG' => $_main,
|
||||
'TEXT_BUTTONS' => $bb_cfg['text_buttons'],
|
||||
|
|
|
@ -238,7 +238,7 @@ $(function(){
|
|||
/> {L_HIDE_CONTENTS}
|
||||
</label>
|
||||
</p>
|
||||
<!-- IF $tr_cfg['gold_silver_enabled'] --><p class="chbox">{TOR_TYPE_CHBOX}</p><!-- ENDIF -->
|
||||
<!-- IF $bb_cfg['tracker']['gold_silver_enabled'] --><p class="chbox">{TOR_TYPE_CHBOX}</p><!-- ENDIF -->
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
|
@ -522,4 +522,4 @@ function get_fs_link ()
|
|||
}
|
||||
return false;
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
@ -146,11 +146,11 @@
|
|||
<tr class="row3">
|
||||
<th colspan="3" class="{postrow.attach.tor_reged.DL_LINK_CLASS}">{postrow.attach.tor_reged.DOWNLOAD_NAME}<!-- IF postrow.attach.tor_reged.TOR_FROZEN == 0 --><!-- IF MAGNET_LINKS --> {postrow.attach.tor_reged.MAGNET}<!-- ENDIF --><!-- ENDIF --></th>
|
||||
</tr>
|
||||
<!-- IF postrow.attach.tor_reged.TOR_SILVER_GOLD == 2 && $tr_cfg['gold_silver_enabled'] -->
|
||||
<!-- IF postrow.attach.tor_reged.TOR_SILVER_GOLD == 2 && $bb_cfg['tracker']['gold_silver_enabled'] -->
|
||||
<tr class="row4">
|
||||
<th colspan="3" class="row7"><img src="styles/images/tor_silver.gif" width="16" height="15" title="{L_SILVER}" /> {L_SILVER_STATUS} <img src="styles/images/tor_silver.gif" width="16" height="15" title="{L_SILVER}" /></th>
|
||||
</tr>
|
||||
<!-- ELSEIF postrow.attach.tor_reged.TOR_SILVER_GOLD == 1 && $tr_cfg['gold_silver_enabled'] -->
|
||||
<!-- ELSEIF postrow.attach.tor_reged.TOR_SILVER_GOLD == 1 && $bb_cfg['tracker']['gold_silver_enabled'] -->
|
||||
<tr class="row4">
|
||||
<th colspan="3" class="row7"><img src="styles/images/tor_gold.gif" width="16" height="15" title="{L_GOLD}" /> {L_GOLD_STATUS} <img src="styles/images/tor_gold.gif" width="16" height="15" title="{L_GOLD}" /></th>
|
||||
</tr>
|
||||
|
@ -252,7 +252,7 @@
|
|||
<option value="del_torrent">{L_DELETE_TORRENT}</option>
|
||||
<option value="del_torrent_move_topic">{L_DELETE_MOVE_TORRENT}</option>
|
||||
<!-- IF AUTH_MOD -->
|
||||
<!-- IF $tr_cfg['gold_silver_enabled'] -->
|
||||
<!-- IF $bb_cfg['tracker']['gold_silver_enabled'] -->
|
||||
<!-- 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="set_silver">{L_SET_SILVER_TORRENT}</option>
|
||||
|
@ -366,4 +366,4 @@ $('#tor-filelist-btn').click(function(){
|
|||
<!-- ENDIF -->
|
||||
<!-- END tor_reged -->
|
||||
|
||||
<!-- END attach -->
|
||||
<!-- END attach -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue