From 9aec07e03bc6031e0afcd74197a413483752c7d2 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 9 Aug 2011 16:08:29 -0500 Subject: Fixed broken links in ipa_error.css and ipa_migration.css. Some of the images that were previously deleted are actually needed by ipa_error.css and ipa_migration.css, so they have been restored. Ticket #1564 --- install/ui/Makefile.am | 5 +++++ install/ui/Static-Background.png | Bin 0 -> 183 bytes install/ui/Subnav-background.png | Bin 0 -> 1236 bytes install/ui/centered-bg.png | Bin 0 -> 8199 bytes install/ui/modal-background.png | Bin 0 -> 642 bytes install/ui/panel-background.png | Bin 0 -> 266 bytes 6 files changed, 5 insertions(+) create mode 100644 install/ui/Static-Background.png create mode 100644 install/ui/Subnav-background.png create mode 100644 install/ui/centered-bg.png create mode 100644 install/ui/modal-background.png create mode 100644 install/ui/panel-background.png (limited to 'install/ui') diff --git a/install/ui/Makefile.am b/install/ui/Makefile.am index fa1fe855b..8d2d817b2 100644 --- a/install/ui/Makefile.am +++ b/install/ui/Makefile.am @@ -19,6 +19,7 @@ app_DATA = \ background-right.png \ caution.png \ certificate.js \ + centered-bg.png \ check.png \ combobox_open.png \ consume.png \ @@ -50,6 +51,7 @@ app_DATA = \ Mainnav-background.png \ Mainnav-offtab.png \ Mainnav-ontab.png \ + modal-background.png \ nav-arrow.png \ navigation.js \ netgroup.js \ @@ -76,6 +78,9 @@ app_DATA = \ spinner_small.gif \ sudo.js \ top-bg.png \ + panel-background.png \ + Static-Background.png \ + Subnav-background.png \ ui-bg_flat_65_ffffff_40x100.png \ ui-bg_glass_40_111111_1x400.png \ ui-bg_glass_55_1c1c1c_1x400.png \ diff --git a/install/ui/Static-Background.png b/install/ui/Static-Background.png new file mode 100644 index 000000000..b8c28931e Binary files /dev/null and b/install/ui/Static-Background.png differ diff --git a/install/ui/Subnav-background.png b/install/ui/Subnav-background.png new file mode 100644 index 000000000..60a4e2763 Binary files /dev/null and b/install/ui/Subnav-background.png differ diff --git a/install/ui/centered-bg.png b/install/ui/centered-bg.png new file mode 100644 index 000000000..17a5bae35 Binary files /dev/null and b/install/ui/centered-bg.png differ diff --git a/install/ui/modal-background.png b/install/ui/modal-background.png new file mode 100644 index 000000000..605d82207 Binary files /dev/null and b/install/ui/modal-background.png differ diff --git a/install/ui/panel-background.png b/install/ui/panel-background.png new file mode 100644 index 000000000..eb12d829d Binary files /dev/null and b/install/ui/panel-background.png differ -- cgit