X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frequirement_spec%2Fshow.html;h=3cd23ef75a8a0cd72bbee8d28a17397d9a587c22;hb=c05124af6ffb9ab2244234a6f09e6e089109c397;hp=c627a1685d479daf0a1cd342a8d909cfcfed7380;hpb=93a1b332134112759531354ea648b43e511fe9fc;p=kivitendo-erp.git diff --git a/templates/webpages/requirement_spec/show.html b/templates/webpages/requirement_spec/show.html index c627a1685..3cd23ef75 100644 --- a/templates/webpages/requirement_spec/show.html +++ b/templates/webpages/requirement_spec/show.html @@ -56,7 +56,7 @@ $(function() { attr: { id: "tb-front", class: "text-block-context-menu" }, children: [ [% FOREACH tb = SELF.requirement_spec.text_blocks_sorted(output_position=0) %] - [% P.requirement_spec_text_block_jstree_data(tb).json %][% IF !loop.last %],[% END %] + [% tb.presenter.jstree_data.json %][% IF !loop.last %],[% END %] [% END %] ]}, @@ -65,7 +65,7 @@ $(function() { attr: { id: "sections", class: "section-context-menu" }, children: [ [% FOREACH section = sections %] - [% P.requirement_spec_item_jstree_data(section).json %][% IF !loop.last %],[% END %] + [% section.presenter.jstree_data.json %][% IF !loop.last %],[% END %] [% END %] ]}, @@ -74,7 +74,7 @@ $(function() { attr: { id: "tb-back", class: "text-block-context-menu" }, children: [ [% FOREACH tb = SELF.requirement_spec.text_blocks_sorted(output_position=1) %] - [% P.requirement_spec_text_block_jstree_data(tb).json %][% IF !loop.last %],[% END %] + [% tb.presenter.jstree_data.json %][% IF !loop.last %],[% END %] [% END %] ]} ];