projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6979c65
)
reveresed logic
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 15 Jul 2010 16:45:28 +0000
(12:45 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 15 Jul 2010 16:45:28 +0000
(12:45 -0400)
horde/templates/portal/layout.inc
patch
|
blob
|
history
diff --git
a/horde/templates/portal/layout.inc
b/horde/templates/portal/layout.inc
index
1b63037
..
915b790
100644
(file)
--- a/
horde/templates/portal/layout.inc
+++ b/
horde/templates/portal/layout.inc
@@
-73,7
+73,7
@@
</tr>
<tr>
<td colspan="2">
- <?php echo $blocks->getBlocksWidget($blockInfo['app'], $blockInfo['block'], ($layout->isRemovable($row, $col) ?
false : tru
e), ($layout->isRemovable($row, $col) ? false : true)) ?>
+ <?php echo $blocks->getBlocksWidget($blockInfo['app'], $blockInfo['block'], ($layout->isRemovable($row, $col) ?
true : fals
e), ($layout->isRemovable($row, $col) ? false : true)) ?>
</td>
</tr>
<?php