Changeset 569


Ignore:
Timestamp:
Sep 17, 2007 3:38:31 AM (6 years ago)
Author:
dkg
Message:

JPDD: minor aesthetic change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jpdd/class.jpdd.organization.php

    r568 r569  
    161161      $requirements = $jpdd->getSeriesFromSQL('SELECT category.*, minimum, maximum FROM attendance_requirements JOIN category ON (category.id = category_id) WHERE event_id = '.$jpdd->getActiveEventID().' ORDER BY minimum DESC', 'JPDD_Category');  
    162162 
    163       $ret = '<div class="instructions">Please sign up teachers from your school by dragging them to the appropriate subject area on the left.<strong>Remember to click <q>Save Changes</q> below!</div>'; 
     163      $ret = '<div class="instructions">Please sign up teachers from your school by dragging them to the appropriate subject area on the left.<br/><strong>Remember to click <q>Save Changes</q> below!</div>'; 
    164164      $script .= '$("li.affiliated_person").Draggable( {revert: true, ghosting: true} ); 
    165165$("fieldset.category").each( JPDD.Liaison.testapply );'; 
Note: See TracChangeset for help on using the changeset viewer.