From: pdontthink Date: Sat, 30 Dec 2006 21:14:54 +0000 (+0000) Subject: Add class attribute to template X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fdc515fddcbb4b1e4dcedc07614822e511a3bf54;p=squirrelmail.git Add class attribute to template git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12020 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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); -?>> +?>>