summaryrefslogtreecommitdiffstats
path: root/install/ui/layouts/default/hbacrule-details-accesstime.html
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-07-21 02:54:07 -0500
committerAdam Young <ayoung@redhat.com>2011-07-21 11:47:57 -0400
commit4ff959f55d4aa0a6a832821ed19ecbb9a05dbbbf (patch)
tree5b34f511d3be1e86a2fb69259e958d9d3b99c01c /install/ui/layouts/default/hbacrule-details-accesstime.html
parentb5fe1e8f615271f4f71826b83e51f5e3abd277a6 (diff)
downloadfreeipa-4ff959f55d4aa0a6a832821ed19ecbb9a05dbbbf.tar.gz
freeipa-4ff959f55d4aa0a6a832821ed19ecbb9a05dbbbf.tar.xz
freeipa-4ff959f55d4aa0a6a832821ed19ecbb9a05dbbbf.zip
Removed custom layouts using HTML templates.
The code for supporting custom layouts using HTML templates has been removed. If it's needed again in the future the code can be restored. Ticket #1501
Diffstat (limited to 'install/ui/layouts/default/hbacrule-details-accesstime.html')
-rwxr-xr-xinstall/ui/layouts/default/hbacrule-details-accesstime.html49
1 files changed, 0 insertions, 49 deletions
diff --git a/install/ui/layouts/default/hbacrule-details-accesstime.html b/install/ui/layouts/default/hbacrule-details-accesstime.html
deleted file mode 100755
index 8d5e258b3..000000000
--- a/install/ui/layouts/default/hbacrule-details-accesstime.html
+++ /dev/null
@@ -1,49 +0,0 @@
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>When</title>
-
- <link rel="stylesheet" type="text/css" href="jquery-ui.css" />
- <link rel="stylesheet" type="text/css" href="ipa.css" />
-</head>
-<body>
-<div id="contents">
- <span name="accesstime">
- <span name="text">Rule applies when access is being requested at:</span>
- <input type="radio" name="accesstime" value="all"/>Any Time
- <input type="radio" name="accesstime" value=""/>Specified Times
- <span name="undo" class="ui-state-highlight ui-corner-all" style="display: none;">undo</span>
- <br/>
-
- <span name="table">
- <table class="search-table">
- <thead>
- <tr>
- <th style="width: 25px;">
- <input type="checkbox" name="select"/>
- </th>
- <th>
- <span style="float: left;">Access Time</span>
- <span name="buttons" style="float: right;">
- <input type="button" name="remove" value="Remove Access Times"/>
- <input type="button" name="add" value="Add Access Times"/>
- </span>
- </th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>
- <input type="checkbox" name="select" value="time"/>
- </td>
- <td>
- <span name="accesstime">time</span>
- </td>
- </tr>
- </tbody>
- </table>
- </span>
- </span>
-</div>
-</body>
-</html> \ No newline at end of file