summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-07-15 14:26:33 -0400
committerAdam Young <ayoung@redhat.com>2010-07-15 14:26:33 -0400
commited38cca6026d1a7418f4d261840708aacf4d5b5d (patch)
treeff6a54f87cadf5ea4fd2788fb72769a698dc2625
parentc62f8e9fdef1214cced53eb4e1267d0c1cdc1325 (diff)
downloadfreeipa-ed38cca6026d1a7418f4d261840708aacf4d5b5d.tar.gz
freeipa-ed38cca6026d1a7418f4d261840708aacf4d5b5d.tar.xz
freeipa-ed38cca6026d1a7418f4d261840708aacf4d5b5d.zip
Added entries to fix Build.
-rw-r--r--install/static/Makefile.am7
-rw-r--r--install/static/index.xhtml4
-rw-r--r--install/static/search.js2
3 files changed, 10 insertions, 3 deletions
diff --git a/install/static/Makefile.am b/install/static/Makefile.am
index 96254d099..7003cfd0d 100644
--- a/install/static/Makefile.am
+++ b/install/static/Makefile.am
@@ -23,6 +23,7 @@ app_DATA = \
jquery.cookie.js \
membership.inc \
menu.inc \
+ navigation.js \
netgroups.inc \
pageparams.js \
policy.inc \
@@ -34,6 +35,12 @@ app_DATA = \
user.js \
ipalogo.png \
gray-fade-line.png \
+ Mainnav-background.png \
+ Mainnav-offtab.png \
+ Mainnav-ontab.png \
+ Subnav-background.png \
+ Subnav-offbutton.png \
+ Subnav-onbutton.png \
$(NULL)
EXTRA_DIST = \
diff --git a/install/static/index.xhtml b/install/static/index.xhtml
index 0942370d3..55d116fcf 100644
--- a/install/static/index.xhtml
+++ b/install/static/index.xhtml
@@ -48,7 +48,7 @@
</div>
- <div id="search" >
+ <div id="search" style="visibility:hidden">
<div class="searchControls">
<span class="filter">
<input id="queryFilter" type="text"/>
@@ -67,7 +67,7 @@
</div>
</div>
- <div id="manage" border="1" >
+ <div id="manage" border="1" style="visibility:hidden" >
<h1>Viewing User: <span id="viewing-user">Pavel Zuna</span></h1>
<div id="buttons">
<input type="reset" />
diff --git a/install/static/search.js b/install/static/search.js
index 6ab2e3a4b..2557b9ba7 100644
--- a/install/static/search.js
+++ b/install/static/search.js
@@ -28,7 +28,7 @@ function SearchForm(method, cols, modAction,renderRow){
}
var th = document.createElement("th");
- th.innerHTML = "actions";
+ th.innerHTML = "Options";
columnHeaders.appendChild(th);
$('#searchResultsTable thead:last').append(columnHeaders);
}