add missing i18n labels from ZipArchive template
This commit is contained in:
parent
c5d0285d70
commit
a9e4de8ffa
4 changed files with 62 additions and 4 deletions
23
docs/upgrades/templates-7.3.7/ZipArchiveTMPL00000001.tmpl
Normal file
23
docs/upgrades/templates-7.3.7/ZipArchiveTMPL00000001.tmpl
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#ZipArchiveTMPL00000001
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_if controls>
|
||||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if error>
|
||||
<ul>
|
||||
<li><tmpl_var error></li>
|
||||
</ul>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if fileUrl>
|
||||
<a href="<tmpl_var fileUrl>"><tmpl_var title></a>
|
||||
<tmpl_else>
|
||||
<tmpl_if pageError>
|
||||
<tmpl_var noInitialPage>
|
||||
<tmpl_else>
|
||||
<tmpl_var noFileSpecified>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
Loading…
Add table
Add a link
Reference in a new issue