mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
IP detect subsystem replace. Trash cleanup. Defines.
This commit is contained in:
parent
3f7703a097
commit
ee544cc507
49 changed files with 626 additions and 1422 deletions
|
@ -214,7 +214,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center">
|
||||
<select style="width:99%" name="entries[]" multiple="multiple" size="5">
|
||||
<select style="width:99%" name="entries[]" multiple size="5">
|
||||
<!-- END switch_quota_limit_desc -->
|
||||
<!-- BEGIN users_upload_row -->
|
||||
<option value="{users_upload_row.USER_ID}">{users_upload_row.USERNAME}</option>
|
||||
|
@ -235,7 +235,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center">
|
||||
<select style="width:99%" name="entries[]" multiple="multiple" size="5">
|
||||
<select style="width:99%" name="entries[]" multiple size="5">
|
||||
<!-- END switch_quota_limit_desc -->
|
||||
<!-- BEGIN groups_upload_row -->
|
||||
<option value="{groups_upload_row.GROUP_ID}">{groups_upload_row.GROUPNAME}</option>
|
||||
|
@ -260,7 +260,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center">
|
||||
<select style="width:99%" name="entries[]" multiple="multiple" size="5">
|
||||
<select style="width:99%" name="entries[]" multiple size="5">
|
||||
<!-- END switch_quota_limit_desc -->
|
||||
<!-- BEGIN users_pm_row -->
|
||||
<option value="{users_pm_row.USER_ID}">{users_pm_row.USERNAME}</option>
|
||||
|
@ -281,7 +281,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center">
|
||||
<select style="width:99%" name="entries[]" multiple="multiple" size="5">
|
||||
<select style="width:99%" name="entries[]" multiple size="5">
|
||||
<!-- END switch_quota_limit_desc -->
|
||||
<!-- BEGIN groups_pm_row -->
|
||||
<option value="{groups_pm_row.GROUP_ID}">{groups_pm_row.GROUPNAME}</option>
|
||||
|
@ -299,4 +299,4 @@
|
|||
<!--========================================================================-->
|
||||
<!-- ENDIF / TPL_ATTACH_QUOTA -->
|
||||
|
||||
<br clear="all" />
|
||||
<br clear="all" />
|
||||
|
|
|
@ -173,7 +173,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center">
|
||||
<select style="width:560px" name="entries[]" multiple="multiple" size="5">
|
||||
<select style="width:560px" name="entries[]" multiple size="5">
|
||||
<!-- BEGIN allow_option_values -->
|
||||
<option value="{allow_option_values.VALUE}">{allow_option_values.OPTION}</option>
|
||||
<!-- END allow_option_values -->
|
||||
|
@ -196,7 +196,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center">
|
||||
<select style="width:560px" name="entries[]" multiple="multiple" size="5">
|
||||
<select style="width:560px" name="entries[]" multiple size="5">
|
||||
<!-- BEGIN forum_option_values -->
|
||||
<option value="{forum_option_values.VALUE}">{forum_option_values.OPTION}</option>
|
||||
<!-- END forum_option_values -->
|
||||
|
@ -215,4 +215,4 @@
|
|||
<!--========================================================================-->
|
||||
<!-- ENDIF / TPL_ATTACH_EXTENSION_GROUPS_PERMISSIONS -->
|
||||
|
||||
<br clear="all" />
|
||||
<br clear="all" />
|
||||
|
|
|
@ -136,7 +136,7 @@ ajax.callback.manage_admin = function(data) {
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="row1" nowrap="nowrap" width="25%">{L_TP_VERSION}:</td>
|
||||
<td class="row2"><b>{$bb_cfg['tp_version']} [{$bb_cfg['tp_release_state']}]</b></td>
|
||||
<td class="row2"><b>{$bb_cfg['tp_release_codename']} ({$bb_cfg['tp_version']})</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" nowrap="nowrap" width="25%">{L_TP_RELEASE_DATE}:</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue