When I create configuration for website using ASP platform I can create new .zlang file and can customize search.asp page/script.
For example, I created new XXX.zlang. There I changed text from Search for: to Search OCC for:
STR_FORM_SEARCHFOR=Search OCC for:
In search.asp page/script I made that phrase to be bold:
"<strong>" & STR_FORM_SEARCHFOR & "</ strong >"
When I create configuration for website using ASP.NET platform I can create new .zlang file, but I cannot customize search.aspx page/control. That option is grayed-out in the menu.
Is it possible to customize search.aspx page/control?
For example, I created new XXX.zlang. There I changed text from Search for: to Search OCC for:
STR_FORM_SEARCHFOR=Search OCC for:
In search.asp page/script I made that phrase to be bold:
"<strong>" & STR_FORM_SEARCHFOR & "</ strong >"
When I create configuration for website using ASP.NET platform I can create new .zlang file, but I cannot customize search.aspx page/control. That option is grayed-out in the menu.
Is it possible to customize search.aspx page/control?
Comment