mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
Add 'Edit Policy' button at top of page.
This commit is contained in:
parent
849803d37a
commit
7e2f44df45
@ -15,6 +15,9 @@ edit_url = tg.url('/ipapolicy/edit')
|
||||
<script type="text/javascript" charset="utf-8" src="${tg.url('/static/javascript/tablekit.js')}"></script>
|
||||
|
||||
<h1>Manage IPA Policy</h1>
|
||||
<input class="submitbutton" type="button"
|
||||
onclick="document.location.href='${edit_url}'"
|
||||
value="Edit Policy" />
|
||||
|
||||
<h2 class="formsection">Search</h2>
|
||||
<table class="formtable" cellpadding="2" cellspacing="0" border="0">
|
||||
|
Loading…
Reference in New Issue
Block a user