pull cruft out of the Zip Archive template

This commit is contained in:
Colin Kuskie 2007-01-20 04:44:17 +00:00
parent 17fa32e3f2
commit becc03efd8
2 changed files with 24 additions and 0 deletions

View file

@ -5,6 +5,7 @@
- fix: Calendar: start/end date time off in edit interface (perlDreamer Consulting, LLC)
- Added a database optimization that will improve asset lookup performance by
as much as 600% on some sites.
- fix: Extra cruft in the Zip Archive template.
7.3.5

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>
Error: No initial page specified
<tmpl_else>
Error: No file specified
</tmpl_if>
</tmpl_if>