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 2006-12-03
project = "autosave" |
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 single form or multiple forms after a period of time. The number of seconds before an autosave is triggered is configurable.
This module is designed to work with Drupal… |