some work in html templates: changed some functions from item_* to item.*
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<h1>{export_header}</h1>
|
||||
|
||||
|
||||
[if item_is]
|
||||
[if request.is_item]
|
||||
<p>{export_transer_file_info}</p>
|
||||
[else]
|
||||
<p>{export_transer_dir_info}</p>
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<form class="uk-form-stacked" action="[doc_base_url][dir][if item_is][item_url]/[end]export" method="post">
|
||||
<form class="uk-form-stacked" action="[doc_base_url][dir][if request.is_item][item.url]/[end]export" method="post">
|
||||
|
||||
<div class="uk-margin">
|
||||
<label><input class="uk-checkbox uk-margin-small-right" type="checkbox" name="staticfilestoo">{export_checkbox_static_file_too}</label>
|
||||
|
Reference in New Issue
Block a user