mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 05:31:58 +02:00
Some corrections
Add new lang codes
This commit is contained in:
parent
ae80d102ff
commit
f8d4c6402f
@ -296,11 +296,11 @@ function show_options($pm_prefs)
|
||||
<td>".e107::getUserClass()->uc_dropdown('pm_option-sendall_class', $pm_prefs['sendall_class'], 'nobody,member,admin,classes')."</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>User may send PMs to</td>
|
||||
<td>"; //TODO LAN
|
||||
<td>".ADLAN_PM_88."</td>
|
||||
<td>";
|
||||
|
||||
$list = e107::getUserClass()->getClassList('nobody,main,admin,member,classes');
|
||||
$list['matchclass'] = "(Any user with the same class)"; //TODO LAN
|
||||
$list['matchclass'] = ADLAN_PM_89;
|
||||
|
||||
//$txt .= print_a($list,true);
|
||||
$txt .= $frm->select('pm_option-send_to_class', $list, varset($pm_prefs['send_to_class'], e_UC_MEMBER));
|
||||
@ -829,4 +829,4 @@ function pm_conf_adminmenu()
|
||||
show_admin_menu(ADLAN_PM_12, $action, $var);
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user