Changeset 572


Ignore:
Timestamp:
Sep 17, 2007 3:56:18 PM (6 years ago)
Author:
dkg
Message:

JPDD: changing instructions with suggestions from phyllis.

Location:
trunk/jpdd
Files:
2 edited

Legend:

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

    r570 r572  
    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.<br/><strong>Remember to click <q>Save Changes</q> below!</strong></div>'; 
     163      $ret = '<div class="instructions">Please sign up teachers from your school by dragging their names to the appropriate subject areas on the left.<br/>'. 
     164        'New teachers can be added in the box below.<br/>'. 
     165        '<strong>Remember to click <input type="submit" value="Save Changes"> before exiting!</strong></div>'; 
    164166      $script .= '$("li.affiliated_person").Draggable( {revert: true, ghosting: true} ); 
    165167$("fieldset.category").each( JPDD.Liaison.testapply );'; 
  • trunk/jpdd/web/styles/liaison.css

    r571 r572  
    1313div.instructions {  
    1414 margin-bottom: 1em; 
     15 font-weight: bold; 
    1516} 
    1617 
Note: See TracChangeset for help on using the changeset viewer.