forked from extern/egroupware
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;
|
||||
background-color: initial !important;
|
||||
box-shadow: none !important;
|
||||
cursor: not-allowed !important;
|
||||
cursor: default !important;
|
||||
}
|
@ -60,7 +60,7 @@
|
||||
<menulist>
|
||||
<menupopup class="selectRole" id="role"/>
|
||||
</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 class="th thb">
|
||||
<description value="Type"/>
|
||||
|
Loading…
Reference in New Issue
Block a user