summaryrefslogtreecommitdiffstats
path: root/webui_templates/enoaccess.tmpl
blob: b3a001eda181dd289e907049c42f71bedb7c7b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#set $myowners = ", ".join($owners)

<blockquote>
WARNING:  You do not have permission to make changes to this 
object. To recieve access, contact your Cobbler server administrator.
</br>

#if $owners != []
The access control list for this object is: <B><U>$myowners</U></B>.
#end if
</blockquote>