1
0
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:
e107steved
2011-12-27 11:05:19 +00:00
parent 3d045eeacb
commit 383b54d375

View File

@@ -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).