Update of /cvsroot/stack/stack-dev/opaque/moodleModule/opaque/stack
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21764/opaque/moodleModule/opaque/stack
Modified Files:
Tag: STACK2_2
stackDeploy.php
Log Message:
Added count of deployment size.
Index: stackDeploy.php
===================================================================
RCS file: /cvsroot/stack/stack-dev/opaque/moodleModule/opaque/stack/stackDeploy.php,v
retrieving revision 1.4.2.3
retrieving revision 1.4.2.4
diff -C2 -d -r1.4.2.3 -r1.4.2.4
*** stackDeploy.php 25 Jun 2010 16:39:52 -0000 1.4.2.3
--- stackDeploy.php 29 Sep 2010 11:37:43 -0000 1.4.2.4
***************
*** 123,126 ****
--- 123,128 ----
print_heading($strtitle);
+ echo '<p>'.get_string('nodeployed', 'qtype_opaque').': '.count($deployedList);
+
echo "<form method='POST' action='?id=".$_GET['id']."'>";
echo $deployedPage->xhtml; // may include form fields
|