summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-16 22:57:26 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-16 22:57:26 +0000
commit75653ac7f4e14710798bd4785b2ab3e2dd0c00e5 (patch)
tree27e929e8a3d04b65bc9e409270579bcbc5520293
parent9c4ff53d926547e3a4504da4fa1cf43d0ffd0638 (diff)
downloadbrdo-75653ac7f4e14710798bd4785b2ab3e2dd0c00e5.tar.gz
brdo-75653ac7f4e14710798bd4785b2ab3e2dd0c00e5.tar.bz2
#208991 follow up by dvessel: forgot to mark the blocks table with sticky-enabled
-rw-r--r--modules/block/block-admin-display-form.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block-admin-display-form.tpl.php b/modules/block/block-admin-display-form.tpl.php
index 2a20ff4e0..91d805137 100644
--- a/modules/block/block-admin-display-form.tpl.php
+++ b/modules/block/block-admin-display-form.tpl.php
@@ -35,7 +35,7 @@
drupal_add_tabledrag('blocks', 'order', 'sibling', 'block-weight', 'block-weight-'. $region);
}
?>
-<table id="blocks">
+<table id="blocks" class="sticky-enabled">
<thead>
<tr>
<th><?php print t('Block'); ?></th>