NIHVIVO-1238: Making custom forms theme agnostic

This commit is contained in:
mb863 2010-12-01 19:39:10 +00:00
parent a645c60e13
commit 9f22a78864
4 changed files with 173 additions and 3 deletions

View file

@ -3,4 +3,6 @@
${stylesheets.add("/css/edit.css")} <#-- temporary until edit controller can include this when needed -->
${stylesheets.add("/css/menupage/menupage.css")} <#-- we need to call it from the theme until freemarker controller and menupage.ftl are created -->
${stylesheets.add("/css/individual/individual.css")} <#-- we need to call it from the theme until freemarker controller and individual.ftl are created -->
${stylesheets.tags}
${stylesheets.tags}
<link rel="stylesheet" href="${urls.theme}/css/screen.css" />