Changes for page Books
Last modified by Jip-jan Alunkel on November 23, 10:59
From version 9.12
edited by Jip-jan Alunkel
on August 30, 22:21
on August 30, 22:21
Change comment:
Updated class property
To version 9.14
edited by Jip-jan Alunkel
on August 30, 22:31
on August 30, 22:31
Change comment:
Updated class property
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -70,6 +70,7 @@ 70 70 "required" : "true", 71 71 "label" : "Author of the book", 72 72 "aria-label" : "Enter the author of the book", 73 + "data-default-value": "", 73 73 "placeholder" : "$services.localization.render('cases.word.author.placeholder')", 74 74 "data-auto-first-capital" : "true", 75 75 "data-query-type" : "XWQL.matchObject", ... ... @@ -85,8 +85,9 @@ 85 85 "data-modal-input" : ["$services.localization.render('global.word.lastname')", "$services.localization.render('global.word.firstname')"], 86 86 "data-modal-input-glue": ", ", 87 87 "data-error-response-type" : "use_label_definite_1", 88 - "help-block" : ' Select the author of this case.'89 + "help-block" : 'Enter the last name of the author of this case. Choose the author from the list or create a new author.' 89 89 }) 91 + 90 90 #createFormElement($author) 91 91 #set($extra_info = { 92 92 "id" : "extra_info",