summaryrefslogtreecommitdiffstats
path: root/install/static/user-details.inc
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-08-19 20:48:21 -0400
committerAdam Young <ayoung@redhat.com>2010-08-19 20:49:14 -0400
commit12ee9365a7a08c7a45887b98f17a44c64d7eb5f0 (patch)
tree838143295e68b8c8e334272a12e682708b427032 /install/static/user-details.inc
parent9a160275351c5763209346466a331b06546ac0e0 (diff)
downloadfreeipa.git-12ee9365a7a08c7a45887b98f17a44c64d7eb5f0.tar.gz
freeipa.git-12ee9365a7a08c7a45887b98f17a44c64d7eb5f0.tar.xz
freeipa.git-12ee9365a7a08c7a45887b98f17a44c64d7eb5f0.zip
Changes the URL parsing from standard HTML params ( starting with ?)
to hash params ( starting with # ). User Details are now part of index.xhtml, ao one more .inc file has been removed. Updated commit to catch a few things that had been left out, including sampledata handling and updateing Makefile.am
Diffstat (limited to 'install/static/user-details.inc')
-rw-r--r--install/static/user-details.inc27
1 files changed, 0 insertions, 27 deletions
diff --git a/install/static/user-details.inc b/install/static/user-details.inc
deleted file mode 100644
index 08b8be1c..00000000
--- a/install/static/user-details.inc
+++ /dev/null
@@ -1,27 +0,0 @@
-<h1>Managing user:</h1>
-<div id="buttons">
- <a href="jslink" onclick="return (reset_on_click(this));">
- <img id="butreset" src="but-reset.png" alt="Reset" />
- </a>
- <a href="jslink" onclick="return (update_on_click(this));">
- <img id="butupdate" src="but-update.png" alt="Update" />
- </a>
-</div>
-
-<ul id="viewtype">
- <li id="viewcaption">View:</li>
- <li>
- <img src="but-selected.png" alt="" />
- Identity Details
- </li>
- <li>
- <img src="but-unselected.png" alt="" />
- <a href="memberof?pkey=${pkey}">Memberships</a>
- </li>
-</ul>
-<hr />
-
-<div id="backtotop">
- <a href="#viewtype">Back to Top</a>
-</div>
-