Changeset - 73f58d77e758
[Not reviewed]
default
0 2 0
Nathan Brink (binki) - 15 years ago 2010-09-30 21:44:39
ohnobinki@ohnopublishing.net
Add jQueryUI back to input.php and fix the glider on schedulecreator.php by using id="my-glider" instead of class="my-glider".
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
class.schedule.php
Show inline comments
 
@@ -268,7 +268,7 @@ class Schedule
 
		$footcloser = '';
 

	
 
                if(isset($_REQUEST['print']) && $_REQUEST['print'] != ''){
 
	                $headcode = array('jQuery', 'outputStyle', 'outputPrintStyle');
 
			$headcode = array('jQuery', 'outputStyle', 'outputPrintStyle');
 
		}
 
		else {
 
			$footcloser .="<script type=\"text/javascript\" charset=\"utf-8\">". 
 
@@ -313,7 +313,7 @@ class Schedule
 

	
 
		if($this->nPermutations > 0)
 
		{
 
			$table .= "<div class=\"my-glider\">\n"
 
			$table .= "<div id=\"my-glider\">\n"
 
			  . "  <div class=\"controls\">\n";
 
			
 
			for($nn = 1; $nn <= $this->nPermutations; $nn++)
input.php
Show inline comments
 
@@ -6,7 +6,7 @@ include_once 'class.class.php';
 
include_once 'class.section.php';
 
include_once 'inc/class.page.php';
 

	
 
$scripts = array('jQuery','jValidate','schedInput');
 
$scripts = array('jQuery', 'jQueryUI', 'jValidate','schedInput');
 
$inputPage = new page('Scheduler', $scripts, FALSE);
 

	
 
$sch = FALSE;
0 comments (0 inline, 0 general)