[Rt-commit] rtir branch, 4.2/rss-feed-reader, updated. 4.0.1rc1-143-ged603963

Aaron Trevena ast at bestpractical.com
Mon Jun 1 10:12:05 EDT 2020


The branch, 4.2/rss-feed-reader has been updated
       via  ed6039631bb382ff4ed0910790f35f2c610926c3 (commit)
      from  c0b4b7173ed0b5d5edfa5f5cc7b114a310e486b4 (commit)

Summary of changes:
 html/RTIR/Tools/ExternalFeeds.html | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

- Log -----------------------------------------------------------------
commit ed6039631bb382ff4ed0910790f35f2c610926c3
Author: Aaron Trevena <ast at bestpractical.com>
Date:   Mon Jun 1 15:11:51 2020 +0100

    Small cleanup of External Feeds HTML

diff --git a/html/RTIR/Tools/ExternalFeeds.html b/html/RTIR/Tools/ExternalFeeds.html
index 985fa3c6..07bcb67f 100644
--- a/html/RTIR/Tools/ExternalFeeds.html
+++ b/html/RTIR/Tools/ExternalFeeds.html
@@ -47,7 +47,8 @@
 %# END BPS TAGGED BLOCK }}}
 
 <& /RTIR/Elements/Header, Title => $title &>
-<& /Elements/Tabs &>
+  <& /Elements/Tabs &>
+<div class="col-12">
 % my $i = 0;
 % if ($FeedName) {
 %   my $feed = $ExternalFeeds->fetch_rss_feed($FeedName);
@@ -86,13 +87,8 @@
         <input type="hidden" value="<% $GeneratedSubject %>" name="Subject">
         <input type="hidden" value="<% $GeneratedMessage %>" name="Content">
         <input type="hidden" value="<% $item->{Link} %>" Name="new-RefersTo">
-        <& /RTIR/Elements/SelectRTIRQueue,
-                                Name => 'Queue',
-                                ShowNullOption => 0,
-                                Lifecycle => $Lifecycle,
-                                LimitToConstituency => 1,
-                                Constituency => $m->{'RTIR_ConstituencyFilter'} &>
-          <& /Elements/Submit, Label => loc("Go"), Caption => loc("This will take you to a partially prefilled [_1] creation form.", $ticket_type) &>
+        <input type="hidden" value="<% $Lifecycle %>" Name="Lifecycle">
+        <& /Elements/Submit, Label => loc("Create new ticket"), Caption => loc("This will take you to a partially prefilled [_1] creation form.", $ticket_type) &>
       </form>
     </td>
   </tr>
@@ -136,6 +132,7 @@
 % }
 </&>
 % }
+</div>
 
 <%INIT>
 use URI::Escape;

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


More information about the rt-commit mailing list