block_refresh.css |
css/block_refresh.css |
|
/* Animated throbber */
html.js .block-refresh-button {
background: url('throbber.gif') no-repeat scroll 100% 2px transparent;
cursor: pointer;
height: 18px;
float: right;
margin-right: -20px;
padding-right: 20px;
color: blue;
… |
block_refresh.info |
block_refresh.info |
|
name = Block Refresh
description = Allows blocks to automatically refresh their content.
dependencies = block
package = User interface
core = 7.x
files[] = block_refresh.module
files[] = block_refresh.install |
block_refresh.install |
block_refresh.install |
|
Install, update and uninstall functions for the block_refresh module. |
block_refresh.module |
block_refresh.module |
|
|
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… |