Show
Ignore:
Timestamp:
06/04/08 22:04:35 (6 months ago)
Author:
aarkerio
Message:

Locale

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/elements/subjects.ctp

    r313 r589  
    11 <li id="news"> 
    22<?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', 
    44        array("update" => "qn", 
    55              "loading"=>"Element.show('loading3');",  
     
    99             ); 
    1010     echo '</h2>'; 
    11     echo '<div id="loading3" style="display: none;">'; 
    12                   echo $html->image("static/loading.gif", array("alt"=>"Loading")); 
    13     echo '</div>'; 
    1411     
    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'); 
    1715?> 
    1816</li>