Show
Ignore:
Timestamp:
05/07/08 18:55:47 (8 months ago)
Author:
aarkerio
Message:

I improved layouts and users display

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/layouts/rubyx.ctp

    r431 r459  
    5353              echo $form->create("Entry", array("action"=>"search", "onsubmit"=>"return chkSearch()")); 
    5454              echo $form->hidden('Entry.user_id', array("value"=>$blog['User']['id'])); 
    55                 echo '<fieldset><legend>Search</legend>';  
     55              echo '<fieldset><legend>Search</legend>';  
    5656              echo $form->label('Entry.terms', 'Find:', array("class"=>"noscreen")); 
    57                echo '<span id="search-input-out">'; 
     57          echo '<span id="search-input-out">'; 
    5858              echo $form->input('Entry.terms', array("size"=>"30", "id"=>"search-input-out"));  
    5959              echo '</span>'; 
     
    8080                      
    8181                    <?php echo ($url == 'users/abou') ? '<li id="active">' : '<li>'; ?> 
    82                     <a href="/users/about/<?php echo $blog['User']['username'] ?>">About Me<span class="tab-l"></span><span class="tab-r"></span></a></li>  
     82                    <a href="/vclassrooms/aboutme/<?php echo $blog['User']['username'] ?>">About Me<span class="tab-l"></span><span class="tab-r"></span></a></li>  
    8383                          
    8484                    <?php echo ($url == 'messages/c') ? '<li id="active">' : '<li>'; ?>