mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-29 01:09:02 +01:00
Fix confilict ID in filemanager file dialog. Additionally, add "Cancel button to superuser authentication form"
This commit is contained in:
parent
f6e5b61327
commit
3f2eddc0c7
@ -276,7 +276,7 @@
|
|||||||
<button label="Apply" id="button[apply]" image="apply" background_image="1"/>
|
<button label="Apply" id="button[apply]" image="apply" background_image="1"/>
|
||||||
<buttononly label="Cancel" id="button[cancel]" onclick="window.close();" image="cancel" background_image="1"/>
|
<buttononly label="Cancel" id="button[cancel]" onclick="window.close();" image="cancel" background_image="1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<buttononly align="right" statustext="Enter setup user and password to get root rights" label="Superuser" id="sudo" onclick="jQuery('.superuser').css('display','inline'); document.getElementById(form::name('sudo[user]')).focus();" image="superuser" background_image="1"/>
|
<buttononly align="right" statustext="Enter setup user and password to get root rights" label="Superuser" id="sudouser" onclick="jQuery('.superuser').css('display','inline'); document.getElementById(form::name('sudo[user]')).focus();" image="superuser" background_image="1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
@ -298,7 +298,11 @@
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description/>
|
<description/>
|
||||||
|
<hbox>
|
||||||
<button label="Submit" id="button[setup]"/>
|
<button label="Submit" id="button[setup]"/>
|
||||||
|
<buttononly label="Cancel" onclick="jQuery('.superuser').hide();"/>
|
||||||
|
</hbox>
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
Loading…
Reference in New Issue
Block a user