summaryrefslogtreecommitdiffstats
path: root/install/static/user-groups.inc
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-08-02 14:36:33 -0400
committerRob Crittenden <rcritten@redhat.com>2010-08-02 16:28:07 -0400
commitf9ff041c5cd5ac11af2edb59cb7a707582193df6 (patch)
tree78bdceb1b3b637be34fbb11ff34d8d17fdf88446 /install/static/user-groups.inc
parent47d4fcdd8178ec4b8403efa4f80eaa009c32d78b (diff)
downloadfreeipa-webui-details.tar.gz
freeipa-webui-details.tar.xz
freeipa-webui-details.zip
Revert WebUI changeswebui-details
Reverted with: % git diff --binary HEAD..d4adbc8052faf18fb31e7b1865037aa107067d4b > revert.patch % git apply revert.patch % git commit -a
Diffstat (limited to 'install/static/user-groups.inc')
-rw-r--r--install/static/user-groups.inc49
1 files changed, 0 insertions, 49 deletions
diff --git a/install/static/user-groups.inc b/install/static/user-groups.inc
deleted file mode 100644
index d292672f4..000000000
--- a/install/static/user-groups.inc
+++ /dev/null
@@ -1,49 +0,0 @@
-<script type="text/javascript">
-
-$(document).ready( initializeUserGroupEnrollments);
-
-</script>
-
-
-<h1>Enroll in Groups</h1>
-
-<form>
- <div style="border-width:1px">
- <div >
- <input type="text"/>
- <input id="query" type="button" value="Find Groups"/>
-
- <span style="float:right">
- <input id="cancelEnrollGroups" type="button" value="Cancel"/>
- <input id="enrollGroups" type="button" value="Enroll"/>
- </span>
-
- </div>
- <div id="results" style="border: 2px solid rgb(0, 0, 0); position:relative; height:200px;" >
- <div style="float:left;">
- <div>Groups</div>
- <select id="grouplist" width="150px" size="10" multiple="true" >
- </select>
- </div>
- <div style="float:left;">
- <p><input id="removeFromList" type="button" value="&lt;&lt;"/> </p>
- <p><input id="addToList" type="button" value="&gt;&gt;"/></p>
- </div>
- <div style="float:left;">
- <div>Prospective Enrollments</div>
- <select id="enrollments" width="150px" size="10" multiple="true" >
- </select>
- </div>
- </div>
- <hr/>
- <div>Message Area</div>
- <hr/>
- <div>
- <span style="float:left">
- <p>*Enter Group Names and Press Groups</p>
- <p>*More stuff</p>
- <p>*More stuff</p>
- </span>
- </div>
- </div>
-</form>