Changeset 271
- Timestamp:
- 05/28/07 09:42:36
- Files:
-
- FreakAuth/trunk/www/system/application/language/english/freakauth_lang.php (modified) (1 diff)
- FreakAuth/trunk/www/system/application/views/FreakAuth_light/template_admin/users/add.php (modified) (1 diff)
- FreakAuth/trunk/www/system/application/views/FreakAuth_light/template_admin/users/detail.php (modified) (1 diff)
- FreakAuth/trunk/www/system/application/views/FreakAuth_light/template_admin/users/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/language/english/freakauth_lang.php
r244 r271 151 151 $lang['FAL_user_deleted'] = ' user successfully deleted!'; 152 152 $lang['FAL_no_permissions'] = 'You don\'t have the credentials to access this area'; 153 154 //------------------------------------------------------------------ 155 //OTHER MESSAGES 156 //------------------------------------------------------------------ 157 $lang['FAL_no_DB_data'] = 'No data in DB: please add them!'; 153 158 ?> FreakAuth/trunk/www/system/application/views/FreakAuth_light/template_admin/users/add.php
r176 r271 21 21 <?php } 22 22 } 23 elseif($this->config->item('FAL_create_user_profile') AND empty($user_profile)) {?> <p class="error">no data in DB: please add them</p> 23 elseif($this->config->item('FAL_create_user_profile') AND empty($user_profile)) {?> 24 <p class="error"><?=$this->lang->line('FAL_no_DB_data');?></p> 24 25 <?php } else {?><p class="error">userprofile disabled in config</p><?php }?> 25 26 </fieldset> FreakAuth/trunk/www/system/application/views/FreakAuth_light/template_admin/users/detail.php
r261 r271 25 25 elseif($this->config->item('FAL_create_user_profile') AND empty($user_profile)) 26 26 {?> 27 <p class="error"> no data in DB: please add them</p>27 <p class="error"><?=$this->lang->line('FAL_no_DB_data');?></p> 28 28 <?php 29 29 } else {?><p class="error">userprofile disabled in config</p><?php }?> FreakAuth/trunk/www/system/application/views/FreakAuth_light/template_admin/users/edit.php
r242 r271 21 21 <?php } 22 22 } 23 elseif($this->config->item('FAL_create_user_profile') AND empty($user_profile)) {?> <p class="error">no data in DB: please add them</p> 23 elseif($this->config->item('FAL_create_user_profile') AND empty($user_profile)) {?> 24 <p class="error"><?=$this->lang->line('FAL_no_DB_data');?></p> 24 25 <?php } else {?><p class="error">userprofile disabled in config</p><?php }?> 25 26 </fieldset>
