Changeset 569
- Timestamp:
- Sep 17, 2007 3:38:31 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/jpdd/class.jpdd.organization.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jpdd/class.jpdd.organization.php
r568 r569 161 161 $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'); 162 162 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>'; 164 164 $script .= '$("li.affiliated_person").Draggable( {revert: true, ghosting: true} ); 165 165 $("fieldset.category").each( JPDD.Liaison.testapply );';
Note: See TracChangeset
for help on using the changeset viewer.

