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
 
@@ -87,13 +87,13 @@ require_once('inc/admin.inc');
 

	
 
	$num_purged = schedule_store_purge_range($schedule_store, 0, $purge_date);
 
	if ($num_purged === FALSE)
 
	  {
 
	    $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
 
	  {
 
	    $result .= 'Purged ' . $num_purged . ' schedules';
 
	    if ($purge_date !== NULL)
 
	      $result .= ' up to ' . $purge_date;
scripts/scheduleInput.js
Show inline comments
 
@@ -215,13 +215,13 @@ function genOptionHtml(value, content, t
 
/** Add tooltips for user guidance */
 
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,
 
        radius: 4,
 
        color: '#333'
 
      },
0 comments (0 inline, 0 general)