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
ae111d0f
Commit
ae111d0f
authored
Jun 05, 2014
by
Yuliya Bozhko
Committed by
Gerrit Code Review
Jun 05, 2014
Browse files
Merge "Making csv download links more accessible (Bug #1266913)"
parents
bbca7a55
0cad1e21
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/lang/en.utf8/admin.php
View file @
ae111d0f
...
@@ -271,6 +271,7 @@ $string['userstatstabletitle'] = 'Daily user statistics';
...
@@ -271,6 +271,7 @@ $string['userstatstabletitle'] = 'Daily user statistics';
$string
[
'groupstatstabletitle'
]
=
'Biggest groups'
;
$string
[
'groupstatstabletitle'
]
=
'Biggest groups'
;
$string
[
'viewstatstabletitle'
]
=
'Most popular pages'
;
$string
[
'viewstatstabletitle'
]
=
'Most popular pages'
;
$string
[
'exportstatsascsv'
]
=
'Export statistics in CSV format'
;
$string
[
'exportstatsascsv'
]
=
'Export statistics in CSV format'
;
$string
[
'downloadstatsascsv'
]
=
'statistics in CSV format'
;
$string
[
'nostats'
]
=
'No statistics available'
;
$string
[
'nostats'
]
=
'No statistics available'
;
$string
[
'site'
]
=
'Site'
;
$string
[
'site'
]
=
'Site'
;
...
@@ -1022,6 +1023,7 @@ $string['uneditableusers'] = array(
...
@@ -1022,6 +1023,7 @@ $string['uneditableusers'] = array(
1
=>
'You selected %s users that are not editable by you. They have been removed from the list.'
,
1
=>
'You selected %s users that are not editable by you. They have been removed from the list.'
,
);
);
$string
[
'exportusersascsv'
]
=
'Export users in CSV format'
;
$string
[
'exportusersascsv'
]
=
'Export users in CSV format'
;
$string
[
'downloadusersascsv'
]
=
'users in CSV format'
;
$string
[
'Download'
]
=
'Download'
;
$string
[
'Download'
]
=
'Download'
;
$string
[
'suspendusers'
]
=
'Suspend users'
;
$string
[
'suspendusers'
]
=
'Suspend users'
;
$string
[
'Suspend'
]
=
'Suspend'
;
$string
[
'Suspend'
]
=
'Suspend'
;
...
...
htdocs/theme/raw/templates/admin/users/report.tpl
View file @
ae111d0f
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
{
if
$csv
}
{
if
$csv
}
<div
class=
"fr"
>
<div
class=
"fr"
>
<span
class=
"bulkaction-title"
>
{
str
tag
=
exportusersascsv
section
=
admin
}
:
</span>
<span
class=
"bulkaction-title"
>
{
str
tag
=
exportusersascsv
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
=
downloadusersascsv
section
=
admin
}
</span>
</a>
</div>
</div>
{/
if
}
{/
if
}
<h2>
{
str
tag
=
selectedusers
section
=
admin
}
(
{
count
(
$users
)
}
)
</h2>
<h2>
{
str
tag
=
selectedusers
section
=
admin
}
(
{
count
(
$users
)
}
)
</h2>
...
...
htdocs/theme/raw/templates/admin/users/statistics.tpl
View file @
ae111d0f
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
{
if
$subpagedata.table.csv
}
{
if
$subpagedata.table.csv
}
<div
class=
"fr"
>
<div
class=
"fr"
>
<span
class=
"bulkaction-title"
>
{
str
tag
=
exportstatsascsv
section
=
admin
}
:
</span>
<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
=
downloadstatsascsv
section
=
admin
}
</span>
</a>
</div>
</div>
{/
if
}
{/
if
}
<div
id=
"statistics_table_container"
class=
"statistics-subpage-
{
if
$subpagedata.summary
}
right
{
else
}
full
{/
if
}
-column
{
if
$subpagedata.table.count
==
0
}
hidden
{/
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
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