fix superuser box not visible

This commit is contained in:
Christian Binder 2012-06-26 19:42:08 +00:00
parent 8d658da583
commit 37945dd54a

View File

@ -237,7 +237,7 @@
<button id="button[apply]" label="Apply"/>
<buttononly label="Cancel" id="button[cancel]" onclick="window.close();"/>
</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>
</row>
<row>