<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Robmunsch</id>
	<title>Request Tracker Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Robmunsch"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/wiki/Special:Contributions/Robmunsch"/>
	<updated>2026-08-21T22:56:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=TwoColumnTicketLayout&amp;diff=26659</id>
		<title>TwoColumnTicketLayout</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=TwoColumnTicketLayout&amp;diff=26659"/>
		<updated>2019-02-15T22:40:55Z</updated>

		<summary type="html">&lt;p&gt;Robmunsch: /* Using the theme editor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;With a little CSS the ticket display page can be switched to a two-column layout, with history and metadata side by side. Use one of these methods. This customization is found to work on RT 4.0.x.&lt;br /&gt;
==Using a callback==&lt;br /&gt;
Place this code in &#039;&#039;&#039;Callbacks/TwoColumnTicketLayout/Ticket/Display.html/Initial&#039;&#039;&#039;:&lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
  &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
  .summary { margin-top: 1em; width: 35%; float: right; }&lt;br /&gt;
  .history { width: 64%; }&lt;br /&gt;
  div#body &amp;gt; br { display: none; }&lt;br /&gt;
  div.history hr.clear { clear: none; }&lt;br /&gt;
  table.ticket-summary td.boxcontainer { display: block; }&lt;br /&gt;
  table.ticket-summary td.boxcontainer:first-child { width: auto; }&lt;br /&gt;
  table.ticket-summary input#NewReminder-Subject { width: 100%; }&lt;br /&gt;
  div#ticket-history div.downloadattachment { display: none; }&lt;br /&gt;
  &amp;lt;/style&amp;gt;&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using the theme editor==&lt;br /&gt;
&lt;br /&gt;
* Log in to RT with an admin account or as root&lt;br /&gt;
&lt;br /&gt;
* Open the Theme editor: Admin → Tools → Theme&lt;br /&gt;
&lt;br /&gt;
* Add this bit of CSS code:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/* Two column ticket layout */&lt;br /&gt;
body#comp-Ticket-Display .summary { margin-top: 1em; width: 35%; float: right; }&lt;br /&gt;
body#comp-Ticket-Display .history { width: 64%; }&lt;br /&gt;
body#comp-Ticket-Display div#body &amp;gt; br { display: none; }&lt;br /&gt;
body#comp-Ticket-Display div.history hr.clear { clear: none; }&lt;br /&gt;
table.ticket-summary td.boxcontainer { display: block; }&lt;br /&gt;
table.ticket-summary td.boxcontainer:first-child { width: auto; }&lt;br /&gt;
table.ticket-summary input#NewReminder-Subject { width: 100%; }&lt;br /&gt;
div#ticket-history div.downloadattachment { display: none; }&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robmunsch</name></author>
	</entry>
</feed>