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
d649336c
Commit
d649336c
authored
Jul 22, 2009
by
Richard Mansfield
Browse files
Full width on group home page view listings
parent
83020505
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/group/view.tpl
View file @
d649336c
...
...
@@ -34,7 +34,7 @@
{
if
$sharedviews
}
<h3>
{
str
tag
=
"viewssharedtogroupbyothers"
section
=
"view"
}
</h3>
<p>
<table
class=
"
groupviews
"
>
<table
class=
"
fullwidth
"
>
{
foreach
from
=
$sharedviews
item
=
view
}
<tr
class=
"r
{
cycle
values
=
0
,
1
}
"
>
<td>
...
...
@@ -64,7 +64,7 @@
{
if
$submittedviews
}
<h3>
{
str
tag
=
"viewssubmittedtogroup"
section
=
"view"
}
</h3>
<p>
<table
class=
"
groupviews
"
>
<table
class=
"
fullwidth
"
>
{
foreach
from
=
$submittedviews
item
=
view
}
<tr
class=
"r
{
cycle
values
=
0
,
1
}
"
>
<td>
...
...
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