NIHVIVO-1149 Reintegrate dev-fmservlet branch after finishing restructuring of FreemarkerHttpServlet and subclasses. Two files had to be copied manually.
This commit is contained in:
parent
0abe35eb14
commit
8547665029
21 changed files with 625 additions and 482 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
<#-- Main template for the login panel -->
|
||||
|
||||
<#if loginPanel??>
|
||||
${loginPanel}
|
||||
<#if loginTemplate??>
|
||||
<#include loginTemplate>
|
||||
|
||||
${stylesheets.add("/css/login.css")}
|
||||
${stylesheets.addFromTheme("/css/formedit.css")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue