autosave.css |
autosave.css |
|
#autosave-status {
display: none;
text-align:left;
z-index:99;
color:#FFF;
background:#37a;
position:fixed;
width:100%;
height: 2em;
bottom:0px; right:0px;
overflow:hidden;
}
#autosave-status img .left-arrow{
position:… |
autosave.info |
autosave.info |
|
name = Autosave
description = Automatically saves a node after a period of time.
; Information added by drupal.org packaging script on 2008-01-04
version = "6.x"
project = autosave
core = 6.x |
autosave.install |
autosave.install |
|
|
autosave.module |
autosave.module |
|
Automatically saves a node after a period of time. |
README.txt |
README.txt |
|
DESCRIPTION
===========
The Autosave module automatically saves a node after a period of time. Content types that can be autosaved as well as the period of time a node is autosaved, is configurable.
Autosaved nodes are are saved as a snap shot of the… |