mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 12:58:46 +01:00
Fix toolbar button in mail account dialog for mobile view
This commit is contained in:
parent
3882293c85
commit
ef50e36b49
@ -316,11 +316,11 @@
|
|||||||
<rows>
|
<rows>
|
||||||
<row disabled="@hidebuttons" class="dialogHeadbar" >
|
<row disabled="@hidebuttons" class="dialogHeadbar" >
|
||||||
<hbox span="all">
|
<hbox span="all">
|
||||||
<button label="Save" id="button[save]"/>
|
<button id="button[save]"/>
|
||||||
<button label="Apply" id="button[apply]" />
|
<button id="button[apply]" />
|
||||||
<button statustext="Use wizard to detect or verify configuration" label="Wizard" id="button[wizard]" image="magicwand" background_image="1"/>
|
<button statustext="Use wizard to detect or verify configuration" id="button[wizard]" image="magicwand" background_image="1"/>
|
||||||
<button align="right" label="Delete" id="button[delete]" onclick="et2_dialog.confirm(widget,'Delete this account','Delete')"/>
|
<button id="button[delete]" onclick="et2_dialog.confirm(widget,'Delete this account','Delete')"/>
|
||||||
<button align="right" label="Delete identity" id="button[delete_identity]" onclick="et2_dialog.confirm(widget,'Delete identity','Delete')" image="delete" background_image="1"/>
|
<button label="Delete identity" id="button[delete_identity]" onclick="et2_dialog.confirm(widget,'Delete identity','Delete')" image="delete" background_image="1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row disabled="!@accounts" class="dialogHeader">
|
<row disabled="!@accounts" class="dialogHeader">
|
||||||
|
Loading…
Reference in New Issue
Block a user