projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04e3a95
)
Fix a bug when clicking on a classname at the classview page.
author
Martin Blumenthal
<tinu@humbapa.ch>
Thu, 4 Jun 2009 15:00:48 +0000
(17:00 +0200)
committer
Martin Blumenthal
<tinu@humbapa.ch>
Thu, 4 Jun 2009 15:00:48 +0000
(17:00 +0200)
skoli/templates/list/classes.inc
patch
|
blob
|
history
diff --git
a/skoli/templates/list/classes.inc
b/skoli/templates/list/classes.inc
index
b3906ec
..
6480e47
100644
(file)
--- a/
skoli/templates/list/classes.inc
+++ b/
skoli/templates/list/classes.inc
@@
-25,7
+25,8
@@
$label = sprintf(_("View Entries in \"%s\""), $class['name']);
$params = array(
'actionID' => 'search',
- 'class' => $class['_id']
+ 'class' => $class['_id'],
+ 'student' => 'all'
);
echo Horde::link(Util::addParameter(Horde::applicationUrl('search.php'), $params), $label) . htmlspecialchars($class['name']) . '</a>';
?>