mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Should correct an issue where "Everybody" could be named "Search Bots" in the default user classes after upgrade.
This commit is contained in:
parent
f2cf5ea145
commit
46e748f9d0
@ -1899,7 +1899,7 @@ class user_class_admin extends user_class
|
||||
'userclass_parent' => e_UC_MEMBER,
|
||||
'userclass_visibility' => e_UC_ADMIN
|
||||
),
|
||||
array('userclass_id' => e_UC_BOT, 'userclass_name' => UC_LAN_10,
|
||||
array('userclass_id' => e_UC_BOTS, 'userclass_name' => UC_LAN_10,
|
||||
'userclass_description' => UCSLAN_88,
|
||||
'userclass_editclass' => e_UC_MAINADMIN,
|
||||
'userclass_parent' => e_UC_PUBLIC,
|
||||
|
@ -677,7 +677,7 @@ e107::css('inline', 'td.last.options { padding-right:20px } ');
|
||||
|
||||
<tr>
|
||||
<th style='width:100px; text-align: center;'>".ADSTAT_LAN_30." ...</th>
|
||||
<th style='width:100px' class='forumheader'>".ADSTAT_LAN_86."</th>
|
||||
<th style='width:100px' class='text-right'>".ADSTAT_LAN_86."</th>
|
||||
<th style='width:30%' class='forumheader'>".ADSTAT_LAN_29."</th>
|
||||
<th style='width:auto' class='forumheader'>URL</th>
|
||||
</tr>
|
||||
@ -691,7 +691,7 @@ e107::css('inline', 'td.last.options { padding-right:20px } ');
|
||||
$text .= "
|
||||
<tr>
|
||||
<td style='width:100px; text-align: center;'><input type='checkbox' name='remcb[]' value='{$key}' /></td>
|
||||
<td style='width:100px'>".$page['ttlv']."</td>
|
||||
<td class='text-right' style='width:100px'>".number_format($page['ttlv'])."</td>
|
||||
<td style='width:30%'>{$name}</td>
|
||||
<td style='width:auto'>".$tp->text_truncate($page['url'],100)."</td>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user