You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2020/04/03 13:09:48 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2219] 'include files' is clickable

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d12848  [OPENMEETINGS-2219] 'include files' is clickable
4d12848 is described below

commit 4d1284856c24d62eabba1be4173426763d6c108d
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri Apr 3 20:09:34 2020 +0700

    [OPENMEETINGS-2219] 'include files' is clickable
---
 .../main/java/org/apache/openmeetings/web/admin/backup/BackupPanel.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/backup/BackupPanel.html b/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/backup/BackupPanel.html
index 767934e..bdd07eb 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/backup/BackupPanel.html
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/backup/BackupPanel.html
@@ -30,8 +30,8 @@
 			</div>
 			<div class="formelement">
 				<div class="custom-control custom-checkbox m-2">
-					<label class="custom-control-label" wicket:for="includeFilesInBackup"><wicket:message key="1537" /></label>
 					<input class="custom-control-input" type="checkbox" wicket:id="includeFilesInBackup" />
+					<label class="custom-control-label" wicket:for="includeFilesInBackup"><wicket:message key="1537" /></label>
 				</div>
 			</div>
 			<div class="formelement">