Changes for page Books

Last modified by Jip-jan Alunkel on November 23, 10:59

From version 8.30
edited by Jip-jan Alunkel
on April 17, 23:28
Change comment: Updated class property
To version 9.2
edited by Jip-jan Alunkel
on August 30, 21:54
Change comment: Renamed back-links.

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -{{include reference="assets.formMaker.macros" /}}
1 +{{include reference="assets.pagemaker.macros"/}}
2 2  
3 3  {{velocity}}
4 4  #set($discard = $services.localization.use('document', 'cases.Code.translations'))
... ... @@ -11,7 +11,7 @@
11 11  All about books
12 12  </p>
13 13  <h2 class="livetable">Overview of all books</h2>
14 -<div id="livetable">
14 +<div class="livetable">
15 15  
16 16  #set ($columns = ["doc.title", "author", "doc.space"])
17 17  #set ($columnsProperties = {
... ... @@ -97,7 +97,7 @@
97 97  #set($publish_year = {
98 98   "id" : "publish_year",
99 99   "type" : "number",
100 - "required" : "true",
100 + "required" : "false",
101 101   "label" : "Year of publishing",
102 102   "aria-label" : "Enter the year of publishing",
103 103   "placeholder" : "Year",