Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_modules / postcalendar [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
03 Oct 2002 04:01:17 | postnuke_modules/postcalendar | smarty_plugins.php,1.9,1.10 | Roger Raymond |
multiple views introduced in navigation |
Update of /home/cvsroot/postnuke_modules/postcalendar In directory ns7.hostnuke.net:/tmp/cvs-serv3034 Modified Files: smarty_plugins.php Log Message: multiple views introduced in navigation Index: smarty_plugins.php =================================================================== RCS file: /home/cvsroot/postnuke_modules/postcalendar/smarty_plugins.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** smarty_plugins.php 3 Oct 2002 03:48:57 -0000 1.9 --- smarty_plugins.php 3 Oct 2002 04:01:15 -0000 1.10 *************** *** 312,319 **** // build the form ! echo $fstart; ! echo $output->FormSelectMultiple('tplview', $options); ! echo $submit; ! echo $fend; } ?> --- 312,323 ---- // build the form ! if(count($options) > 1) { ! echo $fstart; ! echo $output->FormSelectMultiple('tplview', $options); ! echo $output->FormHidden('Date',$Date); ! echo $output->FormHidden('viewtype',$viewtype); ! echo $submit; ! echo $fend; ! } } ?>
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |