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" (LL: source_host) 
 edit: "Source Domain" (LL: "sys_redirect.source_host) 
 filter: "Source Host" 
 Preferred: "Source Domain" 

 list: "Destination" (LL: destination) 
 edit: "Target" (LL: sys_redirect.target) 
 filter: "Destination (Path or Page ID)" (LL: filter.destination) 
 Preferred: "Destination" 

 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! !redirects_list_source_domain.png! 

 list: 

 !redirects_edit.png! !redirects_edit_source_domain.png! 

Back