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
7b9c6b94
Commit
7b9c6b94
authored
Oct 06, 2009
by
Richard Mansfield
Browse files
Put buttons at the top of the unzip page
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
5c1f0625
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/file/theme/raw/extract.tpl
View file @
7b9c6b94
...
...
@@ -7,14 +7,14 @@
<span><label>
{
str
tag
=
Folders
section
=
artefact
.
file
}
:
</label>
{
$zipinfo
->
folders
}
</span>
<span><label>
{
str
tag
=
spacerequired
section
=
artefact
.
file
}
:
</label>
{
$zipinfo
->
displaysize
}
</span>
</p>
<p>
{
$message
|
escape
}
</p>
{
$form
}
<p>
<div><label>
{
str
tag
=
Contents
section
=
artefact
.
file
}
:
</label></div>
{
foreach
from
=
$zipinfo
->
names
item
=
name
}
<div>
{
$name
|
escape
}
</div>
{/
foreach
}
</p>
<p>
{
$message
|
escape
}
</p>
{
$form
}
{/
if
}
{
include
file
=
"footer.tpl"
}
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