pull cruft out of the Zip Archive template
This commit is contained in:
parent
17fa32e3f2
commit
becc03efd8
2 changed files with 24 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
23
docs/upgrades/templates-7.3.6/ZipArchiveTMPL00000001.tmpl
Normal file
23
docs/upgrades/templates-7.3.6/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>
|
||||
Error: No initial page specified
|
||||
<tmpl_else>
|
||||
Error: No file specified
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
Loading…
Add table
Add a link
Reference in a new issue