mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 13:24:01 -07:00
Minor improvements (#863)
* Minor improvements * Update posting.tpl * Update posting.tpl * Updated * Update globals.css
This commit is contained in:
parent
78af4031f0
commit
a2e8817b5f
45 changed files with 326 additions and 328 deletions
|
@ -404,7 +404,7 @@ if ($mode == 'groups') {
|
|||
$extension_group[$i]['max_filesize'] = round($extension_group[$i]['max_filesize'] / 1024 * 100) / 100;
|
||||
}
|
||||
|
||||
$s_allowed = ($extension_group[$i]['allow_group'] == 1) ? 'checked="checked"' : '';
|
||||
$s_allowed = ($extension_group[$i]['allow_group'] == 1) ? 'checked' : '';
|
||||
|
||||
$template->assign_block_vars('grouprow', array(
|
||||
'GROUP_ID' => $extension_group[$i]['group_id'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue