Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
d27ea8e9
Commit
d27ea8e9
authored
Jul 10, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jul 10, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New expanding icons etc. etc...
parent
08d0331a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
22 deletions
+23
-22
htdocs/theme/default/templates/contacts/communities/owned.tpl
...cs/theme/default/templates/contacts/communities/owned.tpl
+3
-1
htdocs/theme/default/templates/contacts/groups/index.tpl
htdocs/theme/default/templates/contacts/groups/index.tpl
+20
-21
No files found.
htdocs/theme/default/templates/contacts/communities/owned.tpl
View file @
d27ea8e9
...
...
@@ -4,7 +4,9 @@
{
include
file
=
"columnleftstart.tpl"
}
<h2>
{
str
tag
=
"myownedcommunities"
}
</h2>
<div
class=
"addcommunitylink"
>
<a
href=
"
{
$WWWROOT
}
/contacts/communities/create.php"
>
{
str
tag
=
'addcommunity'
}
</a>
<span
class=
"addicon"
>
<a
href=
"
{
$WWWROOT
}
/contacts/communities/create.php"
>
{
str
tag
=
'addcommunity'
}
</a>
</span>
</div>
<table
id=
"communitylist"
class=
"hidden tablerenderer"
>
<thead>
...
...
htdocs/theme/default/templates/contacts/groups/index.tpl
View file @
d27ea8e9
...
...
@@ -2,28 +2,27 @@
{
include
file
=
"sidebar.tpl"
}
{
include
file
=
"columnleftstart.tpl"
}
<h2>
{
str
tag
=
"mygroups"
}
</h2>
<h2>
{
str
tag
=
"mygroups"
}
</h2>
<div
id=
"mygroups"
>
<div
id=
"addnewgroupdiv"
>
<span
id=
"addnewgroup"
>
<a
href=
"create.php"
id=
"addnewgroup"
>
{
str
tag
=
"creategroup"
}
</a>
</span>
{
contextualhelp
plugintype
=
'core'
pluginname
=
'groups'
section
=
'addgroupbutton'
}
</div>
<div
id=
"mygroups"
>
<div
id=
"addnewgroupdiv"
>
<span
class=
"addicon"
>
<a
href=
"create.php"
id=
"addnewgroup"
>
{
str
tag
=
"creategroup"
}
</a>
</span>
{
contextualhelp
plugintype
=
'core'
pluginname
=
'groups'
section
=
'addgroupbutton'
}
</div>
<table
id=
"grouplist"
class=
"hidden tablerenderer"
>
<thead>
<tr>
<th>
{
str
tag
=
"groupname"
}
</th>
<th>
{
str
tag
=
"membercount"
}{
contextualhelp
plugintype
=
'core'
pluginname
=
'groups'
section
=
'groupmembercountheader'
}
</th>
<th></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<table
id=
"grouplist"
class=
"hidden tablerenderer"
>
<thead>
<tr>
<th>
{
str
tag
=
"groupname"
}
</th>
<th>
{
str
tag
=
"membercount"
}{
contextualhelp
plugintype
=
'core'
pluginname
=
'groups'
section
=
'groupmembercountheader'
}
</th>
<th></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
{
include
file
=
"columnleftend.tpl"
}
{
include
file
=
"footer.tpl"
}
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