mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Correct LAN reference
This commit is contained in:
@@ -916,7 +916,7 @@ class uclass_manager
|
|||||||
{
|
{
|
||||||
$text .= "<form method='post' action='".e_SELF."?".e_QUERY."'>
|
$text .= "<form method='post' action='".e_SELF."?".e_QUERY."'>
|
||||||
<fieldset id='core-userclass-list'>
|
<fieldset id='core-userclass-list'>
|
||||||
<legend class='e-hideme'>".CUSLAN_5."</legend>
|
<legend class='e-hideme'>".UCSLAN_5."</legend>
|
||||||
<table cellpadding='0' cellspacing='0' class='adminlist'>".
|
<table cellpadding='0' cellspacing='0' class='adminlist'>".
|
||||||
$frm->colGroup($this->fields,$this->fieldpref).
|
$frm->colGroup($this->fields,$this->fieldpref).
|
||||||
$frm->thead($this->fields,$this->fieldpref).
|
$frm->thead($this->fields,$this->fieldpref).
|
||||||
|
Reference in New Issue
Block a user