Changes for page Books
Last modified by Jip-jan Alunkel on November 23, 10:59
From version 8.18
edited by Jip-jan Alunkel
on April 10, 17:03
on April 10, 17:03
Change comment:
Updated class property
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -55,6 +55,7 @@ 55 55 "label" : "Author of the book", 56 56 "aria-label" : "Enter the author of the book", 57 57 "placeholder" : "Author", 58 + "data-error-response-type" : "use_label_definite_1", 58 58 "data-query-type" : "XWQL.matchObject", 59 59 "data-query-scope" : "books", 60 60 "data-query-list-type" : "suggest-select", ... ... @@ -98,6 +98,13 @@ 98 98 99 99 #createExpandEnd() 100 100 102 +#set($submit = { 103 + "id" : "create_book", 104 + "button-text" : "Create book", 105 + "help-block" : "" 106 +}) 107 +#createSubmit($submit) 108 + 101 101 #createFormEnd() 102 102 103 103 {{/html}}