[Rt-commit] rtir branch 5.0/adjust-gnupg-widget-reply-incident created. 5.0.3-10-g8d6892f6
BPS Git Server
git at git.bestpractical.com
Mon Apr 10 14:36:22 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 8d6892f6c38fc2e0e94d32ea1838114df4922618 (commit)
- Log -----------------------------------------------------------------
commit 8d6892f6c38fc2e0e94d32ea1838114df4922618
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