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 Host" 

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

 list: "# Hits" (LL: hits) 
 edit: "Count" (LL: sys_redirect.hitcount) 
 Preferred: "Count" 

 list: "Last Hit on" (LL: hit_last) 
 edit: "Last Hit On" (LL: sys_redirect.lasthiton) 
 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! 

 list: 

 !redirects_edit.png! 

Back