diff options
| author | alee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-05-21 01:42:42 +0000 |
|---|---|---|
| committer | alee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-05-21 01:42:42 +0000 |
| commit | c8de1e88d4b834c697e8c12cfae2000f784e5678 (patch) | |
| tree | 45c19e627ea8cb79806a6533e53d365dafb7eadd | |
| parent | 3e2409eb0b47902b5773eb39c221b1ce3405651a (diff) | |
Bugzilla Bug #497583 - web wizard tps - menu highlight and label typo
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@483 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
| -rw-r--r-- | pki/dogtag/tps-ui/dogtag-pki-tps-ui.spec | 4 | ||||
| -rw-r--r-- | pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/wizard.vm | 6 | ||||
| -rw-r--r-- | pki/dogtag/tps/pki-tps.spec | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/pki/dogtag/tps-ui/dogtag-pki-tps-ui.spec b/pki/dogtag/tps-ui/dogtag-pki-tps-ui.spec index 2bacc44ad..0dff91edb 100644 --- a/pki/dogtag/tps-ui/dogtag-pki-tps-ui.spec +++ b/pki/dogtag/tps-ui/dogtag-pki-tps-ui.spec @@ -34,7 +34,7 @@ ## Package Header Definitions %define base_name %{base_ui_prefix}-%{base_prefix}-%{base_component} %define base_version 1.1.0 -%define base_release 6 +%define base_release 7 %define base_group System Environment/Base %define base_vendor Red Hat, Inc. %define base_license GPLv2 with exceptions @@ -222,6 +222,8 @@ rm -rf ${RPM_BUILD_ROOT} ############################################################################### %changelog +* Wed May 20 2009 Ade Lee <alee@redhat.com> 1.1.0-7 +- Bugzilla Bug #497583 - web wizard tps - menu highlight and label typo * Sat May 16 2009 Jack Magne <jmagne@redhat.com> 1.1.0-6 - Bugzilla Bug #491019 - Security Officer token can get formatted with user format page. diff --git a/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/wizard.vm b/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/wizard.vm index 7e8a4b3a2..a49a36343 100644 --- a/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/wizard.vm +++ b/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/wizard.vm @@ -92,7 +92,11 @@ function process(fop) { <ul> #foreach ($pn in $panels) #if (!$pn.isSubPanel()) - <li><center><font color=black size="2">$pn.getName()</font></center></li> + #if ($pn.isPanelDone() == "false") + <li><center><font color=black size="2">$pn.getName()</font></center></li> + #else + <li><center><font color=white size="2">$pn.getName()</font></center></li> + #end #end #end </ul> diff --git a/pki/dogtag/tps/pki-tps.spec b/pki/dogtag/tps/pki-tps.spec index 7ef344464..665fc9917 100644 --- a/pki/dogtag/tps/pki-tps.spec +++ b/pki/dogtag/tps/pki-tps.spec @@ -34,7 +34,7 @@ ## Package Header Definitions %define base_name %{base_prefix}-%{base_component} %define base_version 1.1.0 -%define base_release 17 +%define base_release 18 %define base_group System Environment/Daemons %define base_vendor Red Hat, Inc. %define base_license LGPLv2 with exceptions @@ -313,6 +313,8 @@ fi ############################################################################### %changelog +* Wed May 20 2009 Ade Lee <alee@redhat.com> 1.1.0-18 +- Bugzilla Bug #497583 - web wizard tps - menu highlight and label typo * Sat May 16 2009 Jack Magne <jmagne@redhat.com> 1.1.0-17 - Bugzilla Bug #491019 - Security Officer token can get formatted with user format page. |
