From f7f40e00a41705368b2b4872f806ac45897f0ed6 Mon Sep 17 00:00:00 2001 From: Laurent Giovannoni <laurent.giovannoni@maarch.org> Date: Mon, 30 Apr 2012 14:27:59 +0000 Subject: [PATCH] persistant --- core/trunk/core/xml/actions_pages.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/core/trunk/core/xml/actions_pages.xml b/core/trunk/core/xml/actions_pages.xml index cfaa0faf0b4..82c6f70b7d6 100644 --- a/core/trunk/core/xml/actions_pages.xml +++ b/core/trunk/core/xml/actions_pages.xml @@ -110,4 +110,20 @@ An action page is described in a ACTIONPAGE tag : <MODULE>postindexing</MODULE> <FLAG_CREATE>false</FLAG_CREATE> </ACTIONPAGE> + <ACTIONPAGE> + <ID>set_persistent_mode_on</ID> + <LABEL>_SET_PERSISTENT_MODE_ON</LABEL> + <NAME>set_persistent_mode_on</NAME> + <ORIGIN>apps</ORIGIN> + <MODULE></MODULE> + <FLAG_CREATE>false</FLAG_CREATE> + </ACTIONPAGE> + <ACTIONPAGE> + <ID>set_persistent_mode_off</ID> + <LABEL>_SET_PERSISTENT_MODE_OFF</LABEL> + <NAME>set_persistent_mode_off</NAME> + <ORIGIN>apps</ORIGIN> + <MODULE></MODULE> + <FLAG_CREATE>false</FLAG_CREATE> + </ACTIONPAGE> </ROOT> -- GitLab