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

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Nov 25, 2011
1 parent c38d91b commit 065b8dc
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions server/zanata-war/src/main/webapp/admin/search.xhtml
Expand Up @@ -16,27 +16,27 @@

<!-- TODO reformat indentation, change button label id to match progress message id -->
<a4j:form>
<s:token allowMultiplePosts="true" />
<s:token allowMultiplePosts="true" />
<a4j:region>
<a4j:outputPanel id="reindexPanel">
<a4j:commandButton id="reindex"
value="#{messages['jsf.ReindexFullTextSearchDatabase']}"
action="#{adminAction.reindexDatabase}"
rendered="#{!adminAction.reindexing}"
reRender="reindexPanel"/>
<a4j:commandButton id="reindex"
value="#{messages['jsf.ReindexFullTextSearchDatabase']}"
action="#{adminAction.reindexDatabase}"
rendered="#{!adminAction.reindexing}"
reRender="reindexPanel"/>
<!-- minValue is -1 because of a bug when 0 is used -->
<rich:progressBar id="reindexProgressBar"
value="#{adminAction.reindexProgress}"
interval="1000"
label="#{messages['jsf.search.reindex.ProgressMessage']}"
minValue="-1"
maxValue="#{adminAction.reindexCount - 1}"
enabled="#{adminAction.reindexing}"
reRenderAfterComplete="reindexPanel">
</rich:progressBar>
<rich:progressBar id="reindexProgressBar"
value="#{adminAction.reindexProgress}"
interval="1000"
label="#{messages['jsf.search.reindex.ProgressMessage']}"
minValue="-1"
maxValue="#{adminAction.reindexCount - 1}"
enabled="#{adminAction.reindexing}"
reRenderAfterComplete="reindexPanel">
</rich:progressBar>
</a4j:outputPanel>
</a4j:region>
</a4j:form>
</a4j:form>
</rich:panel>
</ui:define>

Expand Down

0 comments on commit 065b8dc

Please sign in to comment.