mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Add tooltip for add participants button in calendar edit
This commit is contained in:
parent
2a5c28fce1
commit
94a0d83042
@ -2650,5 +2650,5 @@ tr.dialogHeader2 td {padding-top:15px;}
|
|||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
background-color: initial !important;
|
background-color: initial !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
cursor: not-allowed !important;
|
cursor: default !important;
|
||||||
}
|
}
|
@ -60,7 +60,7 @@
|
|||||||
<menulist>
|
<menulist>
|
||||||
<menupopup class="selectRole" id="role"/>
|
<menupopup class="selectRole" id="role"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
<button align="center" id="add" image="add" novalidate="1" background_image="1" readonly="true" ro_image="add"/>
|
<button align="center" id="add" image="add" novalidate="1" statustext="Please first select participants on the left and then use plus button to add them" background_image="1" readonly="true" ro_image="add"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="th thb">
|
<row class="th thb">
|
||||||
<description value="Type"/>
|
<description value="Type"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user