projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a28bd6e
)
Only need separator if this is the only entry
author
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 5 Dec 2009 02:16:58 +0000
(19:16 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 7 Dec 2009 03:44:00 +0000
(20:44 -0700)
imp/templates/index/index-dimp.inc
patch
|
blob
|
history
diff --git
a/imp/templates/index/index-dimp.inc
b/imp/templates/index/index-dimp.inc
index
bc1f1e1
..
75cb87e
100644
(file)
--- a/
imp/templates/index/index-dimp.inc
+++ b/
imp/templates/index/index-dimp.inc
@@
-431,7
+431,7
@@
function _simpleButton($id, $text, $image)
<?php endif; ?>
<?php if ($has_whitelist): ?>
<div>
- <div
class="sep"
></div>
+ <div
<?php if (!$has_blacklist) echo ' class="sep"'; ?>
></div>
<a id="oa_whitelist"><span class="contextImg"></span><?php echo _("Whitelist") ?></a>
</div>
<?php endif; ?>