Changeset 37

Show
Ignore:
Timestamp:
04/10/07 04:02:42
Author:
grahack
Message:

FAL: corrected html validation badness or small typos

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • FreakAuth/trunk/www/system/application/controllers/admin/example.php

    r27 r37  
    8989        $data['heading']='Admin Console home'; 
    9090                $data['action']='Just an example'; 
    91                 $data['content']="<p>You can view this because yo are a super admin</p>"; 
     91                $data['content']="<p>You can view this because you are a super admin</p>"; 
    9292 
    9393                 
  • FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/activation_failed.php

    r36 r37  
    11<?=$this->lang->line('FAL_activation_failed_message');?> 
    2 <BR/> 
     2<br /> 
    33<?=anchor($this->config->item('FAL_activation_continue_action'), $this->lang->line('FAL_continue_label'))?> 
  • FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/activation_success.php

    r36 r37  
    11<?=$this->lang->line('FAL_activation_success_message');?> 
    2 <BR/> 
     2<br /> 
    33<?=anchor($this->config->item('FAL_activation_continue_action'), $this->lang->line('FAL_continue_label'))?> 
    44 
  • FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/change_password.php

    r2 r37  
    1010                               'size'=>'30', 
    1111                               'value'=>(isset($this->validation) ? $this->validation->{'user_name'} : '')))?> 
    12      </label><span><?=(isset($this->validation) ? $this->validation->{'user_name'.'_error'} : '')?></span> 
     12     <span><?=(isset($this->validation) ? $this->validation->{'user_name'.'_error'} : '')?></span> 
    1313        </p> 
    1414 
     
    3939                <input type="submit" name="Submit" value="Submit" class="submit"/> 
    4040                <input type="reset" name="Reset" value="reset" /> 
     41</form> 
    4142</fieldset> 
    42 </form> 
    4343</div> 
  • FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/forgotten_password.php

    r20 r37  
    1 <h2>Forgotten Password</h2> 
     1<fieldset> 
     2<legend><?=$heading?></legend> 
    23<?=form_open('auth/forgotten_password')?> 
    34        <p><label for="email"><?=$this->lang->line('FAL_user_email_label')?>:</label> 
     
    2223    <?php }?> 
    2324    <!-- END CAPTCHA (security image)--> 
    24         <P><?=form_submit(array('name'=>'submit',  
     25        <p><?=form_submit(array('name'=>'submit',  
    2526  
    2627                             'value'=>$this->lang->line('FAL_submit_label')))?> 
    2728 </p> 
    2829<?=form_close()?> 
     30</fieldset> 
  • FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/forgotten_password_reset_failed.php

    r36 r37  
    11<?=$this->lang->line('FAL_forgotten_password_reset_failed_message');?> 
    2 <BR/> 
     2<br /> 
    33<?=anchor($this->config->item('FAL_forgotten_password_reset_continue_action'), $this->lang->line('FAL_continue_label'))?> 
  • FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/forgotten_password_reset_success.php

    r36 r37  
    11<?=$this->lang->line('FAL_forgotten_password_reset_success_message');?> 
    2 <BR/> 
    3 <BR/> 
     2<br /> 
     3<br /> 
    44<?=anchor($this->config->item('FAL_forgotten_password_reset_continue_action'), $this->lang->line('FAL_continue_label'))?> 
    55 
  • FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/forgotten_password_success.php

    r36 r37  
    11<?=$this->lang->line('FAL_forgotten_password_success_message');?> 
    2 <BR/> 
    3 <BR/> 
     2<br /> 
     3<br /> 
    44<?=anchor($this->config->item('FAL_forgotten_password_reset_continue_action'), $this->lang->line('FAL_continue_label'))?> 
  • FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/login.php

    r20 r37  
    22<?=form_open('auth/')?> 
    33<!--USERNAME--> 
    4         <p><label for="user_name"><?=$this->lang->line('FAL_user_name_label')?>:</label></span> 
     4        <p><label for="user_name"><?=$this->lang->line('FAL_user_name_label')?>:</label> 
    55        <?=form_input(array('name'=>'user_name',  
    66                               'id'=>'user_name', 
     
    1919     
    2020    <span><?=(isset($this->validation) ? $this->validation->{'password'.'_error'} : '')?></span> 
    21     <span class=note><?=anchor('auth/forgotten_password', $this->lang->line('FAL_forgotten_password_label'))?></span></p>      
     21    <span class="note"><?=anchor('auth/forgotten_password', $this->lang->line('FAL_forgotten_password_label'))?></span></p>    
    2222    <!--CAPTCHA (security image)--> 
    2323        <?php 
     
    3535    <!-- END CAPTCHA (security image)--> 
    3636     
    37          
     37        <p><label> 
    3838        <?=form_submit(array('name'=>'login',  
    3939                             'id'=>'login',  
    4040                             'value'=>$this->lang->line('FAL_login_label')))?> 
     41        </label></p> 
    4142    <?php 
    4243    if ($this->config->item('FAL_allow_user_registration')) 
  • FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/register.php

    r20 r37  
    7272    $callConfirm = 'confirmDecline();'; 
    7373?> 
    74 <textarea name='rules' class='textarea' rows='8' cols='50' readonly> 
     74<p><textarea name="rules" class="textarea" rows="8" cols="50" readonly="readonly"> 
     75</p> 
    7576<?=$this->lang->line('FAL_terms_of_service_message')?> 
    7677</textarea> 
  • FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/register_success.php

    r36 r37  
    11<?=$this->lang->line('FAL_register_sucess_message');?> 
    2 <BR/> 
     2<br /> 
    33<?=anchor($this->config->item('FAL_register_continue_action'), $this->lang->line('FAL_continue_label'))?> 
  • FreakAuth/trunk/www/system/application/views/FreakAuth_light/template_admin/header.php

    r2 r37  
    22<html> 
    33<head> 
    4 <title>FreakAuth Administration Console &raquo <?=$heading;?></title> 
     4<title>FreakAuth Administration Console &raquo; <?=$heading;?></title> 
    55 
    66<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
  • FreakAuth/trunk/www/system/language/english/freakauth_lang.php

    r21 r37  
    4848$lang['FAL_register_cancel_confirm'] = 'Are you sure you want to decline the Terms of Service? Click Cancel to continue with registration.'; 
    4949 
    50 $lang['FAL_register_success_message'] = 'Thank You!<BR/>Your registration has been successfully completed.<BR/><BR/>You have just been sent an email containing membership activation instructions.<BR/>'; 
     50$lang['FAL_register_success_message'] = 'Thank You!<br />Your registration has been successfully completed.<br /><br />You have just been sent an email containing membership activation instructions.<br />'; 
    5151 
    5252$lang['FAL_invalid_register_message'] = 'Invalid registration attempt.';