add missing i18n labels from ZipArchive template

This commit is contained in:
Colin Kuskie 2007-01-25 04:41:26 +00:00
parent c5d0285d70
commit a9e4de8ffa
4 changed files with 62 additions and 4 deletions

View 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>