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
5cdd677c
Commit
5cdd677c
authored
Oct 13, 2014
by
Son Nguyen
Committed by
Gerrit Code Review
Oct 13, 2014
Browse files
Merge "Adding accessibility text to the download link on site stats page"
parents
685adbd5
cf23f21d
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/lang/en.utf8/admin.php
View file @
5cdd677c
...
...
@@ -1051,6 +1051,7 @@ $string['uneditableusers'] = array(
);
$string
[
'exportusersascsv'
]
=
'Export users in CSV format'
;
$string
[
'downloadusersascsv'
]
=
'users in CSV format'
;
$string
[
'downloaddataascsv'
]
=
'%s statistics in CSV format'
;
$string
[
'Download'
]
=
'Download'
;
$string
[
'suspendusers'
]
=
'Suspend users'
;
$string
[
'Suspend'
]
=
'Suspend'
;
...
...
htdocs/theme/default/templates/admin/statistics.tpl
View file @
5cdd677c
...
...
@@ -22,7 +22,7 @@
{
if
$subpagedata.table.csv
}
<div
class=
"fr"
>
<span
class=
"bulkaction-title"
>
{
str
tag
=
exportstatsascsv
section
=
admin
}
:
</span>
<a
href=
"
{
$WWWROOT
}
download.php"
target=
"_blank"
>
{
str
tag
=
Download
section
=
admin
}
</a>
<a
href=
"
{
$WWWROOT
}
download.php"
target=
"_blank"
>
{
str
tag
=
Download
section
=
admin
}
<span
class=
"accessible-hidden"
>
{
str
tag
=
downloaddataascsv
section
=
admin
args
=
$type
}
</span>
</a>
</div>
{/
if
}
<div
id=
"statistics_table_container"
class=
"statistics-subpage-
{
if
$subpagedata.summary
}
right
{
else
}
full
{/
if
}
-column
{
if
$subpagedata.table.count
==
0
}
hidden
{/
if
}
"
>
...
...
htdocs/theme/raw/templates/admin/statistics.tpl
View file @
5cdd677c
...
...
@@ -21,7 +21,7 @@
{
if
$subpagedata.table.csv
}
<div
class=
"fr"
>
<span
class=
"bulkaction-title"
>
{
str
tag
=
exportstatsascsv
section
=
admin
}
:
</span>
<a
href=
"
{
$WWWROOT
}
download.php"
target=
"_blank"
>
{
str
tag
=
Download
section
=
admin
}
</a>
<a
href=
"
{
$WWWROOT
}
download.php"
target=
"_blank"
>
{
str
tag
=
Download
section
=
admin
}
<span
class=
"accessible-hidden"
>
{
str
tag
=
downloaddataascsv
section
=
admin
args
=
$type
}
</span>
</a>
</div>
{/
if
}
<div
id=
"statistics_table_container"
class=
"statistics-subpage-
{
if
$subpagedata.summary
}
right
{
else
}
full
{/
if
}
-column
{
if
$subpagedata.table.count
==
0
}
hidden
{/
if
}
"
>
...
...
Write
Preview
Markdown
is supported
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