mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add some javascript so we can put focus on the first field of the page.
This commit is contained in:
@@ -180,4 +180,10 @@
|
||||
</script>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
document.getElementById("form_name").focus();
|
||||
</script>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -97,6 +97,10 @@ from ipagui.helpers import ipahelper
|
||||
|
||||
</form>
|
||||
|
||||
<script type="text/javascript">
|
||||
document.getElementById("form_cn").focus();
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
/*
|
||||
* This section restores the contents of the add and remove lists
|
||||
|
||||
@@ -95,4 +95,8 @@ from ipagui.helpers import ipahelper
|
||||
|
||||
</form>
|
||||
|
||||
<script type="text/javascript">
|
||||
document.getElementById("form_hostname").focus();
|
||||
</script>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -790,6 +790,10 @@ from ipagui.helpers import ipahelper
|
||||
|
||||
</form>
|
||||
|
||||
<script type="text/javascript">
|
||||
document.getElementById("form_title").focus();
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
/*
|
||||
* This section restores the contents of the add and remove lists
|
||||
|
||||
Reference in New Issue
Block a user