diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-02-09 01:20:42 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-09 01:20:42 +0000 |
commit | aca2729eb6ee3d0482183a78c7e816ceaba4f6c0 (patch) | |
tree | 3a1333b194794b6e9182f2c5d70c199918c1fda0 | |
parent | 767bf41287cd6d0133f4ecf0c1527795233f4848 (diff) |
Remove the "more" link until something's implemented that needs it.
-rw-r--r-- | modules/info/views/info_block.html.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/info/views/info_block.html.php b/modules/info/views/info_block.html.php index 491d9d10..81c2731c 100644 --- a/modules/info/views/info_block.html.php +++ b/modules/info/views/info_block.html.php @@ -21,12 +21,5 @@ <td><a href="#"><?= $item->owner->name ?></a></td> </tr> <? endif ?> - <tr> - <td colspan="2" class="toggle"> - <a href="#">more \/</a> - </td> - </tr> </tbody> </table> - - |