Show
Ignore:
Timestamp:
03/24/08 17:06:55 (8 months ago)
Author:
aarkerio
Message:

Update permission by individual controller rather than general

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

Legend:

Unmodified
Added
Removed
  • trunk/app/views/elements/email/text/confirmation.ctp

    r1 r339  
     1Karamelo. Confirm email. 
    12 
    2 <?php echo $foo; ?> 
     3Copy and paste this URL in your browser to confirm your Karamelo account: 
    34 
     5http://<?php echo $_SERVER['SERVER_NAME']; ?>/confirms/signup/<?php echo $random; ?> 
     6 
     7 
     8Thank you for your interest. 
     9 
  • trunk/app/views/elements/login.ctp

    r336 r339  
    44<legend> Login</legend> 
    55  <?php  
    6    echo  $form->input('User.username', array('id' => 'user_username', 'size' => 15, 'maxlength'=> 30)) . '<br />'; 
     6   echo  $form->input('User.email', array('size' => 20, 'maxlength'=> 50)) . '<br />'; 
    77   echo  $form->label('User.pwd', 'Password: '); 
    88   echo  $form->password('User.pwd', array('id' => 'user_pwd', 'size' => 9, 'maxlength' => 9)); 
  • trunk/app/views/elements/login_hide.ctp

    r336 r339  
    1919<legend>Login</legend> 
    2020  <?php  
    21    echo  $form->input('User.username', array('size' => 15, 'maxlength'=>30, 'between' => ': <br />')) . "<br />"; 
     21   echo  $form->input('User.email', array('size' => 30, 'maxlength'=>50, 'between' => ': <br />')) . "<br />"; 
    2222    
    2323   echo  $form->label('User.pwd', 'Password:') . "<br />";