From fdc515fddcbb4b1e4dcedc07614822e511a3bf54 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sat, 30 Dec 2006 21:14:54 +0000 Subject: [PATCH] Add class attribute to template git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12020 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/hyperlink.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/default/hyperlink.tpl b/templates/default/hyperlink.tpl index ec105c29..50f83888 100644 --- a/templates/default/hyperlink.tpl +++ b/templates/default/hyperlink.tpl @@ -11,6 +11,7 @@ * + $target - the location where the link should be opened * (optional; may not be present) * + $onclick - onClick JavaScript handler (optional; may not be present) + * + $class - CSS class name (optional; may not be present) * * @copyright © 1999-2006 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License @@ -25,4 +26,4 @@ extract($t); -?>> +?>> -- 2.25.1