summaryrefslogtreecommitdiffstats
path: root/install/ui/images/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove ico files from MakefileMartin Basti2015-07-271-2/+0
| | | | | | | | | Icons were removed in a4be844809179ff0a05286606df1487d81a70022 but still persist in Makefile. This patch fixes Makefile. https://fedorahosted.org/freeipa/ticket/823 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
* webui: activity indicatorsPetr Vobornik2014-06-101-2/+0
| | | | | | | https://fedorahosted.org/freeipa/ticket/4177 https://fedorahosted.org/freeipa/ticket/4255 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* webui: remove unused imagesPetr Vobornik2014-06-101-22/+0
| | | | Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* webui: remove unused collapsible feature from sectionPetr Vobornik2014-06-101-2/+0
| | | | Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* webui: remove unused iconsPetr Vobornik2014-06-101-14/+0
| | | | Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* webui: login screen widgetPetr Vobornik2014-04-151-0/+3
| | | | | | | | | | | | | | | | | | Reimplementation of unauthorized dialog into separate widget. It uses RCUE design. New features compared to unauthorized dialog: - reflects auth methods from `auth` module - validation summary - differentiates Kerberos auth failure with session expiration - Caps Lock warning - form based method doesn't allow password only submission https://fedorahosted.org/freeipa/ticket/4017 https://fedorahosted.org/freeipa/ticket/3903 Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
* New header spinnerPetr Vobornik2014-01-211-1/+1
| | | | https://fedorahosted.org/freeipa/ticket/3904
* New header logoPetr Vobornik2014-01-211-0/+1
| | | | https://fedorahosted.org/freeipa/ticket/3902
* Remove backgroundPetr Vobornik2014-01-211-5/+0
| | | | https://fedorahosted.org/freeipa/ticket/3902
* Remove entitlement supportMartin Kosek2013-06-261-3/+0
| | | | | | | Entitlements code was not tested nor supported upstream since version 3.0. Remove the associated code. https://fedorahosted.org/freeipa/ticket/3739
* Update to jquery-ui-1.8.21.customPetr Vobornik2012-08-021-2/+2
| | | | | | | | 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. Dewata2011-10-271-0/+65
The images have been renamed to be more consistent and moved into the "images" directory to mimic the original jQuery UI structure. Ticket #1613