Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
55d0e8c9
Commit
55d0e8c9
authored
Oct 09, 2019
by
Robert Lyon
Committed by
Gerrit Code Review
Oct 09, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Bug 1834576: Content overview report contains negative number"
parents
daf41aad
2247fd23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
htdocs/lang/en.utf8/help/forms/content.modified.html
htdocs/lang/en.utf8/help/forms/content.modified.html
+3
-2
htdocs/theme/raw/templates/admin/contentstats.tpl
htdocs/theme/raw/templates/admin/contentstats.tpl
+1
-1
No files found.
htdocs/lang/en.utf8/help/forms/content.modified.html
View file @
55d0e8c9
...
...
@@ -2,5 +2,6 @@
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. -->
<h3>
Modified
</h3>
<p>
Sum of all items that were modified during the selected time period.
</p>
This shows the sum of all items that were modified during the selected time period.
</p>
<p>
A negative number indicates that more items were removed than added or edited.
</p>
htdocs/theme/raw/templates/admin/contentstats.tpl
View file @
55d0e8c9
{
foreach
from
=
$data
item
=
item
key
=
key
}
<tr
class=
"
{
cycle
values
=
'r0,r1'
}
"
>
{
if
$columns.rownum
}
<td>
{
$offset
+
$dwoo.foreach.default.iteration
}
</td>
{/
if
}
{
if
$columns.name
}
<td>
<a
href=
"statistics.php?
{
if
$institution
}
institution=
{
$institution
}
&
{/
if
}
type=content&subtype=historical&field=
{
$item
->
field
}
"
>
{
str
tag
=
$item
->
field
section
=
statistics
}
</
a></
td>
{/
if
}
{
if
$columns.name
}
<td>
{
str
tag
=
$item
->
field
section
=
statistics
}
</td>
{/
if
}
{
if
$columns.modified
}
<td>
{
$item
->
modified
}
</td>
{/
if
}
{
if
$columns.total
}
<td
class=
"center"
>
{
$item
->
value
}
</td>
{/
if
}
</tr>
...
...
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