Fixed [ 1480536 ] "Add Files" link in Folder template doesn't work and added intl label to the template
This commit is contained in:
parent
115d85a79a
commit
ec2f50af2b
4 changed files with 23 additions and 3 deletions
|
|
@ -135,7 +135,9 @@
|
|||
Kamerbeek / Procolix)
|
||||
- fix [ 1479779 ] enable select box in dataform (Martin Kamerbeek / Procolix)
|
||||
- fix [ 1478585 ] purgeRevision without warning or confirmation (Martin
|
||||
Kamerbee / Procolix)
|
||||
Kamerbeek / Procolix)
|
||||
- fix [ 1480536 ] "Add Files" link in Folder template doesn't work (Martin
|
||||
Kamerbeek / Procolix)
|
||||
- Added a graphing engine and tied it into the Poll asset (Martin Kamerbeek / Procolix)
|
||||
|
||||
6.8.8
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#PBtmpl0000000000000078
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn> <p><tmpl_var controls></p> </tmpl_if>
|
||||
|
|
@ -6,7 +7,7 @@
|
|||
|
||||
<tmpl_if description> <tmpl_var description> </tmpl_if>
|
||||
|
||||
<tmpl_if session.var.adminOn> <p><a href="<tmpl_var url>?func=add&class=WebGUI::Asset::FilePile">Add files.</a></p> </tmpl_if>
|
||||
<tmpl_if session.var.adminOn> <p><a href="<tmpl_var addFile.url>"><tmpl_var addFile.label></a></p> </tmpl_if>
|
||||
|
||||
<table width="100%" cellpadding="3" cellspacing="0" class="content">
|
||||
<tmpl_loop subfolder_loop>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue