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
This commit is contained in:
Petr Vobornik 2011-10-06 14:30:26 +02:00 committed by Endi S. Dewata
parent 92dbd68677
commit c8f9f8d351
17 changed files with 71 additions and 77 deletions

View File

@ -23,7 +23,7 @@
<div class="container_1"> <div class="container_1">
<div class="header-logo"> <div class="header-logo">
<img src="../ui/ipalogo.png" /> <img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div> </div>
<div class="textblockkrb" style="display: none;"> <div class="textblockkrb" style="display: none;">

View File

@ -16,7 +16,7 @@
<div class="container_1"> <div class="container_1">
<div class="header-logo"> <div class="header-logo">
<img src="../ui/ipalogo.png" /> <img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div> </div>
<div class="textblockkrb"> <div class="textblockkrb">
<h1>Removal of HBAC Deny Rules.</h1> <h1>Removal of HBAC Deny Rules.</h1>

View File

@ -645,6 +645,7 @@ form#login {
margin-top: 5em; margin-top: 5em;
font-size: 1.1em; font-size: 1.1em;
padding-left: 3em; padding-left: 3em;
padding-right: 3em;
} }
.textblockkrb ul li { .textblockkrb ul li {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -5,7 +5,7 @@
<title>IPA: Identity Policy Audit</title> <title>IPA: Identity Policy Audit</title>
<script type="text/javascript" src="../ui/jquery.js"></script> <script type="text/javascript" src="../ui/jquery.js"></script>
<link rel="stylesheet" type="text/css" href="jquery-ui.css" /> <link rel="stylesheet" type="text/css" href="../ui/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="ipa_error.css" /> <link rel="stylesheet" type="text/css" href="ipa_error.css" />
</head> </head>
@ -13,11 +13,11 @@
<div class="container_1"> <div class="container_1">
<div class="header-logo"> <div class="header-logo">
<img src="../ui/ipalogo.png" /> <img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div> </div>
<div class="textblockkrb"> <div class="textblockkrb">
<h3>Browser Kerberos Setup</h3> <h3>Browser Kerberos Setup</h3>
<img alt="Internet Explorer" src="ie-icon.png"><h5>Internet Explorer Configuration</h5> <img alt="Internet Explorer" src="../ui/ie-icon.png"><h5>Internet Explorer Configuration</h5>
<p>Once you are able to log into the workstation with your kerberos key you are now able to use that ticket in Internet Explorer. </p> <p>Once you are able to log into the workstation with your kerberos key you are now able to use that ticket in Internet Explorer. </p>
<strong>Login to the Windows machine using an account of your Kerberos realm (administrative domain)</strong><br> <strong>Login to the Windows machine using an account of your Kerberos realm (administrative domain)</strong><br>
@ -41,7 +41,7 @@
<br> <br>
<img alt="Firefox" src="firefox-icon.png"><h5>Firefox Configuration</h5> <img alt="Firefox" src="../ui/firefox-icon.png"><h5>Firefox Configuration</h5>
<p>You can configure Firefox to use Kerberos for Single Sign-on. The following instructions will guide you in configuring your web browser <br> <p>You can configure Firefox to use Kerberos for Single Sign-on. The following instructions will guide you in configuring your web browser <br>
to send your Kerberos credentials to the appropriate Key Distribution Center which enables Single Sign-on. </p> to send your Kerberos credentials to the appropriate Key Distribution Center which enables Single Sign-on. </p>

View File

@ -25,7 +25,7 @@
<div class="container_1"> <div class="container_1">
<div class="header-logo"> <div class="header-logo">
<img src="../ui/ipalogo.png" /> <img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div> </div>
<div class="textblockkrb"> <div class="textblockkrb">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -4,10 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>IPA: Identity Policy Audit</title> <title>IPA: Identity Policy Audit</title>
<script type="text/javascript" src="develop.js"></script> <link rel="stylesheet" type="text/css" href="../ui/jquery-ui.css" />
<script type="text/javascript" src="webui.js"></script>
<link rel="stylesheet" type="text/css" href="jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="ipa_migration.css" /> <link rel="stylesheet" type="text/css" href="ipa_migration.css" />
</head> </head>
@ -15,7 +12,7 @@
<div class="container_1"> <div class="container_1">
<div class="header-logo"> <div class="header-logo">
<img src="ipalogo.png" /> <img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div> </div>
<br> <br>
<br> <br>

View File

@ -4,10 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>IPA: Identity Policy Audit</title> <title>IPA: Identity Policy Audit</title>
<script type="text/javascript" src="develop.js"></script> <link rel="stylesheet" type="text/css" href="../ui/jquery-ui.css" />
<script type="text/javascript" src="webui.js"></script>
<link rel="stylesheet" type="text/css" href="jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="ipa_migration.css" /> <link rel="stylesheet" type="text/css" href="ipa_migration.css" />
</head> </head>
@ -15,7 +12,7 @@
<div class="container_1"> <div class="container_1">
<div class="header-logo"> <div class="header-logo">
<img src="ipalogo.png" /> <img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div> </div>
<div class="textblock"> <div class="textblock">
<h3>Password Migration</h3> <h3>Password Migration</h3>

View File

@ -4,10 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>IPA: Identity Policy Audit</title> <title>IPA: Identity Policy Audit</title>
<script type="text/javascript" src="develop.js"></script> <link rel="stylesheet" type="text/css" href="..ui/jquery-ui.css" />
<script type="text/javascript" src="webui.js"></script>
<link rel="stylesheet" type="text/css" href="jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="ipa_migration.css" /> <link rel="stylesheet" type="text/css" href="ipa_migration.css" />
</head> </head>
@ -15,7 +12,7 @@
<div class="container_1"> <div class="container_1">
<div class="header-logo"> <div class="header-logo">
<img src="ipalogo.png" /> <img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div> </div>
<div class="textblock"> <div class="textblock">
<h3>Password Migration</h3> <h3>Password Migration</h3>

View File

@ -546,14 +546,14 @@ span.main-separator{
/* Migration */ /* Migration */
body#header-bg { body#header-bg {
background: url("Static-Background.png") repeat-x scroll left top #EDEDED; background: url("../ui/Static-Background.png") repeat-x scroll left top #EDEDED;
} }
.container_1 { .container_1 {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
width: 960px; width: 960px;
background: url("centered-bg.png") no-repeat scroll 0 7em transparent; background: url("../ui/centered-bg.png") no-repeat scroll 0 7em transparent;
min-height: 40em; min-height: 40em;
} }
@ -582,7 +582,7 @@ body#header-bg {
} }
.# { .# {
background: url("ipalogo.png") no-repeat scroll left top transparent; background: url("../ui/ipalogo.png") no-repeat scroll left top transparent;
border: none; border: none;
float: left; float: left;
height: 36px; height: 36px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -31,11 +31,13 @@ app_DATA = \
facet-tab_off.png \ facet-tab_off.png \
facet-tab_on.png \ facet-tab_on.png \
favicon.ico \ favicon.ico \
firefox-icon.png \
group.js \ group.js \
hbac.js \ hbac.js \
host.js \ host.js \
hostgroup.js \ hostgroup.js \
hover-tab.png \ hover-tab.png \
ie-icon.png \
import.png \ import.png \
index.html \ index.html \
ipa.css \ ipa.css \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB