merge
@@ -16,3 +16,4 @@ r/* object h1 styles */
|
||||
#details h1.system { background-image: url('/static/images/objects/object-system.png'); }
|
||||
#details h1.virtualsystem { background-image: url('/static/images/objects/object-virtualsystem.png'); }
|
||||
|
||||
#details h1.policy { background-image: url('/static/images/objects/object-policy.png'); }
|
||||
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 702 B |
|
After Width: | Height: | Size: 702 B |
|
After Width: | Height: | Size: 1.7 KiB |
BIN
ipa-server/ipa-gui/ipagui/static/images/objects/object-media.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
BIN
ipa-server/ipa-gui/ipagui/static/images/objects/object-user.png
Normal file
|
After Width: | Height: | Size: 1005 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
@@ -24,7 +24,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<h1>Edit IPA Policy</h1>
|
||||
<h1 class="policy">Edit IPA Policy</h1>
|
||||
|
||||
${form.display(action=tg.url('/ipapolicy/update'), value=ipapolicy)}
|
||||
</div>
|
||||
|
||||
@@ -31,7 +31,7 @@ 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>
|
||||
<h1 class="policy">Manage IPA Policy</h1>
|
||||
<input class="submitbutton" type="button"
|
||||
onclick="document.location.href='${edit_url}'"
|
||||
value="Edit Policy" />
|
||||
|
||||
@@ -30,7 +30,7 @@ from ipagui.helpers import ipahelper
|
||||
|
||||
<script type="text/javascript" charset="utf-8" src="${tg.url('/static/javascript/tablekit.js')}"></script>
|
||||
|
||||
<h1>Manage Policy</h1>
|
||||
<h1 class="policy">Manage Policy</h1>
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
|
||||