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 <[email protected]>
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">

Reply via email to