From a0470afdcddcfcdade802b6cf04c43898f52421d Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 6 Oct 2011 14:30:26 +0200 Subject: 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/ui/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/ui/Makefile.am') diff --git a/install/ui/Makefile.am b/install/ui/Makefile.am index 8d2d817b2..2c97d3724 100644 --- a/install/ui/Makefile.am +++ b/install/ui/Makefile.am @@ -31,11 +31,13 @@ app_DATA = \ facet-tab_off.png \ facet-tab_on.png \ favicon.ico \ + firefox-icon.png \ group.js \ hbac.js \ host.js \ hostgroup.js \ hover-tab.png \ + ie-icon.png \ import.png \ index.html \ ipa.css \ -- cgit