block_refresh.css |
css/block_refresh.css |
|
/* Animated throbber */
html.js .block-refresh-button {
background-image: url('throbber.gif');
background-repeat: no-repeat;
background-position: 100% 2px;
height: 18px;
float: right;
cursor: pointer;
}
html.js… |
block_refresh.info |
block_refresh.info |
|
name = Block Refresh
description = Allows blocks to automatically refresh their content.
package = User interface
core = 6.x |
block_refresh.install |
block_refresh.install |
|
Install, update and uninstall functions for the block_refresh module. |
block_refresh.module |
block_refresh.module |
|
|
CHANGELOG.txt |
CHANGELOG.txt |
|
Block Refresh 6.x-1.x-ALPHA2, 2010-08-27
----------------------------------------
- #895184 - Block Refresh now works with sites not using clean URLs. Thanks tonige!
- Changed hook_uninstall to remove ALL variables set by Block Refresh
- #891262-2 -… |
README.txt |
README.txt |
|
-- SUMMARY --
As the name implies, Block Refresh is a module that lets administrators configure all
or some of their blocks to be refresh, either by an defined number of seconds or by providing
a link for the website user to click on to refresh… |