some work in html templates: changed some functions from item_* to item.*
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
[if item_content_type_is "other"][item_run][else]
|
||||
[if item.content.type_is "other"][item.run][else]
|
||||
|
||||
<div>
|
||||
|
||||
[if false]
|
||||
[if mount_page_arg_is "subject"]
|
||||
<h1>[item_subject]</h1>
|
||||
<h1>[item.subject]</h1>
|
||||
[end]
|
||||
|
||||
[if mount_page_arg_is "info"]
|
||||
@@ -12,7 +12,7 @@
|
||||
[end]
|
||||
[end]
|
||||
|
||||
[item_run]
|
||||
[item.execute]
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user