diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-19 12:26:14 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@people01.fedoraproject.org> | 2011-01-20 14:12:47 +0000 |
commit | b9ad279ad2d8d93dd501115a028783cf8fe7fcbd (patch) | |
tree | 3c3bd271231ff635278b1cf88bfbd79d792de23d /install/static/layouts/default/sudorule-host-dialog.html | |
parent | 835436df1549578932705f5722bc78ec985c2f69 (diff) | |
download | freeipa-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.tar.gz freeipa-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.tar.xz freeipa-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.zip |
rename static to ui
Directory rename
Diffstat (limited to 'install/static/layouts/default/sudorule-host-dialog.html')
-rwxr-xr-x | install/static/layouts/default/sudorule-host-dialog.html | 110 |
1 files changed, 0 insertions, 110 deletions
diff --git a/install/static/layouts/default/sudorule-host-dialog.html b/install/static/layouts/default/sudorule-host-dialog.html deleted file mode 100755 index 5eec41868..000000000 --- a/install/static/layouts/default/sudorule-host-dialog.html +++ /dev/null @@ -1,110 +0,0 @@ -<html> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Adder Dialog</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"> - - <div class="adder-dialog-filter"> - <input type="text" name="filter" style="width: 244px"> - <input type="button" name="find" value="Find"> - </div> - - <div class="adder-dialog-results"> - - <div name="available" class="adder-dialog-internal"> - - <div class="ui-widget-header"> - Available - </div> - - <table class="search-table scrollable"> - <thead> - <tr> - <th style="width: 22px;"> - <input type="checkbox" name="select"> - </th> - <th style="width: 216px;"> - Hosts - </th> - </tr> - </thead> - <tbody style="height: 106px;"> - <tr> - <td style="width: 22px;"> - <input type="checkbox" name="select"> - </td> - <td style="width: 200px;"> - <span name="fqdn"></span> - </td> - </tr> - </tbody> - <tfoot> - <tr> - <td colspan="2"> - <span name="summary"></span> - </td> - </tr> - </tfoot> - </table> - </div> - - <div name="buttons" class="adder-dialog-buttons"> - <p><input type="button" name="remove" value="<<"></p> - <p><input type="button" name="add" value=">>"></p> - </div> - - <div name="selected" class="adder-dialog-selected"> - - <div class="ui-widget-header"> - Prospective - </div> - - <table class="search-table scrollable"> - <thead> - <tr> - <th style="width: 22px;"> - <input type="checkbox" name="select"> - </th> - <th style="width: 216px;"> - Hosts - </th> - </tr> - </thead> - <tbody style="height: 151px;"> - <tr> - <td style="width: 22px;"> - <input type="checkbox" name="select"> - </td> - <td style="width: 200px;"> - <span name="fqdn"></span> - </td> - </tr> - </tbody> - <tfoot> - <tr> - <td colspan="2"> - <span name="summary"></span> - </td> - </tr> - </tfoot> - </table> - </div> - - <div name="external" class="adder-dialog-external"> - - <div class="ui-widget-header"> - External - </div> - - <input type="text" name="external" style="width: 244px"> - </div> - - </div> -</div> -</body> -</html> |