Typos
git-svn-id: https://svn.libreccm.org/ccm/trunk@6059 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
195bde5a81
commit
a82e94ff9e
|
|
@ -26,7 +26,7 @@
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
<#function getObjectCount listId>
|
<#function getObjectCount listId>
|
||||||
<#return model["/bebop:page/*[id='${listId}']/nav:objectList/nav:paginator/@objectCount"]@@text>
|
<#return model["/bebop:page/*[id='${listId}']/nav:objectList/nav:paginator/@objectCount"].@@text>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
<#function getPaginatorBaseUrl listId>
|
<#function getPaginatorBaseUrl listId>
|
||||||
|
|
@ -185,7 +185,7 @@
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
<#function getCategoryFilterCategoryLabel category>
|
<#function getCategoryFilterCategoryLabel category>
|
||||||
<#return category["."]@@text>
|
<#return category.@@text>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue