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

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

 list: "# Hits" # Hits 
 edit: "Count" Count 
 Preferred: "# Hits" # Hits 

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


 *Note: 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