Project

General

Profile

Task #95832

Updated by Sybille Peters over 2 years ago

The redirects module has a list and an edit form which reflect the exact same fields in sys_redirect, but the labels are slightly different. 


 the suggested preferred solution is marked with "Preferred" 

 <pre> 
 list: Source Host 
 edit: Source Domain 

 list: Source Path 
 Preferred: Source Domain edit: " 

 list: Destination 
 edit: Target 
 Preferred: Target 

 list: # Hits 
 edit: Count 
 Preferred: # Hits 

 list: Last Hit on 
 edit: Last Hit On 
 Preferred: Last Hit on 
 </pre> 


 Note: for hit count, a different text might be better, but we cannot introduce a new language label at this point so it is better to work with what we have.  

 

 edit: 

 !redirects_list_source_domain.png! 

 list: 

 !redirects_edit_source_domain.png! 

Back