Show
Ignore:
Timestamp:
11/29/07 13:35:53 (12 months ago)
Author:
aarkerio
Message:

Update sql files

Location:
trunk/app/views/elements
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/elements/login.thtml

    r229 r231  
    77   echo  $form->labelTag( 'User/username', 'Username:' ) . "<br />";   
    88   echo  $html->input('User/username', array('id' => 'user_username', 'size' => '15', 'maxlength'=>'30')). '<br />'; 
    9    echo  $html->tagErrorMsg('User/username', 'Please enter your username');  
    10    echo  $form->labelTag( 'User/passwd', 'Password:' ); 
     9   echo  $html->tagErrorMsg('User/username', 'Please enter your username') .'<br />';  
     10   echo  $form->labelTag( 'User/passwd', 'Password:' ) .'<br />'; 
    1111   echo  $html->input('User/passwd', array('id' => 'user_passwd', 'size' => '9', 'type'=>'password')); 
    1212   echo  $html->tagErrorMsg('User/passwd', 'Please enter your password!')  
  • trunk/app/views/elements/subjects.thtml

    r229 r231  
    11 <li id="news"> 
    2    <h2 class="bg2">Subjects</h2> 
    32<?php  
    4    echo  $ajax->link($html->image("static/arrow.png", array("alt"=>"Subjects", "title"=>"Subject")), '/subjects/display', 
     3   echo  '<h2 class="bg2">Subjects ' . $ajax->link($html->image("static/arrow_down.png", array("alt"=>"Display Subjects", "title"=>"Display Subject")), '/subjects/display', 
    54        array("update" => "qn", 
    65              "loading"=>"Element.show('loading3');",  
     
    98               false 
    109             ); 
    11      
     10     echo '</h2>'; 
    1211    echo '<div id="loading3" style="display: none;">'; 
    1312                  echo $html->image("static/loading.gif", array("alt"=>"Loading"));