mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 11:04:18 +02:00
Some language file cleanup. Undetected phrases have been disabled.
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
* Administration Area - Admin Log
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/admin_log.php,v $
|
||||
* $Revision: 1.30 $
|
||||
* $Date: 2009-08-28 16:10:50 $
|
||||
* $Author: marj_nl_fr $
|
||||
* $Revision: 1.31 $
|
||||
* $Date: 2009-11-08 09:14:22 $
|
||||
* $Author: e107coders $
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -213,7 +213,7 @@ if(($action == "confdel") || ($action == "auditdel"))
|
||||
$text = "
|
||||
<form method='post' action='".e_SELF."?backdel.{$qs[1]}.{$qs[2]}'>
|
||||
<fieldset id='core-admin-log-confirm-delete'>
|
||||
<legend class='e-hideme'>".RL_LAN_051."</legend>
|
||||
<legend class='e-hideme'>".LAN_CONFDELETE."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<tr>
|
||||
<td class='center'>
|
||||
@@ -224,14 +224,14 @@ if(($action == "confdel") || ($action == "auditdel"))
|
||||
<div class='buttons-bar center'>
|
||||
<input type='hidden' name='backdeltype' value='{$action}' />
|
||||
<button class='delete' type='submit' name='confirmdeleteold' value='no-value'><span>".RL_LAN_049."</span></button>
|
||||
<button class='cancel' type='submit' name='confirmcancelold' value='no-value'><span>".RL_LAN_055."</span></button>
|
||||
<button class='cancel' type='submit' name='confirmcancelold' value='no-value'><span>".LAN_CANCEL."</span></button>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
";
|
||||
|
||||
$ns->tablerender(RL_LAN_051, $text);
|
||||
$ns->tablerender(LAN_CONFDELETE, $text);
|
||||
}
|
||||
|
||||
// Arrays of options for the various logs - the $page_title array is used to determine the allowable values for $action ('options' is a special case)
|
||||
@@ -519,7 +519,7 @@ if(isset($page_title[$action]))
|
||||
$col_widths = array('adminlog' => array(18, 4, 14, 7, 15, 8, 14, 20), // Date - Pri - IP - UID - User - Code - Event - Info
|
||||
'auditlog' => array(18, 14, 7, 15, 8, 14, 24), 'rolllog' => array(15, 4, 12, 6, 12, 7, 13, 13, 18), // Date - Pri - IP - UID - User - Code - Caller - Event - Info
|
||||
'downlog' => array(18, 14, 7, 15, 8, 38), 'detailed' => array(10, 8, 6, 4, 14, 6, 17, 7, 17, 21), 'comments' => array(14, 7, 7, 7, 14, 3, 10, 12, 5, 17, 1, 1, 1), 'online' => array(18, 15, 7, 14, 32, 6, 4, 4));
|
||||
$col_titles = array('adminlog' => array(RL_LAN_019, RL_LAN_032, RL_LAN_020, RL_LAN_104, RL_LAN_022, RL_LAN_023, RL_LAN_025, RL_LAN_033), 'auditlog' => array(RL_LAN_019, RL_LAN_020, RL_LAN_104, RL_LAN_022, RL_LAN_023, RL_LAN_025, RL_LAN_033), 'rolllog' => array(RL_LAN_019, RL_LAN_032, RL_LAN_020, RL_LAN_104, RL_LAN_022, RL_LAN_023, RL_LAN_024, RL_LAN_025, RL_LAN_033), 'downlog' => array(RL_LAN_019, RL_LAN_020, RL_LAN_104, RL_LAN_022, RL_LAN_068, RL_LAN_069), 'detailed' => array(RL_LAN_097, RL_LAN_096, RL_LAN_098, RL_LAN_032, RL_LAN_020, RL_LAN_104, RL_LAN_022, RL_LAN_023, RL_LAN_025, RL_LAN_033), 'comments' => array(RL_LAN_019, RL_LAN_100, RL_LAN_101, RL_LAN_102, RL_LAN_103, RL_LAN_104, RL_LAN_105, RL_LAN_020, RL_LAN_106, RL_LAN_107, RL_LAN_108, RL_LAN_109, RL_LAN_110), 'online' => array(RL_LAN_019, RL_LAN_020, RL_LAN_021, RL_LAN_022, RL_LAN_116, RL_LAN_117, RL_LAN_118, RL_LAN_116));
|
||||
$col_titles = array('adminlog' => array(RL_LAN_019, RL_LAN_032, RL_LAN_020, RL_LAN_104, RL_LAN_022, RL_LAN_023, RL_LAN_025, RL_LAN_033), 'auditlog' => array(RL_LAN_019, RL_LAN_020, RL_LAN_104, RL_LAN_022, RL_LAN_023, RL_LAN_025, RL_LAN_033), 'rolllog' => array(RL_LAN_019, RL_LAN_032, RL_LAN_020, RL_LAN_104, RL_LAN_022, RL_LAN_023, RL_LAN_024, RL_LAN_025, RL_LAN_033), 'downlog' => array(RL_LAN_019, RL_LAN_020, RL_LAN_104, RL_LAN_022, RL_LAN_068, RL_LAN_069), 'detailed' => array(LAN_TIME, RL_LAN_096, RL_LAN_098, RL_LAN_032, RL_LAN_020, RL_LAN_104, RL_LAN_022, RL_LAN_023, RL_LAN_025, RL_LAN_033), 'comments' => array(RL_LAN_019, RL_LAN_100, RL_LAN_101, RL_LAN_102, RL_LAN_103, RL_LAN_104, LAN_AUTHOR, RL_LAN_020, RL_LAN_106, RL_LAN_107, RL_LAN_108, RL_LAN_109, RL_LAN_110), 'online' => array(RL_LAN_019, RL_LAN_020, RL_LAN_021, RL_LAN_022, RL_LAN_116, RL_LAN_117, RL_LAN_118, RL_LAN_116));
|
||||
|
||||
// For DB where the delete option is available, specifies the ID field
|
||||
$delete_field = array('comments' => 'comment_id');
|
||||
@@ -1028,7 +1028,7 @@ function admin_log_adminmenu()
|
||||
$var['comments']['text'] = 'Comments';
|
||||
$var['comments']['link'] = "admin_log.php?comments";
|
||||
|
||||
$var['config']['text'] = RL_LAN_027;
|
||||
$var['config']['text'] = LAN_OPTIONS;
|
||||
$var['config']['link'] = "admin_log.php?config";
|
||||
|
||||
/* XXX - why?!
|
||||
@@ -1068,7 +1068,7 @@ function headerjs()
|
||||
$ret = "
|
||||
<script type='text/javascript'>
|
||||
//add required core lan - delete confirm message
|
||||
(".e_jshelper::toString(RL_LAN_JS_CONFIRM).").addModLan('core', 'delete_confirm');
|
||||
(".e_jshelper::toString(LAN_JSCONFIRM).").addModLan('core', 'delete_confirm');
|
||||
</script>
|
||||
<script type='text/javascript' src='".e_FILE_ABS."jslib/core/admin.js'></script>
|
||||
";
|
||||
|
@@ -9,8 +9,8 @@
|
||||
* Ban List Management
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/banlist.php,v $
|
||||
* $Revision: 1.20 $
|
||||
* $Date: 2009-11-07 02:10:34 $
|
||||
* $Revision: 1.21 $
|
||||
* $Date: 2009-11-08 09:14:22 $
|
||||
* $Author: e107coders $
|
||||
*
|
||||
*/
|
||||
@@ -820,7 +820,7 @@ function banlist_adminmenu()
|
||||
$var['times']['link'] = e_SELF."?times";
|
||||
$var['times']['perm'] = "0";
|
||||
|
||||
$var['options']['text'] = BANLAN_62;
|
||||
$var['options']['text'] = LAN_OPTIONS;
|
||||
$var['options']['link'] = e_SELF."?options";
|
||||
$var['options']['perm'] = "0";
|
||||
}
|
||||
|
@@ -9,8 +9,8 @@
|
||||
* Administration - Database Utilities
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/db.php,v $
|
||||
* $Revision: 1.37 $
|
||||
* $Date: 2009-10-26 01:04:05 $
|
||||
* $Revision: 1.38 $
|
||||
* $Date: 2009-11-08 09:14:22 $
|
||||
* $Author: e107coders $
|
||||
*
|
||||
*/
|
||||
@@ -577,8 +577,8 @@ class system_tools
|
||||
</tbody>
|
||||
</table>
|
||||
<div class='buttons-bar center'>
|
||||
".$frm->admin_button('delpref_checked', DBLAN_21, 'delete')."
|
||||
".$frm->admin_button('back', DBLAN_13, 'back')."
|
||||
".$frm->admin_button('delpref_checked', LAN_DELCHECKED, 'delete')."
|
||||
".$frm->admin_button('back', LAN_BACK, 'back')."
|
||||
<input type='hidden' name='pref_type' value='".$type."' />
|
||||
</div>
|
||||
</fieldset>
|
||||
@@ -645,12 +645,12 @@ class system_tools
|
||||
|
||||
/* we all are awaiting for PHP5 only support - method chaining...
|
||||
$emessage->add(DBLAN_22.' - '.DBLAN_23, E_MESSAGE_SUCCESS)
|
||||
->add("<a href='".e_SELF."'>".DBLAN_13."</a>", E_MESSAGE_SUCCESS)
|
||||
->add("<a href='".e_SELF."'>".LAN_BACK."</a>", E_MESSAGE_SUCCESS)
|
||||
->add(DBLAN_30);
|
||||
*/
|
||||
|
||||
$emessage->add(DBLAN_23, E_MESSAGE_SUCCESS);
|
||||
$emessage->add("<a href='".e_SELF."'>".DBLAN_13."</a>", E_MESSAGE_SUCCESS);
|
||||
$emessage->add("<a href='".e_SELF."'>".LAN_BACK."</a>", E_MESSAGE_SUCCESS);
|
||||
$emessage->add(DBLAN_30);
|
||||
|
||||
$text = "
|
||||
@@ -913,7 +913,7 @@ function verify_sql_record() // deprecated by db_verify.php ( i think).
|
||||
}
|
||||
|
||||
$emessage->add($qry, E_MESSAGE_DEBUG);
|
||||
$emessage->add("<a href='".e_SELF."'>".DBLAN_13."</a>", E_MESSAGE_DEBUG);
|
||||
$emessage->add("<a href='".e_SELF."'>".LAN_BACK."</a>", E_MESSAGE_DEBUG);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -958,7 +958,7 @@ function verify_sql_record() // deprecated by db_verify.php ( i think).
|
||||
</table>
|
||||
<div class='buttons-bar center'>
|
||||
".$frm->admin_button('check_verify_sql_record', DBLAN_38)."
|
||||
".$frm->admin_button('back', DBLAN_13, 'back')."
|
||||
".$frm->admin_button('back', LAN_BACK, 'back')."
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
@@ -1013,7 +1013,7 @@ function verify_sql_record() // deprecated by db_verify.php ( i think).
|
||||
<th>".DBLAN_41."</th>
|
||||
<th>".DBLAN_42."</th>
|
||||
<th>".DBLAN_43."</th>
|
||||
<th class='center last'>".DBLAN_44."</th>
|
||||
<th class='center last'>".LAN_OPTIONS."</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -1031,7 +1031,7 @@ function verify_sql_record() // deprecated by db_verify.php ( i think).
|
||||
<td>{$v['itemid']}</td>
|
||||
<td>".($v['table_exist'] ? DBLAN_45 : DBLAN_46)."</td>
|
||||
<td class='center'>
|
||||
".$frm->checkbox('del_dbrec['.$ctype.']['.$delkey.'][]', '1').$frm->label(DBLAN_47, 'del_dbrec['.$ctype.']['.$delkey.'][]', '1')."
|
||||
".$frm->checkbox('del_dbrec['.$ctype.']['.$delkey.'][]', '1').$frm->label(LAN_DELETE, 'del_dbrec['.$ctype.']['.$delkey.'][]', '1')."
|
||||
</td>
|
||||
</tr>
|
||||
";
|
||||
@@ -1263,8 +1263,8 @@ function verify_sql_record() // deprecated by db_verify.php ( i think).
|
||||
|
||||
$text .= "
|
||||
<div class='buttons-bar center'>
|
||||
".$frm->admin_button('delete_verify_sql_record', DBLAN_48, 'delete')."
|
||||
".$frm->admin_button('verify_sql_record', DBLAN_13, 'back')."
|
||||
".$frm->admin_button('delete_verify_sql_record', LAN_DELCHECKED, 'delete')."
|
||||
".$frm->admin_button('verify_sql_record', LAN_BACK, 'back')."
|
||||
|
||||
</div>
|
||||
</form>
|
||||
|
@@ -9,9 +9,9 @@
|
||||
* Manage/View failed login attempts
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/fla.php,v $
|
||||
* $Revision: 1.8 $
|
||||
* $Date: 2009-07-18 13:08:37 $
|
||||
* $Author: marj_nl_fr $
|
||||
* $Revision: 1.9 $
|
||||
* $Date: 2009-11-08 09:14:22 $
|
||||
* $Author: e107coders $
|
||||
*
|
||||
*/
|
||||
require_once("../class2.php");
|
||||
@@ -146,7 +146,7 @@ else
|
||||
$text = "
|
||||
<form method='post' action='".e_SELF."' id='flaform' >
|
||||
<fieldset id='core-fla'>
|
||||
<legend class='e-hideme'>".FLALAN_1."</legend>
|
||||
<legend class='e-hideme'>".ADLAN_146."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='5'>
|
||||
<col style='width: 20%'></col>
|
||||
@@ -157,7 +157,7 @@ else
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>".FLALAN_6."</th>
|
||||
<th>".LAN_DATE."</th>
|
||||
<th>".FLALAN_7."</th>
|
||||
<th>".FLALAN_8."</th>
|
||||
<th class='center last'>
|
||||
@@ -214,7 +214,7 @@ else
|
||||
|
||||
}
|
||||
|
||||
$e107->ns->tablerender(FLALAN_1, $emessage->render().$text);
|
||||
$e107->ns->tablerender(ADLAN_146, $emessage->render().$text);
|
||||
|
||||
require_once("footer.php");
|
||||
/**
|
||||
|
@@ -9,8 +9,8 @@
|
||||
* Image Administration Area
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/image.php,v $
|
||||
* $Revision: 1.26 $
|
||||
* $Date: 2009-11-07 11:20:26 $
|
||||
* $Revision: 1.27 $
|
||||
* $Date: 2009-11-08 09:14:22 $
|
||||
* $Author: e107coders $
|
||||
*
|
||||
*/
|
||||
@@ -450,9 +450,9 @@ function show_avatars()
|
||||
<div class='spacer clear'>
|
||||
<div class='buttons-bar'>
|
||||
<input type='hidden' name='show_avatars' value='1' />
|
||||
".$frm->admin_button('check_all', IMALAN_59, 'action')."
|
||||
".$frm->admin_button('uncheck_all', IMALAN_60, 'action')."
|
||||
".$frm->admin_button('submit_show_delete_multi', IMALAN_58, 'delete')."
|
||||
".$frm->admin_button('check_all', LAN_CHECKALL, 'action')."
|
||||
".$frm->admin_button('uncheck_all', LAN_UNCHECKALL, 'action')."
|
||||
".$frm->admin_button('submit_show_delete_multi', LAN_DELCHECKED, 'delete')."
|
||||
".$frm->admin_button('submit_show_deleteall', IMALAN_25, 'delete')."
|
||||
".$frm->admin_button('submit_cancel_show', IMALAN_68, 'cancel')."
|
||||
</div>
|
||||
@@ -495,9 +495,9 @@ if (isset($_POST['check_avatar_sizes']))
|
||||
<thead>
|
||||
<tr>
|
||||
<th class='center'>".LAN_OPTIONS."</th>
|
||||
<th class='center'>".IMALAN_64."</th>
|
||||
<th class='center'>".LAN_USER."</th>
|
||||
<th class='center'>".IMALAN_62."</th>
|
||||
<th class='center last'>".IMALAN_63."</th>
|
||||
<th class='center last'>".LAN_URL."</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -593,9 +593,9 @@ if (isset($_POST['check_avatar_sizes']))
|
||||
</table>
|
||||
<div class='buttons-bar'>
|
||||
<input type='hidden' name='check_avatar_sizes' value='1' />
|
||||
".$frm->admin_button('check_all', IMALAN_59, 'action')."
|
||||
".$frm->admin_button('uncheck_all', IMALAN_60, 'action')."
|
||||
".$frm->admin_button('submit_avdelete_multi', IMALAN_58, 'delete')."
|
||||
".$frm->admin_button('check_all', LAN_CHECKALL, 'action')."
|
||||
".$frm->admin_button('uncheck_all', LAN_UNCHECKALL, 'action')."
|
||||
".$frm->admin_button('submit_avdelete_multi', LAN_DELCHECKED, 'delete')."
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
@@ -762,7 +762,7 @@ if (isset($_POST['check_avatar_sizes']))
|
||||
<tr>
|
||||
<td class='label'>".IMALAN_36."</td>
|
||||
<td class='control'>
|
||||
".$frm->admin_button('check_avatar_sizes', IMALAN_17)."
|
||||
".$frm->admin_button('check_avatar_sizes', ADLAN_145)."
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -924,7 +924,7 @@ function headerjs()
|
||||
$ret = "
|
||||
<script type='text/javascript'>
|
||||
//add required core lan - delete confirm message
|
||||
(".e_jshelper::toString(IMALAN_67).").addModLan('core', 'delete_confirm');
|
||||
(".e_jshelper::toString(LAN_JSCONFIRM).").addModLan('core', 'delete_confirm');
|
||||
</script>
|
||||
<script type='text/javascript' src='".e_FILE_ABS."jslib/core/admin.js'></script>
|
||||
";
|
||||
|
@@ -9,8 +9,8 @@
|
||||
* Administration Area - Languages
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/language.php,v $
|
||||
* $Revision: 1.25 $
|
||||
* $Date: 2009-11-07 11:34:22 $
|
||||
* $Revision: 1.26 $
|
||||
* $Date: 2009-11-08 09:14:22 $
|
||||
* $Author: e107coders $
|
||||
*
|
||||
*/
|
||||
@@ -298,7 +298,7 @@ if (isset($_POST['edit_existing']))
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='label'><strong>".LANG_LAN_10."</strong></td>
|
||||
<td class='label'><strong>".LAN_CONFDELETE."</strong></td>
|
||||
<td class='control'>
|
||||
".$frm->checkbox('remove', 1)."
|
||||
<div class='smalltext field-help'>".$frm->label(LANG_LAN_11, 'remove', 1)."</div>
|
||||
@@ -523,7 +523,7 @@ function multilang_db()
|
||||
{
|
||||
//FIXME sprintf
|
||||
$text .= "<button class='edit' type='submit' name='edit_existing' value='no-value'><span>".LAN_EDIT."</span></button>
|
||||
<button class='delete' type='submit' name='del_existing' value='no-value' title='".sprintf(LANG_LAN_33, $e_language).' '.LANG_LAN_09."'><span>".LAN_DELETE."</span></button>";
|
||||
<button class='delete' type='submit' name='del_existing' value='no-value' title='".sprintf(LANG_LAN_33, $e_language).' '.LAN_JSCONFIRM."'><span>".LAN_DELETE."</span></button>";
|
||||
}
|
||||
elseif ($e_language != $pref['sitelanguage'])
|
||||
{
|
||||
@@ -635,9 +635,12 @@ function show_tools()
|
||||
$fl->mode = 'full';
|
||||
$lans = $fl->get_files(e_LANGUAGEDIR."English/admin");
|
||||
|
||||
$exclude = array('lan_admin.php');
|
||||
|
||||
|
||||
foreach($lans as $script=>$lan)
|
||||
{
|
||||
if(basename($lan)=='lan_admin.php')
|
||||
if(in_array(basename($lan),$exclude))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
@@ -950,7 +953,7 @@ function getDefined($line)
|
||||
|
||||
|
||||
|
||||
function compareit($needle,$haystack,$value='',$disabled){
|
||||
function compareit($needle,$haystack,$value='',$disabled=FALSE){
|
||||
|
||||
|
||||
// return "Need=".$needle."<br />hack=".$haystack."<br />val=".$val;
|
||||
@@ -973,7 +976,7 @@ function compareit($needle,$haystack,$value='',$disabled){
|
||||
{
|
||||
if(strtoupper(trim($value)) == strtoupper($common))
|
||||
{
|
||||
//$text .= "<div style='color:yellow'><b>$common</b></div>";
|
||||
//$text .= "<div style='color:yellow'><b>$common</b></div>";
|
||||
$foundCommon = TRUE;
|
||||
break;
|
||||
}
|
||||
@@ -989,12 +992,18 @@ function compareit($needle,$haystack,$value='',$disabled){
|
||||
|
||||
$count = 1;
|
||||
foreach($lines as $ln)
|
||||
{
|
||||
if(strpos($ln,$needle.'.')!==FALSE || strpos($ln,$needle.';')!==FALSE || strpos($ln,$needle.';')!==FALSE)
|
||||
{
|
||||
if(preg_match("/\b".$needle."\b/i",$ln))
|
||||
{
|
||||
$text .= "Line:<b>".$count."</b> "; // "' Found";
|
||||
if($disabled)
|
||||
{
|
||||
$text .= ADMIN_WARNING_ICON;
|
||||
}
|
||||
$text .= " Line:<b>".$count."</b> "; // "' Found";
|
||||
|
||||
$found = TRUE;
|
||||
}
|
||||
|
||||
$count++;
|
||||
}
|
||||
|
||||
@@ -1051,7 +1060,7 @@ function headerjs()
|
||||
<script type='text/javascript' src='".e_FILE_ABS."jslib/core/admin.js'></script>
|
||||
<script type='text/javascript'>
|
||||
//add required core lan - delete confirm message
|
||||
(".e_jshelper::toString(LANG_LAN_09).").addModLan('core', 'delete_confirm');
|
||||
(".e_jshelper::toString(LAN_JSCONFIRM).").addModLan('core', 'delete_confirm');
|
||||
|
||||
//core object
|
||||
e107Admin.CoreLanguage = {};
|
||||
|
@@ -10,9 +10,9 @@
|
||||
* Administration Area - Users
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/users.php,v $
|
||||
* $Revision: 1.62 $
|
||||
* $Date: 2009-11-05 17:32:17 $
|
||||
* $Author: secretr $
|
||||
* $Revision: 1.63 $
|
||||
* $Date: 2009-11-08 09:14:22 $
|
||||
* $Author: e107coders $
|
||||
*
|
||||
*/
|
||||
require_once ('../class2.php');
|
||||
@@ -555,7 +555,7 @@ class users
|
||||
$this->fields = array(
|
||||
'checkboxes' => array('title' => '','width' => '3%','forced' => true,'thclass' => 'center first'),
|
||||
'user_id' => array('title' => 'Id','width' => '5%','forced' => true),
|
||||
'user_status' => array('title' => ADLAN_134,'width' => 'auto', 'nosort'=>TRUE),
|
||||
'user_status' => array('title' => LAN_STATUS,'width' => 'auto', 'nosort'=>TRUE),
|
||||
'user_name' => array('title' => LAN_USER_01,'type' => 'text','width' => 'auto','thclass' => 'left first'), // Display name
|
||||
'user_loginname' => array('title' => LAN_USER_02,'type' => 'text','width' => 'auto'), // User name
|
||||
'user_login' => array('title' => LAN_USER_03,'type' => 'text','width' => 'auto'), // Real name (no real vetting)
|
||||
|
Reference in New Issue
Block a user