[Rt-commit] rt branch, 5.0/fix-old-attach-layout, updated. rt-5.0.1-13-g7d859fea83

Blaine Motsinger blaine at bestpractical.com
Thu Feb 18 18:25:29 EST 2021


The branch, 5.0/fix-old-attach-layout has been updated
       via  7d859fea835a198974e6634721607e4f2f291e5a (commit)
      from  30c94e5abbca114823472f0fa22b336fa1c6caeb (commit)

Summary of changes:
 share/html/Ticket/Elements/AddAttachments | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 7d859fea835a198974e6634721607e4f2f291e5a
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Thu Feb 18 17:24:04 2021 -0600

    Add label text to old-attach form for accessiblity

diff --git a/share/html/Ticket/Elements/AddAttachments b/share/html/Ticket/Elements/AddAttachments
index 892800a844..de795511dd 100644
--- a/share/html/Ticket/Elements/AddAttachments
+++ b/share/html/Ticket/Elements/AddAttachments
@@ -166,7 +166,7 @@ jQuery( function() {
             <div class="col-12">
               <div class="custom-file">
                 <input type="file" id="Attach" name="Attach" class="custom-file-input" />
-                <label class="custom-file-label" for="Attach"></label>
+                <label class="custom-file-label" for="Attach">Choose file</label>
               </div>
             </div>
           </div>

-----------------------------------------------------------------------


More information about the rt-commit mailing list