Changeset - d8a9840d3319
[Not reviewed]
default
0 2 0
Ethan Zonca - 15 years ago 2011-01-15 20:18:42
ez@ethanzonca.com
Minor changes
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
admin.php
Show inline comments
 
@@ -90,7 +90,7 @@ require_once('inc/admin.inc');
 
	  {
 
	    $result = 'Purging saved scheduled failed.';
 
	    if (!$admin_enable_purge)
 
	      $result .= ' To enable purging saved schedules, since this is an irreversable operation, you must set $admin_enable_purge = TRUE in config.inc.';
 
	      $result .= ' Purging is disabled. To enable purging, set $admin_enable_purge = TRUE in config.inc.';
 
	  }
 
	else
 
	  {
scripts/scheduleInput.js
Show inline comments
 
@@ -218,7 +218,7 @@ function addTips() {
 
  var tr = jQuery('tr');
 
  var td = tr.eq(tr.length-2);
 
  jQuery('td:first', td).qtip({
 
    content: 'Type your class ID (such as PEF-1010)',
 
    content: 'Start typing your class ID (such as PEF-1010) and click a suggestion to add sections',
 
    style: {
 
      border: { 
 
        width: 3,
0 comments (0 inline, 0 general)