Update of /cvsroot/squirrelmail/squirrelmail/plugins/listcommands
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv3184/plugins/listcommands
Modified Files:
functions.php
Log Message:
Add class attribute to template
Index: functions.php
===================================================================
RCS file:
/cvsroot/squirrelmail/squirrelmail/plugins/listcommands/functions.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -w -r1.11 -r1.12
--- functions.php 10 Dec 2006 21:47:04 -0000 1.11
+++ functions.php 30 Dec 2006 21:29:54 -0000 1.12
@@ -66,6 +66,8 @@
$oTemplate->assign('uri', $act);
$oTemplate->assign('target', '_blank');
$oTemplate->assign('text', $fieldsdescr[$cmd]);
+ $oTemplate->assign('class', '');
+ $oTemplate->assign('onclick', '');
$output = $oTemplate->fetch('hyperlink.tpl');
$links[] = $output;
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|