Changeset 572
- Timestamp:
- Sep 17, 2007 3:56:18 PM (6 years ago)
- Location:
- trunk/jpdd
- Files:
-
- 2 edited
-
class.jpdd.organization.php (modified) (1 diff)
-
web/styles/liaison.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jpdd/class.jpdd.organization.php
r570 r572 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.<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>'; 164 166 $script .= '$("li.affiliated_person").Draggable( {revert: true, ghosting: true} ); 165 167 $("fieldset.category").each( JPDD.Liaison.testapply );'; -
trunk/jpdd/web/styles/liaison.css
r571 r572 13 13 div.instructions { 14 14 margin-bottom: 1em; 15 font-weight: bold; 15 16 } 16 17
Note: See TracChangeset
for help on using the changeset viewer.

