diff options
author | Adam Young <ayoung@redhat.com> | 2010-10-15 13:09:51 -0400 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2010-10-15 18:19:49 -0400 |
commit | b18af8de3c37d8eb4c8b7576733d8ae737ed3371 (patch) | |
tree | 73c32832cc36e90744c588d732ba1a243e33eb55 /install/static/user-add.inc | |
parent | 4c24581b5cffaffbb200152e1d43931c0d674102 (diff) | |
download | freeipa.git-b18af8de3c37d8eb4c8b7576733d8ae737ed3371.tar.gz freeipa.git-b18af8de3c37d8eb4c8b7576733d8ae737ed3371.tar.xz freeipa.git-b18af8de3c37d8eb4c8b7576733d8ae737ed3371.zip |
removing dead files.
Diffstat (limited to 'install/static/user-add.inc')
-rw-r--r-- | install/static/user-add.inc | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/install/static/user-add.inc b/install/static/user-add.inc deleted file mode 100644 index 208b133a..00000000 --- a/install/static/user-add.inc +++ /dev/null @@ -1,25 +0,0 @@ -<script type="text/javascript"> - $(document).ready(function(){ - $("#addEdit").click(addEditUser); - $("#addAnother").click(addAnotherUser); - - /*this is a placeholder. We will need to I18N */ - $("#content h1").text( "Add a User."); - }); -</script> -<div id="buttons"> - <span>Add and :</span> - <input id="addEdit" type='button' value="Edit" /> - <span>|</span> - <input id="addAnother" type='button' value="Add Another" /> -</div> - -<h1></h1> -<dl class="entryattrs"> - <dt title="login">login</dt> - <dd><input id='login' type='text' value=''/></dd> - <dt title ="firstname">First Name</dt> - <dd><input id='firstname' type='text' value=''/></dd> - <dt title="lastname">Last Name</dt> - <dd><input id='lastname' type='text' value=''/></dd> -</dl> |