projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61ccb02
)
Fix url generation
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 17 Jun 2010 19:04:40 +0000
(15:04 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 17 Jun 2010 19:04:40 +0000
(15:04 -0400)
ansel/lib/Widget/OtherGalleries.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Widget/OtherGalleries.php
b/ansel/lib/Widget/OtherGalleries.php
index
73a6a8a
..
1271f21
100644
(file)
--- a/
ansel/lib/Widget/OtherGalleries.php
+++ b/
ansel/lib/Widget/OtherGalleries.php
@@
-110,7
+110,7
@@
class Ansel_Widget_OtherGalleries extends Ansel_Widget_Base
$html .= Horde::endBuffer();
$html .= '</div>';
$selfurl = Horde::selfUrl(true, true);
- $html .= '<div class="control">
<a href="
'
+ $html .= '<div class="control">'
. $selfurl->add('actionID', 'show_actions')->link(
array('id' => 'othergalleries-toggle',
'class' => ($GLOBALS['prefs']->getValue('show_othergalleries') ? 'hide' : 'show')))