2014-02-06 21:36:30 +00:00
|
|
|
title: $:/snippets/autosavestatus
|
|
|
|
|
2014-02-16 09:46:43 +00:00
|
|
|
\define lingo-base() $:/language/ControlPanel/Saving/
|
2014-02-06 21:36:30 +00:00
|
|
|
<$reveal type="match" state="$:/config/AutoSave" text="yes">
|
2014-02-16 09:46:43 +00:00
|
|
|
<<lingo AutoSave/Enabled/Prompt>>
|
2014-02-22 16:13:16 +00:00
|
|
|
<$linkcatcher to="$:/config/AutoSave"><$button to="no"><<lingo AutoSave/Enabled/Button>>
|
|
|
|
</$button></$linkcatcher>
|
2014-02-06 21:36:30 +00:00
|
|
|
</$reveal>
|
|
|
|
<$reveal type="nomatch" state="$:/config/AutoSave" text="yes">
|
2014-02-16 09:46:43 +00:00
|
|
|
<<lingo AutoSave/Disabled/Prompt>>
|
2014-02-22 16:13:16 +00:00
|
|
|
<$linkcatcher to="$:/config/AutoSave"><$button to="yes"><<lingo AutoSave/Disabled/Button>></$button></$linkcatcher>
|
2014-02-06 21:36:30 +00:00
|
|
|
</$reveal>
|