5369316 webui: hide non-readable fields

Authored and Committed by pvoborni 9 years ago
    webui: hide non-readable fields
    
    hide widgets if associated field had received attribute level rights
    without 'r' right.
    
    Explicit rights are required to avoid hiding of special widgets which
    are not associated with any LDAP attribute.
    
    https://fedorahosted.org/freeipa/ticket/4402
    
    Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>