This commit is contained in:
Simo Sorce
2008-02-20 11:59:45 -05:00
15 changed files with 4 additions and 3 deletions

View File

@@ -16,3 +16,4 @@ r/* object h1 styles */
#details h1.system { background-image: url('/static/images/objects/object-system.png'); } #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.virtualsystem { background-image: url('/static/images/objects/object-virtualsystem.png'); }
#details h1.policy { background-image: url('/static/images/objects/object-policy.png'); }

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1005 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -24,7 +24,7 @@
</head> </head>
<body> <body>
<div> <div>
<h1>Edit IPA Policy</h1> <h1 class="policy">Edit IPA Policy</h1>
${form.display(action=tg.url('/ipapolicy/update'), value=ipapolicy)} ${form.display(action=tg.url('/ipapolicy/update'), value=ipapolicy)}
</div> </div>

View File

@@ -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> <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" <input class="submitbutton" type="button"
onclick="document.location.href='${edit_url}'" onclick="document.location.href='${edit_url}'"
value="Edit Policy" /> value="Edit Policy" />

View File

@@ -30,7 +30,7 @@ from ipagui.helpers import ipahelper
<script type="text/javascript" charset="utf-8" src="${tg.url('/static/javascript/tablekit.js')}"></script> <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> <table>
<tbody> <tbody>