| 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.test | 
          
                  | block_refresh.install | block_refresh.install |  | Install, update and uninstall functions for the block_refresh module. | 
          
                  | block_refresh.module | block_refresh.module |  |  | 
          
                  | block_refresh.test | block_refresh.test |  |  | 
          
                  | block_refresh_demo.info | block_refresh_demo/block_refresh_demo.info |  | name = Block Refresh Demonstration
description = A demonstration block for the Block Refresh module.
dependencies[] = block
dependencies[] = block_refresh
package = User interface
core = 7.x | 
          
                  | block_refresh_demo.install | block_refresh_demo/block_refresh_demo.install |  | install /uninstall functions | 
          
                  | block_refresh_demo.module | block_refresh_demo/block_refresh_demo.module |  | : Demonstration Block for Block Refresh | 
          
                  | 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… |