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
1a4def38
Commit
1a4def38
authored
Jul 23, 2008
by
Richard Mansfield
Browse files
Fix style on group views sub-tabs
parent
3233787a
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/view/index.tpl
View file @
1a4def38
...
...
@@ -86,7 +86,7 @@
<div
class=
"center"
>
{
$pagination
}
</div>
{
else
}
<table
id=
"myviewstable"
class=
"
no
views"
>
<table
id=
"myviewstable"
{
if
$member
}
class=
"
group
views"
{/
if
}
>
<tr>
<td>
{
if
$groupid
}{
str
tag
=
"noviewstosee"
section
=
"group"
}{
else
}{
str
tag
=
"noviews"
section
=
"view"
}{/
if
}
</td>
</tr>
...
...
htdocs/theme/default/templates/view/sharedviews.tpl
View file @
1a4def38
...
...
@@ -44,7 +44,7 @@
</table>
<div
class=
"center"
>
{
$pagination
}
</div>
{
else
}
<table
id=
"myviewstable"
class=
"
{
if
$member
}
groupviews
{
else
}
noviews
{/
if
}
"
>
<table
id=
"myviewstable"
{
if
$member
}
class=
"
groupviews
"
{/
if
}
>
<tr>
<td>
{
str
tag
=
"noviewstosee"
section
=
"group"
}
</td>
</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