summaryrefslogblamecommitdiff
path: root/hercules/templates/group.tpl
blob: c93b77898f1c1bd49244219fad229d47f8b75b4c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                                
                            





                                  
    <group
        id="{id}"
        name={name}
        longName={name}{inherit}
        highlightName="true"
    >
        <commands>{commands}
        </commands>
        <permissions>{permissions}
        </permissions>
    </group>