You are here

autosave_restore_popup.tpl.php in Autosave 7.2

Popup markup for restore form message.

File

autosave_restore_popup.tpl.php
View source
<?php

/**
 * @file
 * Popup markup for restore form message.
 */
?>

<span id="status">
  <?php

print t('This form was autosaved on @date', array(
  '@date' => $autosave['savedDate'],
));
?>
</span>
<span id="operations">
  <?php

print $ignore_link . $restore_link;
?>
</span>