consistent colors

This commit is contained in:
Roland Gruber 2011-02-13 11:46:52 +00:00
parent 546fb715fc
commit c8ec78398d
2 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ if (isset($_GET['showldif'])) {
}
include 'main_header.php';
echo '<div class="userlist-bright smallPaddingContent">';
echo '<div class="' . $_POST['scope'] . 'list-bright smallPaddingContent">';
$selectedModules = explode(',', $_POST['selectedModules']);
if ($_FILES['inputfile'] && ($_FILES['inputfile']['size'] > 0)) {

View File

@ -3,7 +3,7 @@
$Id$
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2004 - 2010 Roland Gruber
Copyright (C) 2004 - 2011 Roland Gruber
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -56,7 +56,7 @@ if (!isset($_SESSION['loggedIn']) || ($_SESSION['loggedIn'] !== true)) {
setlanguage();
include 'main_header.php';
echo '<div class="userlist-bright smallPaddingContent">';
echo '<div class="' . $_SESSION['mass_scope'] . 'list-bright smallPaddingContent">';
// create accounts
$accounts = unserialize($_SESSION['ldap']->decrypt($_SESSION['mass_accounts']));