EVOLUTION-MANAGER
Edit File: MessageDialog.html
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html xmlns:wicket="http://wicket.apache.org"> <wicket:head> <style type="text/css"> .ui-autocomplete { z-index: 999 !important; } </style> </wicket:head> <wicket:panel> <form wicket:id="form"> <table style="width: 100%;"> <tr> <td colspan="2" wicket:id="feedback"></td> </tr> <tr> <td class="messages column label"><wicket:message key="1210"/></td> <td wicket:message="title:1588" class="om-select2 full-width"><select class="messages text to" wicket:id="to"></select></td> </tr> <tr> <td class="messages column label"><wicket:message key="1211"/></td> <td><input class="messages text" type="text" wicket:id="subject"/></td> </tr> <tr> <td colspan="2"> <div wicket:id="toolbarContainer"></div> <div class="private message body" wicket:id="message"></div> </td> </tr> <tr wicket:enclosure="bookedRoom"> <td colspan="2"><input type="checkbox" wicket:id="bookedRoom" /><label wicket:for="bookedRoom"><wicket:message key="1218"/></label></td> </tr> <tr wicket:id="roomParamsBlock"> <td colspan="2" wicket:id="roomParams"> <table style="width: 100%"> <tr> <td style="width: 70px;"> <table> <tr> <td><wicket:message key="45"/></td> <td><select class="messages selector" wicket:id="room.type"></select></td> </tr> <tr> <td><wicket:message key="570" /></td> <td><span class="date time picker" wicket:id="start"></span></td> </tr> <tr> <td><wicket:message key="571" /></td> <td><span class="date time picker" wicket:id="end"></span></td> </tr> </table> </td> <td><div class="info-text"><wicket:message key="1221" /></div></td> </tr> </table> </td> </tr> </table> </form> </wicket:panel> </html>