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
71bd99e7
Commit
71bd99e7
authored
Sep 10, 2008
by
Richard Mansfield
Browse files
Links to users,groups,views on copy view page open in new window
parent
9e5a3de4
Changes
2
Show whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/view/templatesearchresults.tpl
View file @
71bd99e7
...
...
@@ -12,7 +12,7 @@
{
foreach
from
=
$results
item
=
row
}
<tr
class=
"r
{
cycle
values
=
0
,
1
}
"
>
<td>
<a
href=
"
{
$WWWROOT
}
view/view.php?id=
{
$row.id
|
escape
}
"
>
{
$row.title
|
escape
}
</a>
<a
href=
"
{
$WWWROOT
}
view/view.php?id=
{
$row.id
|
escape
}
"
target=
"_blank"
>
{
$row.title
|
escape
}
</a>
</td>
<td>
{
$row.sharedby
|
escape
}
...
...
htdocs/theme/default/templates/view/viewownersearchresults.tpl
View file @
71bd99e7
...
...
@@ -14,9 +14,9 @@
{
if
$row
->
type
==
'institution'
}
{
$row
->
display
|
escape
}
{
elseif
$row
->
type
==
'group'
}
<a
href=
"
{
$WWWROOT
}
group/view.php?id=
{
$row
->
id
|
escape
}
"
>
{
$row
->
display
|
escape
}
</a>
<a
href=
"
{
$WWWROOT
}
group/view.php?id=
{
$row
->
id
|
escape
}
"
target=
"_blank"
>
{
$row
->
display
|
escape
}
</a>
{
else
}
<a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$row
->
id
|
escape
}
"
>
{
$row
->
display
|
escape
}
</a>
<a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$row
->
id
|
escape
}
"
target=
"_blank"
>
{
$row
->
display
|
escape
}
</a>
{/
if
}
</td>
<td
style=
"text-align: center;"
>
{
$row
->
count
|
escape
}
</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