Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
39d93b17
Commit
39d93b17
authored
Oct 15, 2009
by
Nigel McNie
Browse files
Prevent dwoo warning when mtime/size aren't set (for parent folders).
Signed-off-by:
Nigel McNie
<
nigel@catalyst.net.nz
>
parent
e20aaf76
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/file/theme/raw/form/filelist.tpl
View file @
39d93b17
...
...
@@ -36,8 +36,8 @@
{/
if
}
</td>
<td>
{
$file
->
description
|
escape
}
</td>
<td>
{
$file
->
size
}
</td>
<td>
{
$file
->
mtime
}
</td>
<td>
{
tif
$file
->
size
?:
''
}
</td>
<td>
{
tif
$file
->
mtime
?:
''
}
</td>
<td
class=
"right"
>
{
if
$editable
&&
!
$file
->
isparent
}
{
if
$file
->
artefacttype
==
'archive'
}
<a
href=
"
{
$WWWROOT
}
artefact/file/extract.php?file=
{
$file
->
id
}
"
>
{
str
tag
=
Unzip
section
=
artefact
.
file
}
</a>
{/
if
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment