Changes for page Books
Modificado por Jip-jan Alunkel em novembro 23, 10:59
From version 9.23
edited by Jip-jan Alunkel
on agosto 31, 22:03
on agosto 31, 22:03
Change comment:
Updated class property
To version 9.18
edited by Jip-jan Alunkel
on agosto 31, 12:36
on agosto 31, 12:36
Change comment:
Updated class property
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,6 @@ 1 1 {{include reference="assets.pagemaker.macros"/}} 2 2 3 3 {{velocity}} 4 -#set($discard = $services.localization.use('document', 'assets.global.translations')) 5 5 #set($discard = $services.localization.use('document', 'assets.pagemaker.translations')) 6 6 #set($discard = $xwiki.ssx.use('assets.pagemaker.WebHome', {'minify' : false})) 7 7 #set($discard = $xwiki.jsx.use('assets.pagemaker.WebHome', {'minify' : false})) ... ... @@ -15,13 +15,13 @@ 15 15 16 16 #set ($columns = ["doc.title", "name", "doc.space"]) 17 17 #set ($columnsProperties = { 18 - "doc.title": {"type": "text", "filterable" : true, "sortable": true, "link": "view"}, 19 - "name": headerClass":"author"},20 - "doc.space": {"type": "text", "filterable" : true, "sortable": true, " headerClass":"category", "link": "space"}17 + "doc.title": {"type": "text", "filterable" : true, "sortable": true, "link": "view"}, 18 + "name" : {"type": "text", "filterable" : true, "sortable": true, "size" : 4}, 19 + "doc.space" : {"type": "text", "filterable" : true, "sortable": true, "size" : 4, "link": "space"} 21 21 }) 22 22 #set ($options = { 23 23 "className" : "books.WebHome", 24 - "translationPrefix" : "livetable. books.",23 + "translationPrefix" : "books.livetable.", 25 25 "extraParams": "&name_class=assets.pagemaker.classes.persons", 26 26 "queryFilters" : "currentlanguage", 27 27 "rowCount": 10 ... ... @@ -95,7 +95,7 @@ 95 95 "data-modal-input" : ["$services.localization.render('global.word.lastname')", "$services.localization.render('global.word.firstname')"], 96 96 "data-modal-input-glue": ", ", 97 97 "data-error-response-type" : "use_label_definite_1", 98 - "help-block" : 'Enter the last name of the author of this book. Choose the author from the list or create a new author.'97 + "help-block" : 'Enter the last name of the author of this case. Choose the author from the list or create a new author.' 99 99 }) 100 100 #createFormElement($author) 101 101 #set($extra_info = {