Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Search Projects- search box should be labelled, and possibly moved:ht…
  • Loading branch information
Alex Eng committed Oct 20, 2011
1 parent 4c7f0e7 commit 31d60d1
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 473 deletions.
1 change: 1 addition & 0 deletions server/zanata-war/src/main/resources/messages.properties
Expand Up @@ -279,6 +279,7 @@ jsf.RoleManager=Role Manager
jsf.RunningVersionInfo=Zanata version #{zanataInit.version} (#{zanataInit.buildTimestamp}).
jsf.Save=Save
jsf.Search=Search
jsf.SearchProjects=Search Projects
jsf.SearchResults=Search Results
jsf.SelectedLocales=Enabled Locales
jsf.ServerConfiguration=Server Configuration
Expand Down
Expand Up @@ -8,7 +8,7 @@

<form method="get" action="#{request.contextPath}/search.seam">
<h:inputText id="q" styleClass="with_icon search_icon" value="#{projectSearch.searchQuery}"/>
<input type="submit" value="#{messages['jsf.Search']}"/>
<input type="submit" value="#{messages['jsf.SearchProjects']}"/>
</form>

</div>
Expand Up @@ -55,16 +55,19 @@
</f:facet>
</a:status>
</div>
<ui:include src="search_panel.xhtml" />

</div>

<div id="tabs-menu">
<ui:include src="menu.xhtml">
<ui:param name="projectName" value="zanata" />
</ui:include>
</div>



<div id="bd">
<ui:include src="search_panel.xhtml" />
<div id="yui-main">
<div class="yui-b">
<a:outputPanel ajaxRendered="true">
Expand Down

0 comments on commit 31d60d1

Please sign in to comment.