Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: remove remnants of jquery-ui | Petr Vobornik | 2014-06-10 | 1 | -565/+0 |
| | | | | Reviewed-By: Endi Sukma Dewata <edewata@redhat.com> | ||||
* | Update to jquery-ui-1.8.21.custom | Petr Vobornik | 2012-08-02 | 1 | -64/+57 |
| | | | | | | | | jquery-ui was regenerated to up to date version. Border radius and IPA custom colors were added to theme so we don't have to override them in ipa.css. https://fedorahosted.org/freeipa/ticket/2817 | ||||
* | Fixed inconsistent image names. | Endi S. Dewata | 2011-10-27 | 1 | -17/+17 |
| | | | | | | | The images have been renamed to be more consistent and moved into the "images" directory to mimic the original jQuery UI structure. Ticket #1613 | ||||
* | Fixed: Some widgets do not have space for validation error message | Petr Vobornik | 2011-09-29 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | https://fedorahosted.org/freeipa/ticket/1454 The following widgets should call create_error_link() to create a space to show validation error messages: IPA.checkbox_widget IPA.checkboxes_widget IPA.radio_widget IPA.select_widget IPA.table_widget IPA.attributes_widget IPA.rights_widget IPA.target_section (it's a widget) Solution: * added call to checkbox, checkboxes, radio, select, table, attributes widget * rights_widget inherits it from checkboxes_widget. * target_section IS NOT a widget as it doesn't inherit from widget. It's still a section, which shows different widgets based on its state. * table_widget displays error_link between pagination and summary. Additional: * added padding and unified font-weight for error message | ||||
* | rename static to ui | Adam Young | 2011-01-20 | 1 | -0/+572 |
Directory rename |