Project

General

Profile

Feature #18505

Updated by Mathias Schreiber over 9 years ago

Currently it is not possible to hide specific icons of the list view (with Extended view enabled). It is a all or nothing. 

 With the attached patch it is possible to 
 - hide specific icons for all tables 
 - hide specific icons for specific tables. 

 Syntax is the following one in Page TsConfig 
 mod.web_list.hideIcon.pages = view,info 
 mod.web_list.hideIcon = edit 

 the following icons are hideable: 
 view, edit, move, info, history, versioning, permission, newafter, sort, hide, delete, movelevel 




 




 (issue imported from #M7948)

Back