summaryrefslogtreecommitdiffstats
path: root/install/static/layouts
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-01-04 13:50:40 -0500
committerAdam Young <ayoung@redhat.com>2011-01-05 11:33:35 -0500
commit3650df27d56a8e6a4fc7b05687d5a588062853af (patch)
treeba6b2e0b4195bb1bdf1f9a901a7343f88a29a361 /install/static/layouts
parent553e08afa6c583a36ed57f9c6e8aeee301b0bf34 (diff)
downloadfreeipa-3650df27d56a8e6a4fc7b05687d5a588062853af.tar.gz
freeipa-3650df27d56a8e6a4fc7b05687d5a588062853af.tar.xz
freeipa-3650df27d56a8e6a4fc7b05687d5a588062853af.zip
Fixed SUDO dialog boxes.
The dialog boxes for SUDO details page have been modified to generate the HTML code by default.
Diffstat (limited to 'install/static/layouts')
-rw-r--r--install/static/layouts/default/Makefile.am5
-rwxr-xr-xinstall/static/layouts/default/sudorule-user-dialog.html2
2 files changed, 6 insertions, 1 deletions
diff --git a/install/static/layouts/default/Makefile.am b/install/static/layouts/default/Makefile.am
index 904fad171..ca57a6539 100644
--- a/install/static/layouts/default/Makefile.am
+++ b/install/static/layouts/default/Makefile.am
@@ -13,6 +13,11 @@ app_DATA = \
hbac-details-service.html \
hbac-details-sourcehost.html \
hbac-details-user.html \
+ sudorule-details-general.html \
+ sudorule-group-dialog.html \
+ sudorule-host-dialog.html \
+ sudorule-hostgroup-dialog.html \
+ sudorule-user-dialog.html \
$(NULL)
EXTRA_DIST = \
diff --git a/install/static/layouts/default/sudorule-user-dialog.html b/install/static/layouts/default/sudorule-user-dialog.html
index c40b97594..78687cead 100755
--- a/install/static/layouts/default/sudorule-user-dialog.html
+++ b/install/static/layouts/default/sudorule-user-dialog.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>SAdder Dialog</title>
+ <title>Adder Dialog</title>
<link rel="stylesheet" type="text/css" href="../../jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="../../ipa.css" />