Changeset 589 for trunk/app/views/elements
- Timestamp:
- 06/04/08 22:04:35 (6 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/elements/subjects.ctp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/elements/subjects.ctp
r313 r589 1 1 <li id="news"> 2 2 <?php 3 echo '<h2 class="bg2"> Subjects '. $ajax->link($html->image("static/arrow_down.png", array("alt"=>"Display Subjects", "title"=>"Display Subject")), '/subjects/display',3 echo '<h2 class="bg2">'.__('Subjects', true). $ajax->link($html->image("static/arrow_down.png", array("alt"=>"Display Subjects", "title"=>"Display Subject")), '/subjects/display', 4 4 array("update" => "qn", 5 5 "loading"=>"Element.show('loading3');", … … 9 9 ); 10 10 echo '</h2>'; 11 echo '<div id="loading3" style="display: none;">';12 echo $html->image("static/loading.gif", array("alt"=>"Loading"));13 echo '</div>';14 11 15 echo $ajax->div('qn', array("style"=>"padding:3px")); 16 echo $ajax->divEnd('qn'); 12 echo $html->div(null, $html->image('static/loading.gif', array('alt'=>'Loading...')), array('id'=>'loading3', 'style'=>'display: none')); 13 14 echo $ajax->div('qn', array("style"=>"padding:3px")).$ajax->divEnd('qn'); 17 15 ?> 18 16 </li>
