Modifiche per il documento Books
Ultima modifica di Jip-jan Alunkel il novembre 23, 10:59
Dalla versione 9.18
modificato da Jip-jan Alunkel
il agosto 31, 12:36
il agosto 31, 12:36
Cambia il commento:
Updated class property
Alla versione 9.24
modificato da Jip-jan Alunkel
il agosto 31, 23:19
il agosto 31, 23:19
Cambia il commento:
Updated class property
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,7 @@ 1 1 {{include reference="assets.pagemaker.macros"/}} 2 2 3 3 {{velocity}} 4 +#set($discard = $services.localization.use('document', 'assets.global.translations')) 4 4 #set($discard = $services.localization.use('document', 'assets.pagemaker.translations')) 5 5 #set($discard = $xwiki.ssx.use('assets.pagemaker.WebHome', {'minify' : false})) 6 6 #set($discard = $xwiki.jsx.use('assets.pagemaker.WebHome', {'minify' : false})) ... ... @@ -14,13 +14,13 @@ 14 14 15 15 #set ($columns = ["doc.title", "name", "doc.space"]) 16 16 #set ($columnsProperties = { 17 - "doc.title": 18 - "name" size"4},19 - "doc.space" size"4, "link": "space"}18 + "doc.title": {"type": "text", "filterable" : true, "sortable": true, "link": "view"}, 19 + "name": {"type": "text", "filterable" : true, "sortable": true, "headerClass": "author"}, 20 + "doc.space": {"type": "text", "filterable" : true, "sortable": true, "headerClass": "category", "link": "space"} 20 20 }) 21 21 #set ($options = { 22 22 "className" : "books.WebHome", 23 - "translationPrefix" : " books.livetable.",24 + "translationPrefix" : "livetable.books.", 24 24 "extraParams": "&name_class=assets.pagemaker.classes.persons", 25 25 "queryFilters" : "currentlanguage", 26 26 "rowCount": 10 ... ... @@ -31,7 +31,7 @@ 31 31 <h3>Add a book to this wiki</h3> 32 32 <p> 33 33 Do you know of any books that can be of value to people who would like to learn more about homeopathy? 34 - Please feel free to share these books with our readers. However, to make sure your case iscorrectlyfiled inthiswiki it is necessary that you answer a few simple questions about thecase.35 + Please feel free to share these books with our readers. However, to make sure your book is being filed correctly it is necessary that you answer a few simple questions about the book. 35 35 </p> 36 36 37 37 #set($form_start = { ... ... @@ -94,7 +94,7 @@ 94 94 "data-modal-input" : ["$services.localization.render('global.word.lastname')", "$services.localization.render('global.word.firstname')"], 95 95 "data-modal-input-glue": ", ", 96 96 "data-error-response-type" : "use_label_definite_1", 97 - "help-block" : 'Enter the last name of the author of this case. Choose the author from the list or create a new author.'98 + "help-block" : 'Enter the last name of the author of this book. Choose the author from the list or create a new author.' 98 98 }) 99 99 #createFormElement($author) 100 100 #set($extra_info = {