#** Display the details of a permission. @author David Sean Taylor @author Paul Spencer @version $Id$ *#
#if ($errorTemplate) #end #if (!$permission) #set ($pname = "") #else #set ($pname = $permission.Name) #end #formCell ("Permission Name" "name" $pname)
#parse ($errorTemplate)
#* Check for a mode, the update and delete buttons shouldn't appear when inserting a new user. *# #if ($mode == "update") #elseif ($mode == "delete") #else #end $!msg