NIHVIVO-1176. Removed themeStylesheetDir from template model, and replaced with themeDir. Also modified stylesheet and script addFromTheme methods so the prepend only the theme directory; the specific stylesheet or css directory must be added to the path argument.
This commit is contained in:
parent
535691ee11
commit
5bc5c0b93c
12 changed files with 80 additions and 108 deletions
|
@ -41,7 +41,7 @@
|
|||
<#-- Paging controls -->
|
||||
<#if (pagingLinks?size > 0)>
|
||||
<div class="searchpages">
|
||||
Pages:
|
||||
Pages:
|
||||
<#if prevPage??><a class="prev" href="${prevPage}">Previous</a></#if>
|
||||
<#list pagingLinks as link>
|
||||
<#if link.url??>
|
||||
|
@ -56,4 +56,4 @@
|
|||
|
||||
</div> <!-- end contentsBrowseGroup -->
|
||||
|
||||
${stylesheets.addFromTheme("search.css")}
|
||||
${stylesheets.addFromTheme("/css/search.css")}
|
Loading…
Add table
Add a link
Reference in a new issue