diff --git a/.gitattributes b/.gitattributes index d8a3a941..90d6c12b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -143,6 +143,7 @@ bureau/admin/icon/edit.png -text bureau/admin/icon/encrypted.png -text bureau/admin/icon/exe.png -text bureau/admin/icon/file.png -text +bureau/admin/icon/filter.png -text bureau/admin/icon/folder.png -text bureau/admin/icon/htm.png -text bureau/admin/icon/jpg.png -text @@ -176,7 +177,6 @@ bureau/admin/icon/winresize.gif -text bureau/admin/icon/xls.png -text bureau/admin/icon/zip.png -text bureau/admin/images/admin.png -text -bureau/admin/images/alert.png -text bureau/admin/images/bgborder.gif -text bureau/admin/images/blank.gif -text bureau/admin/images/check_no.png -text @@ -247,6 +247,7 @@ bureau/admin/images/ssh.png -text bureau/admin/images/stat.png -text bureau/admin/images/success.png -text bureau/admin/images/undelete.png -text +bureau/admin/images/warning.png -text bureau/admin/index.php -text bureau/admin/ip_main.php -text bureau/admin/js/alternc.js -text diff --git a/bureau/admin/adm_list.php b/bureau/admin/adm_list.php index ca484bae..b6bbb8be 100644 --- a/bureau/admin/adm_list.php +++ b/bureau/admin/adm_list.php @@ -69,18 +69,55 @@ if ($pattern && $pattern_type) {
()
+ + + get_creator_list(); - -if ($subadmin==1 || $cuid==2000) { -if($show != 'all') { - echo '' . _('List all AlternC accounts') . ''; - if ($subadmin==1 || $cuid==2000) { - $infos_creators = array(); - - foreach ($list_creators as $key => $val) { - $infos_creators[] = '' . $val['login'] . ''; - } - - if (count($infos_creators)) { - echo ' ('._("Or only the accounts of:")." ". implode(', ', $infos_creators) . ')'; - } - } - echo "
"; -} else { // if show != all - echo '' . _('List only my accounts') . '
'; -} -}// END ($subadmin==1 || $cuid==2000) - if (!is_array($r) || empty($r) ) { echo ''._("No account defined for now").'
'; include('foot.php'); @@ -127,9 +145,8 @@ if (!is_array($r) || empty($r) ) { if ($mem->user["admlist"]==0) { // Normal (large) mode ?>
- " id="crup_url_" name="" size="40" maxlength="255" value=""/> + " size="40" maxlength="255" value=""/> |
|||||
" id="crup_user_" name="" size="20" maxlength="64" value=""/> |
- " id="crup_pass_" name="" size="20" maxlength="64" value=""/> |
- " id="crup_mail_" name="" size="25" maxlength="64" value=""/> |
+ " size="20" maxlength="64" value=""/> |
+ " size="20" maxlength="64" value=""/> |
+ " size="25" maxlength="64" value=""/> |