cancel
Showing results for 
Search instead for 
Did you mean: 

[SOLVED]Placing options in Advanced Search

monitloth
Champ on-the-rise
Champ on-the-rise
Hi,

I added an option (begindate, enddate), but I don't want to place it under "Additional options". I prefere to making a new row under "Show me results in the categories". I searched in the XML files, but didn't found an option.

Can someone help me?

Thanks by advance.
1 REPLY 1

monitloth
Champ on-the-rise
Champ on-the-rise
In webapps\alfresco\jsp\search there is a advanced-search.jsp file and the following function is the placeholder (I think):
<a:panel label="#{msg.additional_options}" id="custom-panel" style="font-weight:bold" progressive="true"
expanded='#{SearchProperties.panels["custom-panel"]}' expandedActionListener="#{AdvancedSearchDialog.expandPanel}">
<r:searchCustomProperties id="customProps" bean="SearchProperties" var="customProperties" style="padding-left:12px;padding-top:4px" />
</a:panel>
So there is no XML configuration as I know.