Changes for page Books
Last modified by Jip-jan Alunkel on November 23, 10:59
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,4 @@ 1 -{{include reference="assets. pagemaker.macros"/}}1 +{{include reference="assets.formMaker.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 class="livetable">14 +<div id="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" : " false",100 + "required" : "true", 101 101 "label" : "Year of publishing", 102 102 "aria-label" : "Enter the year of publishing", 103 103 "placeholder" : "Year",