From c8ec78398dea9f508b7c20ef8b8c56ebbb163f75 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 13 Feb 2011 11:46:52 +0000 Subject: [PATCH] consistent colors --- lam/templates/massBuildAccounts.php | 2 +- lam/templates/massDoUpload.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lam/templates/massBuildAccounts.php b/lam/templates/massBuildAccounts.php index 9448800c..61ce7d9a 100644 --- a/lam/templates/massBuildAccounts.php +++ b/lam/templates/massBuildAccounts.php @@ -84,7 +84,7 @@ if (isset($_GET['showldif'])) { } include 'main_header.php'; -echo '
'; +echo '
'; $selectedModules = explode(',', $_POST['selectedModules']); if ($_FILES['inputfile'] && ($_FILES['inputfile']['size'] > 0)) { diff --git a/lam/templates/massDoUpload.php b/lam/templates/massDoUpload.php index 7e98eb5a..0997d3e7 100644 --- a/lam/templates/massDoUpload.php +++ b/lam/templates/massDoUpload.php @@ -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 '
'; +echo '
'; // create accounts $accounts = unserialize($_SESSION['ldap']->decrypt($_SESSION['mass_accounts']));