From 52981883aba2a2ce7a0152c50ad94201f327f411 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 26 Oct 2011 16:06:17 -0500 Subject: [PATCH] Fixed inconsistent image names. The images have been renamed to be more consistent and moved into the "images" directory to mimic the original jQuery UI structure. Ticket #1613 --- freeipa.spec.in | 8 ++- install/configure.ac | 1 + install/html/browserconfig.html | 2 +- install/html/ssbrowser.html | 6 +- install/html/unauthorized.html | 2 +- install/migration/error.html | 2 +- install/migration/index.html | 2 +- install/migration/invalid.html | 2 +- install/ui/Makefile.am | 53 +------------- install/ui/certificate.js | 6 +- install/ui/host.js | 8 +-- install/ui/images/Makefile.am | 65 ++++++++++++++++++ install/ui/{ => images}/add-icon.png | Bin .../arrow-collapsed.png} | Bin .../arrow-expanded.png} | Bin install/ui/{ => images}/background-center.png | Bin install/ui/{ => images}/background-left.png | Bin install/ui/{ => images}/background-right.png | Bin .../{caution.png => images/caution-icon.png} | Bin .../centered-background.png} | Bin .../ui/{check.png => images/check-icon.png} | Bin .../combobox-open.png} | Bin .../entitle-consume.png} | Bin .../{import.png => images/entitle-import.png} | Bin .../entitle-register.png} | Bin .../facet-tab-off.png} | Bin .../facet-tab-on.png} | Bin install/ui/{ => images}/firefox-icon.png | Bin install/ui/{ => images}/hover-tab.png | Bin install/ui/{ => images}/ie-icon.png | Bin .../{ipabanner.png => images/ipa-banner.png} | Bin .../ui/{ipalogo.png => images/ipa-logo.png} | Bin .../mainnav-background.png} | Bin .../mainnav-tab-off.png} | Bin .../mainnav-tab-on.png} | Bin install/ui/{ => images}/modal-background.png | Bin install/ui/{ => images}/nav-arrow.png | Bin .../outer-background.png} | Bin install/ui/{ => images}/panel-background.png | Bin install/ui/{ => images}/remove-icon.png | Bin install/ui/{ => images}/reset-icon.png | Bin .../search-background.png} | Bin install/ui/{ => images}/search-icon.png | Bin .../spinner-header.gif} | Bin .../spinner-small.gif} | Bin .../static-background.png} | Bin .../subnav-background.png} | Bin .../{top-bg.png => images/top-background.png} | Bin .../ui-bg_flat_65_ffffff_40x100.png | Bin .../ui-bg_glass_40_111111_1x400.png | Bin .../ui-bg_glass_55_1c1c1c_1x400.png | Bin .../ui-bg_highlight-hard_100_f9f9f9_1x100.png | Bin .../ui-bg_highlight-hard_40_aaaaaa_1x100.png | Bin .../ui-bg_highlight-soft_50_aaaaaa_1x100.png | Bin .../ui-bg_inset-hard_45_cd0a0a_1x100.png | Bin .../ui-bg_inset-hard_55_ffeb80_1x100.png | Bin .../ui-bg_loop_8_333333_21x21.png | Bin .../{ => images}/ui-icons_222222_256x240.png | Bin .../{ => images}/ui-icons_4ca300_256x240.png | Bin .../{ => images}/ui-icons_bbbbbb_256x240.png | Bin .../{ => images}/ui-icons_ededed_256x240.png | Bin .../{ => images}/ui-icons_ffcf29_256x240.png | Bin .../{ => images}/ui-icons_ffffff_256x240.png | Bin install/ui/{ => images}/update-icon.png | Bin install/ui/index.html | 4 +- install/ui/ipa.css | 54 +++++++-------- install/ui/ipa.js | 2 +- install/ui/jquery-ui.css | 34 ++++----- install/ui/service.js | 4 +- 69 files changed, 137 insertions(+), 118 deletions(-) create mode 100644 install/ui/images/Makefile.am rename install/ui/{ => images}/add-icon.png (100%) rename install/ui/{arrow_collapsed.png => images/arrow-collapsed.png} (100%) mode change 100755 => 100644 rename install/ui/{arrow_expanded.png => images/arrow-expanded.png} (100%) mode change 100755 => 100644 rename install/ui/{ => images}/background-center.png (100%) mode change 100755 => 100644 rename install/ui/{ => images}/background-left.png (100%) mode change 100755 => 100644 rename install/ui/{ => images}/background-right.png (100%) mode change 100755 => 100644 rename install/ui/{caution.png => images/caution-icon.png} (100%) rename install/ui/{centered-bg.png => images/centered-background.png} (100%) rename install/ui/{check.png => images/check-icon.png} (100%) rename install/ui/{combobox_open.png => images/combobox-open.png} (100%) mode change 100755 => 100644 rename install/ui/{consume.png => images/entitle-consume.png} (100%) mode change 100755 => 100644 rename install/ui/{import.png => images/entitle-import.png} (100%) mode change 100755 => 100644 rename install/ui/{register.png => images/entitle-register.png} (100%) mode change 100755 => 100644 rename install/ui/{facet-tab_off.png => images/facet-tab-off.png} (100%) rename install/ui/{facet-tab_on.png => images/facet-tab-on.png} (100%) rename install/ui/{ => images}/firefox-icon.png (100%) rename install/ui/{ => images}/hover-tab.png (100%) rename install/ui/{ => images}/ie-icon.png (100%) rename install/ui/{ipabanner.png => images/ipa-banner.png} (100%) rename install/ui/{ipalogo.png => images/ipa-logo.png} (100%) rename install/ui/{Mainnav-background.png => images/mainnav-background.png} (100%) rename install/ui/{Mainnav-offtab.png => images/mainnav-tab-off.png} (100%) rename install/ui/{Mainnav-ontab.png => images/mainnav-tab-on.png} (100%) rename install/ui/{ => images}/modal-background.png (100%) rename install/ui/{ => images}/nav-arrow.png (100%) rename install/ui/{outer-bg.png => images/outer-background.png} (100%) rename install/ui/{ => images}/panel-background.png (100%) rename install/ui/{ => images}/remove-icon.png (100%) rename install/ui/{ => images}/reset-icon.png (100%) rename install/ui/{search-bg.png => images/search-background.png} (100%) rename install/ui/{ => images}/search-icon.png (100%) rename install/ui/{spinner_header.gif => images/spinner-header.gif} (100%) rename install/ui/{spinner_small.gif => images/spinner-small.gif} (100%) rename install/ui/{Static-Background.png => images/static-background.png} (100%) rename install/ui/{Subnav-background.png => images/subnav-background.png} (100%) rename install/ui/{top-bg.png => images/top-background.png} (100%) rename install/ui/{ => images}/ui-bg_flat_65_ffffff_40x100.png (100%) rename install/ui/{ => images}/ui-bg_glass_40_111111_1x400.png (100%) rename install/ui/{ => images}/ui-bg_glass_55_1c1c1c_1x400.png (100%) rename install/ui/{ => images}/ui-bg_highlight-hard_100_f9f9f9_1x100.png (100%) rename install/ui/{ => images}/ui-bg_highlight-hard_40_aaaaaa_1x100.png (100%) rename install/ui/{ => images}/ui-bg_highlight-soft_50_aaaaaa_1x100.png (100%) rename install/ui/{ => images}/ui-bg_inset-hard_45_cd0a0a_1x100.png (100%) rename install/ui/{ => images}/ui-bg_inset-hard_55_ffeb80_1x100.png (100%) rename install/ui/{ => images}/ui-bg_loop_8_333333_21x21.png (100%) rename install/ui/{ => images}/ui-icons_222222_256x240.png (100%) rename install/ui/{ => images}/ui-icons_4ca300_256x240.png (100%) rename install/ui/{ => images}/ui-icons_bbbbbb_256x240.png (100%) rename install/ui/{ => images}/ui-icons_ededed_256x240.png (100%) rename install/ui/{ => images}/ui-icons_ffcf29_256x240.png (100%) rename install/ui/{ => images}/ui-icons_ffffff_256x240.png (100%) rename install/ui/{ => images}/update-icon.png (100%) diff --git a/freeipa.spec.in b/freeipa.spec.in index 11729b23a..33aba87db 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -508,8 +508,6 @@ fi %{_usr}/share/ipa/migration/migration.py* %dir %{_usr}/share/ipa/ui %{_usr}/share/ipa/ui/index.html -%{_usr}/share/ipa/ui/*.png -%{_usr}/share/ipa/ui/*.gif %{_usr}/share/ipa/ui/*.ico %{_usr}/share/ipa/ui/*.css %{_usr}/share/ipa/ui/*.js @@ -517,6 +515,9 @@ fi %{_usr}/share/ipa/ui/*.svg %{_usr}/share/ipa/ui/*.ttf %{_usr}/share/ipa/ui/*.woff +%dir %{_usr}/share/ipa/ui/images +%{_usr}/share/ipa/ui/images/*.png +%{_usr}/share/ipa/ui/images/*.gif %dir %{_sysconfdir}/ipa %dir %{_sysconfdir}/ipa/html %config(noreplace) %{_sysconfdir}/ipa/html/ssbrowser.html @@ -615,6 +616,9 @@ fi %ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf %changelog +* Wed Oct 26 2011 Endi S. Dewata - 2.99.0-10 +- Moved UI images into install/ui/images + * Mon Oct 24 2011 Endi S. Dewata - 2.99.0-9 - Removed hbac-deny-remove.html diff --git a/install/configure.ac b/install/configure.ac index f5ddab791..c70eef4ad 100644 --- a/install/configure.ac +++ b/install/configure.ac @@ -75,6 +75,7 @@ AC_CONFIG_FILES([ migration/Makefile share/Makefile ui/Makefile + ui/images/Makefile tools/Makefile tools/man/Makefile updates/Makefile diff --git a/install/html/browserconfig.html b/install/html/browserconfig.html index 83f6f8c10..aa978f040 100644 --- a/install/html/browserconfig.html +++ b/install/html/browserconfig.html @@ -24,7 +24,7 @@