From: Ben H. <bdv...@us...> - 2010-11-22 23:06:00
|
Update of /cvsroot/stack/stack-dev/lib/filters/active/Hints In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29766/lib/filters/active/Hints Modified Files: Tag: question_reporting Hints.php Log Message: Merging from the current HEAD into question_reporting. Apologies in advance if this all goes horribly wrong. Index: Hints.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lib/filters/active/Hints/Hints.php,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** Hints.php 11 Sep 2009 08:43:55 -0000 1.2 --- Hints.php 22 Nov 2010 23:05:53 -0000 1.2.2.1 *************** *** 63,67 **** // CJS 3/9/2009. Avoid popups. //$rep = '<html><a href="javascript:helpPopup(\''.$root.'/lib/ui/helpViewer.php?reference=fact§ion='.$val.'\');"><img align="middle" border="0" alt="Question value" src="'.$root.'/pix/help.gif" /></a></html>'; ! $hintroot = '../../lang/'.$config->get('lang').'/doc/'; require_once($hintroot.'student_factsformula.php'); --- 63,67 ---- // CJS 3/9/2009. Avoid popups. //$rep = '<html><a href="javascript:helpPopup(\''.$root.'/lib/ui/helpViewer.php?reference=fact§ion='.$val.'\');"><img align="middle" border="0" alt="Question value" src="'.$root.'/pix/help.gif" /></a></html>'; ! $hintroot = $config->get('docroot').'/lang/'.$config->get('lang').'/doc/'; require_once($hintroot.'student_factsformula.php'); |