X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault%2Ferror_message.tpl;h=67ab20cf25679cc3bdda2161494a36733a726ce4;hp=90931eace281b60c284da5cf3541044566db9168;hb=dcc5e0d309e8636aa7687801825904c3474c3d1a;hpb=f0f5ad5e3eb5703b84f52a1f3e90df41abe7db2a diff --git a/templates/default/error_message.tpl b/templates/default/error_message.tpl index 90931eac..67ab20cf 100644 --- a/templates/default/error_message.tpl +++ b/templates/default/error_message.tpl @@ -3,11 +3,10 @@ /** * error_message.tpl * - * Copyright (c) 1999-2005 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * * Template for viewing error handler error messages * + * @copyright 1999-2017 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail * @subpackage templates @@ -18,6 +17,7 @@ /* retrieve the template vars */ extract($t); + if (isset($aErrors) && is_array($aErrors)) { ?>
@@ -35,7 +35,7 @@ if (isset($aErrors) && is_array($aErrors)) { - + @@ -52,7 +52,7 @@ if (isset($aErrors) && is_array($aErrors)) { : - + @@ -82,10 +82,15 @@ if (isset($aErrors) && is_array($aErrors)) { + + + + +
\ No newline at end of file