Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Info

Valid only for Ajaxfrancelabs, not DatafariUI.

To see this functionnality, check our Save search Functionality page

...

Code Block
<%
if (request.getUserPrincipal() != null) {
if (request.getUserPrincipal().getName() != null) {
%>
<div id="save_search"></div>
<%
} 
}
%>