From c8f9f8d351015c27b5a6165d663ce7d8ccb984db Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 6 Oct 2011 14:30:26 +0200 Subject: [PATCH] Fixed links to images in config and migration pages https://fedorahosted.org/freeipa/ticket/1932 Description of problem: Title is missing while configuring browser for the first time. Actual results: There is no title on this screen. I noticed it only on step 8 and later so I am not sure if title is also missing earlier at step 6 or not. Expected results: Title "Identity Management" is always present. Fixed: * modified paths to images * fixed padding in ssbrowser.html * moved browser icons to ui folder * deleted unused images in html and migration folders (they are already in ui folder, and weren't deployed) whitespaces --- install/html/browserconfig.html | 2 +- install/html/hbac-deny-remove.html | 2 +- install/html/ipa_error.css | 3 +- install/html/ipalogo.png | Bin 2492 -> 0 bytes install/html/ssbrowser.html | 36 ++++++++++++------------ install/html/unauthorized.html | 2 +- install/migration/Static-Background.png | Bin 183 -> 0 bytes install/migration/centered-bg.png | Bin 4122 -> 0 bytes install/migration/error.html | 25 ++++++++-------- install/migration/index.html | 27 ++++++++---------- install/migration/invalid.html | 27 ++++++++---------- install/migration/ipa_migration.css | 22 +++++++-------- install/migration/ipalogo.png | Bin 2492 -> 0 bytes install/ui/Makefile.am | 2 ++ install/ui/centered-bg.png | Bin 8199 -> 4122 bytes install/{html => ui}/firefox-icon.png | Bin install/{html => ui}/ie-icon.png | Bin 17 files changed, 71 insertions(+), 77 deletions(-) delete mode 100644 install/html/ipalogo.png delete mode 100644 install/migration/Static-Background.png delete mode 100644 install/migration/centered-bg.png delete mode 100644 install/migration/ipalogo.png rename install/{html => ui}/firefox-icon.png (100%) rename install/{html => ui}/ie-icon.png (100%) diff --git a/install/html/browserconfig.html b/install/html/browserconfig.html index 5375ff912..f2ed81604 100644 --- a/install/html/browserconfig.html +++ b/install/html/browserconfig.html @@ -23,7 +23,7 @@