Add (yet inactive) buttons to add recipients
| | |
| | | background-position: 5px -1382px; |
| | | } |
| | | |
| | | .boxfooter .listbutton.addto .inner { |
| | | background-position: 5px -1422px; |
| | | } |
| | | |
| | | .boxfooter .listbutton.addcc .inner { |
| | | background-position: 5px -1462px; |
| | | } |
| | | |
| | | .boxfooter .listbutton.addbcc { |
| | | width: 54px; |
| | | } |
| | | |
| | | .boxfooter .listbutton.addbcc .inner { |
| | | width: 54px; |
| | | background-position: 2px -1502px; |
| | | } |
| | | |
| | | .boxfooter .listbutton.disabled .inner { |
| | | opacity: 0.4; |
| | | } |
| | |
| | | |
| | | </div> |
| | | <div class="boxfooter"> |
| | | |
| | | <roundcube:button command="add-recipient" prop="to" type="link" title="to" class="listbutton addto disabled" classAct="listbutton addto" innerClass="inner" content="To+" /><roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="listbutton addcc disabled" classAct="listbutton addcc" innerClass="inner" content="Cc+" /><roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="listbutton addbcc disabled" classAct="listbutton addbcc" innerClass="inner" content="Bcc+" /> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | }).css('cursor', 'pointer'); |
| | | |
| | | new rcube_splitter({ id:'composesplitterv', p1:'#composeview-left', p2:'#composeview-right', |
| | | orientation:'v', relative:true, start:248, min:150, size:12 }).init(); |
| | | orientation:'v', relative:true, start:248, min:170, size:12 }).init(); |
| | | } |
| | | else if (rcmail.env.action == 'list' || !rcmail.env.action) { |
| | | mailviewsplit = new rcube_splitter({ id:'mailviewsplitter', p1:'#mailview-top', p2:'#mailview-bottom', |