projects
/
MosaicDocument.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d3ae9b2
)
Utilisation de l'id du nœud racine, plutôt que l'id de l'objet.
author
Benoît Pin
<benoit.pin@gmail.com>
Wed, 24 Nov 2010 11:50:50 +0000
(12:50 +0100)
committer
Benoît Pin
<benoit.pin@gmail.com>
Wed, 24 Nov 2010 11:50:50 +0000
(12:50 +0100)
default_blocks/tree_block_template.pt
patch
|
blob
|
history
diff --git
a/default_blocks/tree_block_template.pt
b/default_blocks/tree_block_template.pt
index
1b45b19
..
606d136
100755
(executable)
--- a/
default_blocks/tree_block_template.pt
+++ b/
default_blocks/tree_block_template.pt
@@
-41,7
+41,7
@@
rows treeDict/rows;
height tree/height;
rootNode python:rows.pop(0);
- box_id
string:tree_box_${rootNode/object/id}
;
+ box_id
rootNode/id
;
portal_url here/portal_url"
tal:condition="python:displayAction=='view' and rows"
tal:omit-tag=""