General Actions:
Log-in
Register
Wiki:
Main wiki
▼
:
Document Index
»
Space:
XAppCode
▼
:
Document Index
»
Page:
DeleteAppCode
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Main wiki
»
Applications manager
»
Space XAppCode
»
DeleteAppCode
Wiki source code of
DeleteAppCode
Last modified by
Administrator
on 2012/03/21 17:41
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
#if($action && $action == "delete") #if($confirm && $confirm == 1) #set($result = $AppManager.deleteApplication($appname)) #if ($result == $Exception.ERROR_NOERROR) #info($msg.get("xapp.successdeleteapp", [$appname])) #elseif ($result == $Exception.ERROR_XWIKI_ACCESS_DENIED) #error($msg.get("notallowed")) #else #error($msg.get("xapp.errordeleteapp", [$appname, $result])) #end #else #xwikimessagebox($msg.get("xapp.answer.deleteapp.title", [$appname]) $msg.get("xapp.answer.deleteapp.msg", [$appname]) $doc.getURL("view", "action=$action&appname=$appname&confirm=1") $doc.getURL("view") $msg.get("yes") $msg.get("no")) #end #end