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
de822f37
Commit
de822f37
authored
Mar 19, 2007
by
Nigel McNie
Committed by
Nigel McNie
Mar 19, 2007
Browse files
Added 'hidden' class to all tablerenderers
parent
23dc8ee1
Changes
13
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/blog/theme/default/list.tpl
View file @
de822f37
...
...
@@ -18,7 +18,7 @@
</span>
{
contextualhelp
plugintype
=
'artefact'
pluginname
=
'blog'
section
=
'addblogbutton'
}
</div>
<table
id=
"bloglist"
class=
"tablerenderer"
>
<table
id=
"bloglist"
class=
"
hidden
tablerenderer"
>
<thead>
<tr>
<th>
{
str
section
=
"artefact.blog"
tag
=
"title"
}
</th>
...
...
htdocs/artefact/blog/theme/default/view.tpl
View file @
de822f37
...
...
@@ -26,7 +26,7 @@
</div>
<div><table
id=
"postlist"
class=
"tablerenderer"
>
<div><table
id=
"postlist"
class=
"
hidden
tablerenderer"
>
<tbody>
<tr><td></td><td></td><td></td></tr>
</tbody>
...
...
htdocs/artefact/file/theme/default/index.tpl
View file @
de822f37
...
...
@@ -5,7 +5,7 @@
<h2>
{
str
section
=
"artefact.file"
tag
=
"myfiles"
}
</h2>
<div
id=
"myfiles"
>
<div
id=
"uploader"
></div>
<table
id=
"filelist"
class=
"tablerenderer"
>
<table
id=
"filelist"
class=
"
hidden
tablerenderer"
>
<thead><tr>
<th></th>
<th>
{
str
tag
=
name
section
=
artefact
.
file
}
</th>
...
...
htdocs/artefact/internal/theme/default/profileicons.tpl
View file @
de822f37
...
...
@@ -7,7 +7,7 @@
<h2>
{
str
section
=
"artefact.internal"
tag
=
"profileicons"
}
</h2>
{
$settingsformtag
}
<table
id=
"profileicons"
class=
"tablerenderer"
>
<table
id=
"profileicons"
class=
"
hidden
tablerenderer"
>
<thead>
<th>
{
str
tag
=
"image"
}
</th>
<th>
{
str
tag
=
"title"
}
</th>
...
...
htdocs/theme/default/templates/account/watchlist/index.tpl
View file @
de822f37
...
...
@@ -22,7 +22,7 @@
<div
id=
"typeheader"
>
{
str
section
=
'activity'
tag
=
'monitored'
}
{
$typestr
}
</div>
<div
id=
"typeandchildren"
>
*
{
str
section
=
'activity'
tag
=
'
andchildren
}
</div>
<form
method=
"post"
onSubmit=
"
{
$stopmonitoring
}
"
>
<table
id=
"watchlist"
class=
"tablerenderer"
>
<table
id=
"watchlist"
class=
"
hidden
tablerenderer"
>
<thead>
<tr>
<th></th>
...
...
htdocs/theme/default/templates/admin/site/files.tpl
View file @
de822f37
...
...
@@ -5,7 +5,7 @@
<h2>
{
str
section
=
"admin"
tag
=
"adminfiles"
}
</h2>
<div
id=
"myfiles"
>
<div
id=
"uploader"
></div>
<table
id=
"filelist"
class=
"tablerenderer"
>
<table
id=
"filelist"
class=
"
hidden
tablerenderer"
>
<thead><tr>
<th></th>
<th>
{
str
tag
=
name
section
=
artefact
.
file
}
</th>
...
...
htdocs/theme/default/templates/admin/users/search.tpl
View file @
de822f37
...
...
@@ -13,7 +13,7 @@
</div>
<div
id=
"results"
>
<h3>
{
str
tag
=
"results"
}
</h3>
<table
id=
"searchresults"
class=
"tablerenderer"
>
<table
id=
"searchresults"
class=
"
hidden
tablerenderer"
>
<tbody>
</tbody>
</table>
...
...
htdocs/theme/default/templates/contacts/communities/index.tpl
View file @
de822f37
...
...
@@ -3,7 +3,7 @@
{
include
file
=
"columnleftstart.tpl"
}
<h2>
{
str
tag
=
"mycommunities"
}
</h2>
<table
id=
"communitylist"
class=
"tablerenderer"
>
<table
id=
"communitylist"
class=
"
hidden
tablerenderer"
>
<thead>
<tr>
<th>
{
str
tag
=
'name'
}
</th>
...
...
htdocs/theme/default/templates/contacts/communities/owned.tpl
View file @
de822f37
...
...
@@ -6,7 +6,7 @@
<div
class=
"addcommunitylink"
>
<a
href=
"
{
$WWWROOT
}
/contacts/communities/create.php"
>
{
str
tag
=
'addcommunity'
}
</a>
</div>
<table
id=
"communitylist"
class=
"tablerenderer"
>
<table
id=
"communitylist"
class=
"
hidden
tablerenderer"
>
<thead>
<tr>
<th>
{
str
tag
=
'name'
}
</th>
...
...
htdocs/theme/default/templates/contacts/groups/index.tpl
View file @
de822f37
...
...
@@ -13,7 +13,7 @@
{
contextualhelp
plugintype
=
'core'
pluginname
=
'groups'
section
=
'addgroupbutton'
}
</div>
<table
id=
"grouplist"
class=
"tablerenderer"
>
<table
id=
"grouplist"
class=
"
hidden
tablerenderer"
>
<thead>
<tr>
<th>
{
str
tag
=
"groupname"
}
</th>
...
...
htdocs/theme/default/templates/contacts/index.tpl
View file @
de822f37
...
...
@@ -9,7 +9,7 @@
<option
value=
"1"
>
{
str
tag
=
'pendingfriends'
}
</option>
</select>
</form>
<table
id=
"friendslist"
class=
"tablerenderer"
>
<table
id=
"friendslist"
class=
"
hidden
tablerenderer"
>
<thead>
<tr>
<th>
{
str
tag
=
"profileicon"
}
</th>
...
...
htdocs/theme/default/templates/search.tpl
View file @
de822f37
...
...
@@ -14,7 +14,7 @@
</div>
<div
id=
"seachresults"
>
<h3>
{
str
tag
=
"results"
}
</h3>
<table
id=
"searchresults"
class=
"tablerenderer"
>
<table
id=
"searchresults"
class=
"
hidden
tablerenderer"
>
<tbody>
</tbody>
</table>
...
...
htdocs/theme/default/templates/selfsearch.tpl
View file @
de822f37
...
...
@@ -12,7 +12,7 @@
</div>
<div
id=
"selfsearchresults"
>
<h3>
{
str
tag
=
"results"
}
</h3>
<table
id=
"searchresults"
class=
"tablerenderer"
>
<table
id=
"searchresults"
class=
"
hidden
tablerenderer"
>
<tbody>
</tbody>
</table>
...
...
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