26ded75 Fixed layout problem in permission adder dialog.

Authored and Committed by edewata 12 years ago
    Fixed layout problem in permission adder dialog.
    
    In order to maintain consistent layout between details page and dialog
    boxes the IPA.details_list_section has been replaced with
    IPA.details_table_section which is based on table.
    
    The IPA.target_section and other subclasses of IPA.details_list_section
    have been converted to use IPA.details_table_section as well.
    
    The unit tests have been updated accordingly.
    
    Ticket #1648
    
        
file modified
+183 -194
file modified
+39 -44
file modified
+30 -28
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+23 -115
file modified
+2 -2
file modified
+1 -1
file modified
+11 -11