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
618f7a4a
Commit
618f7a4a
authored
Jul 11, 2008
by
Richard Mansfield
Browse files
Use different no views string for individual & group views
parent
61be4ef3
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/view/index.tpl
View file @
618f7a4a
...
...
@@ -88,7 +88,7 @@
{
else
}
<table
id=
"myviewstable"
class=
"noviews"
>
<tr>
<td>
{
str
tag
=
"noviewstosee"
section
=
"group"
}
</td>
<td>
{
if
$groupid
}{
str
tag
=
"noviewstosee"
section
=
"group"
}
{
else
}{
str
tag
=
"noviews"
section
=
"view"
}{/
if
}
</td>
</tr>
</table>
{/
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