[Rt-commit] rtir branch, 5.0/use-standard-message-box, created. 4.0.1rc1-150-g699cd3c0
Craig Kaiser
craig at bestpractical.com
Mon Jun 1 09:33:12 EDT 2020
The branch, 5.0/use-standard-message-box has been created
at 699cd3c01f31b5054194af91715ed9fe512193c6 (commit)
- Log -----------------------------------------------------------------
commit 699cd3c01f31b5054194af91715ed9fe512193c6
Author: craig kaiser <craig at bestpractical.com>
Date: Mon Jun 1 09:32:48 2020 -0400
Use standard RT ListActions component for Incident reply page
diff --git a/html/RTIR/Incident/Reply/index.html b/html/RTIR/Incident/Reply/index.html
index 3367279d..7cc95538 100644
--- a/html/RTIR/Incident/Reply/index.html
+++ b/html/RTIR/Incident/Reply/index.html
@@ -125,7 +125,7 @@
% }
% unless ( $candidates ) {
-<h2 class="no-recipients">Warning: no recipients!</h2>
+<& /Elements/ListActions, actions => (loc('Warning: no recipients!')) &>
% }
<& ../Elements/ReplyForm, %ARGS,
diff --git a/static/css/rtir-styles.css b/static/css/rtir-styles.css
index c5e06a0e..d14c6e72 100644
--- a/static/css/rtir-styles.css
+++ b/static/css/rtir-styles.css
@@ -53,15 +53,6 @@ body.rtir ul.userlist li:last-child::after{
}
-body.rtir .no-recipients {
- background: #ffcccc;
- width: 80%;
- align: center;
- border: 2px solid red;
- padding: 1em;
- margin: 1em;
-}
-
body.rtir #topactions #simple-search input.button {
}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list