Changeset 125
- Timestamp:
- 04/24/07 05:25:07
- Files:
-
- FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/change_password.php (modified) (1 diff)
- FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/forgotten_password.php (modified) (1 diff)
- FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/login.php (modified) (1 diff)
- FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/register.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/change_password.php
r94 r125 1 1 <fieldset> 2 2 <legend><?=$heading?></legend> 3 <?=form_open( 'auth/changepassword')?>3 <?=form_open($this->uri->ruri_string())?> 4 4 <p><label for="user_name"><?=$this->lang->line('FAL_user_name_label');?>:</label> 5 5 FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/forgotten_password.php
r94 r125 1 1 <fieldset> 2 2 <legend><?=$heading?></legend> 3 <?=form_open( 'auth/forgotten_password')?>3 <?=form_open($this->uri->ruri_string())?> 4 4 <p><label for="email"><?=$this->lang->line('FAL_user_email_label')?>:</label> 5 5 <?=form_input(array('name'=>'email', FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/login.php
r111 r125 1 1 <fieldset><legend accesskey="D" tabindex="1"><?=$heading?></legend> 2 2 <?=isset($this->fal_validation->login_error_message) ? $this->fal_validation->login_error_message : ''?> 3 <?=form_open( 'auth/')?>3 <?=form_open($this->uri->ruri_string())?> 4 4 <!--USERNAME--> 5 5 <p><label for="user_name"><?=$this->lang->line('FAL_user_name_label')?>:</label> FreakAuth/trunk/www/system/application/views/FreakAuth_light/content/register.php
r94 r125 1 1 <fieldset><legend accesskey="D" tabindex="1"><?=$heading?></legend> 2 <?=form_open( 'auth/register')?>2 <?=form_open($this->uri->ruri_string())?> 3 3 <!--USERNAME--> 4 4 <p><label for="user_name"><?=$this->lang->line('FAL_user_name_label')?>:</label>
