mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
fix superuser box not visible
This commit is contained in:
parent
8d658da583
commit
37945dd54a
@ -237,7 +237,7 @@
|
|||||||
<button id="button[apply]" label="Apply"/>
|
<button id="button[apply]" label="Apply"/>
|
||||||
<buttononly label="Cancel" id="button[cancel]" onclick="window.close();"/>
|
<buttononly label="Cancel" id="button[cancel]" onclick="window.close();"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<buttononly label="Superuser" align="right" statustext="Enter setup user and password to get root rights" onclick="set_style_by_class('fieldset','superuser','display','inline'); document.getElementById(form::name('sudo[user]')).focus();" id="sudo"/>
|
<buttononly label="Superuser" align="right" statustext="Enter setup user and password to get root rights" onclick="jQuery('.superuser').css('display','inline'); document.getElementById(form::name('sudo[user]')).focus();" id="sudo"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user