Changeset - cbe02445b19d
[Not reviewed]
default
0 1 0
Ethan Zonca - 15 years ago 2011-03-22 19:33:09
ez@ethanzonca.com
Registration system links open in new window
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
school.d/default.inc
Show inline comments
 
@@ -74,13 +74,13 @@ function default_registration_html(Page 
 
      $link_text = $school['name'] . '\'s website';
 
    }
 

	
 
  $html = ''
 
    . '  <p>' . PHP_EOL
 
    . '    Enter these codes into ' . htmlentities($school['name']) . '\'s online course registration' . PHP_EOL
 
    . '    system (<a href="' . htmlentities($link_url) . '">' . htmlentities($link_text) . '</a>)' . PHP_EOL
 
    . '    system (<a href="' . htmlentities($link_url) . '" target="_blank">' . htmlentities($link_text) . '</a>)' . PHP_EOL
 
    . '    to register for classes:' . PHP_EOL
 
    . '  </p>' . PHP_EOL
 
    . '  <ul class="synonym-list">' . PHP_EOL;
 
  foreach ($courses as $course)
 
    foreach ($course as $section)
 
      $html .= '    <li>' . htmlentities($section->getSynonym()) . '</li>' . PHP_EOL;
0 comments (0 inline, 0 general)