From: stevetruckstuff Date: Thu, 6 Apr 2006 19:59:12 +0000 (+0000) Subject: Add posibility of link in error box. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=883d07f18ea3360c12fbda6c317b5ef49c0554cf Add posibility of link in error box. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11039 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/templates/default/error_box.tpl b/templates/default/error_box.tpl index b0ebd9c0..8af1ee0d 100644 --- a/templates/default/error_box.tpl +++ b/templates/default/error_box.tpl @@ -11,6 +11,12 @@ * $error - Translation of string "ERROR". This string is * translated in functions that call this template to * avoid making multiple translations on this string + * $link - Array containing link to display to go back, if desired. + * If no link is dsired, this will be NULL. The array + * will contain the following elements: + * $link['URL'] - URL target for link + * $link['FRAME'] - Frame target for link + * $link['TEXT'] - Text to display for link * * @copyright © 1999-2006 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License @@ -37,6 +43,18 @@ extract($t); + + + + + + + +