EmailForm.java (apache-openmeetings-6.1.0-src) | : | EmailForm.java (apache-openmeetings-6.2.0-src) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
* | * | |||
* Unless required by applicable law or agreed to in writing, | * Unless required by applicable law or agreed to in writing, | |||
* software distributed under the License is distributed on an | * software distributed under the License is distributed on an | |||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |||
* KIND, either express or implied. See the License for the | * KIND, either express or implied. See the License for the | |||
* specific language governing permissions and limitations | * specific language governing permissions and limitations | |||
* under the License. | * under the License. | |||
*/ | */ | |||
package org.apache.openmeetings.web.admin.email; | package org.apache.openmeetings.web.admin.email; | |||
import static org.apache.openmeetings.web.common.confirmation.ConfirmationBehavi or.newOkCancelDangerConfirm; | import static org.apache.openmeetings.web.common.confirmation.ConfirmationHelper .newOkCancelDangerConfirm; | |||
import org.apache.openmeetings.db.dao.basic.MailMessageDao; | import org.apache.openmeetings.db.dao.basic.MailMessageDao; | |||
import org.apache.openmeetings.db.entity.basic.MailMessage; | import org.apache.openmeetings.db.entity.basic.MailMessage; | |||
import org.apache.openmeetings.web.util.DateLabel; | import org.apache.openmeetings.web.util.DateLabel; | |||
import org.apache.wicket.ajax.AjaxRequestTarget; | import org.apache.wicket.ajax.AjaxRequestTarget; | |||
import org.apache.wicket.ajax.markup.html.AjaxLink; | import org.apache.wicket.ajax.markup.html.AjaxLink; | |||
import org.apache.wicket.markup.html.WebMarkupContainer; | import org.apache.wicket.markup.html.WebMarkupContainer; | |||
import org.apache.wicket.markup.html.basic.Label; | import org.apache.wicket.markup.html.basic.Label; | |||
import org.apache.wicket.markup.html.form.Form; | import org.apache.wicket.markup.html.form.Form; | |||
import org.apache.wicket.model.CompoundPropertyModel; | import org.apache.wicket.model.CompoundPropertyModel; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |