[Rt-commit] rtir branch 5.0/adjust-gnupg-widget-reply-incident created. 5.0.3-2-g7fa303f5

BPS Git Server git at git.bestpractical.com
Wed Jan 18 18:16:35 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtir".

The branch, 5.0/adjust-gnupg-widget-reply-incident has been created
        at  7fa303f5697a13f92baa524b59e22bdb75eb4042 (commit)

- Log -----------------------------------------------------------------
commit 7fa303f5697a13f92baa524b59e22bdb75eb4042
Author: Ronaldo Richieri <ronaldo at bestpractical.com>
Date:   Wed Jan 18 15:14:43 2023 -0300

    Adjust gnupg widget on reply incident page
    
    Options Sign and Encrypt were shifted to the left.

diff --git a/html/RTIR/Elements/UpdateData b/html/RTIR/Elements/UpdateData
index e6b2c904..22b1adf1 100644
--- a/html/RTIR/Elements/UpdateData
+++ b/html/RTIR/Elements/UpdateData
@@ -59,7 +59,8 @@
 
 % if ( $GnuPGWidget ) {
 <div class="form-row">
-  <div class="col-12">
+  <div class="label col-2 empty"></div>
+  <div class="col-9">
     <& /Elements/Crypt/SignEncryptWidget,
         self => $GnuPGWidget,
         TicketObj => $Ticket,

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


hooks/post-receive
-- 
rtir


More information about the rt-commit mailing list