General Actions:
Rights Editor Welcome message and brief information.
#largepanelheader($msg.get("welcome"))
<div>Welcome to the rights editor.</div>
<div>Rights applied to a document replace rights applied to a space and rights applied to the whole wiki.</div>
<div><strong>Warning</strong>: Without any authentication forcing and any rights specified a Wiki is public for viewing and editing by default.</div>
<form id="objectadd" method="post" action="$doc.getURL("objectadd")" onsubmit="cancelCancelEdit()">
<div class="centered padded">
<input type="hidden" name="xredirect" value="$doc.getURL("edit", "editor=rights")"/>
<input type="hidden" name="classname" value="$class.name"/>
<input type="submit" value="$msg.get("addrightentry")" class="button"/>
</div>
</form>
#panelfooter()