<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Open Script Solution&#187; color</title>
	<atom:link href="http://www.openscriptsolution.com/tag/color/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openscriptsolution.com</link>
	<description>... where solutions for script programming are found ...</description>
	<lastBuildDate>Tue, 31 Jan 2012 03:22:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Change Color in Check Ticket Status Form in osTicket v1.6 RC5</title>
		<link>http://www.openscriptsolution.com/2009/11/16/how-to-change-color-in-check-ticket-status-form-in-osticket-v1-6-rc5/</link>
		<comments>http://www.openscriptsolution.com/2009/11/16/how-to-change-color-in-check-ticket-status-form-in-osticket-v1-6-rc5/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 08:27:21 +0000</pubDate>
		<dc:creator>Masino Sinaga</dc:creator>
				<category><![CDATA[osTicket]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[ticket]]></category>

		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=863</guid>
		<description><![CDATA[If you want to change the color on your check ticket status form in osTicket v1.6 RC5, then you may implement this following modification by editing the \styles\colors.css and \include\client\login.inc.php files. This modification also will answer the question in osTicket Discussion Forum that asking about this modification. Open your \styles\colors.css file, and find this code: [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to change the color on your check ticket status form in osTicket v1.6 RC5, then you may implement this following modification by editing the <strong>\styles\colors.css</strong> and <strong>\include\client\login.inc.php</strong> files. This modification also will answer <a href="http://www.osticket.com/forums/showthread.php?t=3010" target="_blank">the question in osTicket Discussion Forum</a> that asking about this modification. <span id="more-863"></span></p>
<ol>
<li>
Open your <strong>\styles\colors.css</strong> file, and find this code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>195
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">hr <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">10px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>after that line, please insert this following code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>197
198
199
200
201
202
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.labelloginclient</span> <span style="color: #00AA00;">&#123;</span>
 <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">blue</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.textloginclient</span> <span style="color: #00AA00;">&#123;</span>
 <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#999eee</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

</li>
<li>
Open your <strong>\include\client\login.inc.php</strong> file, and find this code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>21
22
23
24
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">    &lt;table cellspacing=&quot;1&quot; cellpadding=&quot;5&quot; border=&quot;0&quot; bgcolor=&quot;#000000&quot; align=&quot;center&quot;&gt;
        &lt;tr bgcolor=&quot;#EEEEEE&quot;&gt; 
            &lt;td&gt;E-Mail:&lt;/td&gt;&lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;lemail&quot; size=&quot;25&quot; value=&quot;<span style="color: #000000; font-weight: bold;">&lt;?=</span><span style="color: #000088;">$e</span><span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;&lt;/td&gt;
            &lt;td&gt;Ticket ID:&lt;/td&gt;&lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;lticket&quot; size=&quot;10&quot; value=&quot;<span style="color: #000000; font-weight: bold;">&lt;?=</span><span style="color: #000088;">$t</span><span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;&lt;/td&gt;</pre></td></tr></table></div>

<p>then replace with this following code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>21
22
23
24
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">    &lt;table cellspacing=&quot;1&quot; cellpadding=&quot;5&quot; border=&quot;0&quot; bgcolor=&quot;#000000&quot; align=&quot;center&quot;&gt;
        &lt;tr bgcolor=&quot;#EEEEEE&quot;&gt; 
            &lt;td&gt;&lt;span class=&quot;labelloginclient&quot;&gt;E-Mail:&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;lemail&quot; size=&quot;25&quot; value=&quot;<span style="color: #000000; font-weight: bold;">&lt;?=</span><span style="color: #000088;">$e</span><span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; class=&quot;textloginclient&quot;&gt;&lt;/td&gt;
            &lt;td&gt;&lt;span class=&quot;labelloginclient&quot;&gt;Ticket ID:&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;lticket&quot; size=&quot;10&quot; value=&quot;<span style="color: #000000; font-weight: bold;">&lt;?=</span><span style="color: #000088;">$t</span><span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; class=&quot;textloginclient&quot;&gt;&lt;/td&gt;</pre></td></tr></table></div>

</li>
</ol>
<p>If you want to change the form background color, then you may change the &#8220;#EEEEEE&#8221; value above become the other value. Hope it helps.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.openscriptsolution.com%2F2009%2F11%2F16%2Fhow-to-change-color-in-check-ticket-status-form-in-osticket-v1-6-rc5%2F&amp;title=How%20to%20Change%20Color%20in%20Check%20Ticket%20Status%20Form%20in%20osTicket%20v1.6%20RC5" id="wpa2a_2"><img src="http://www.openscriptsolution.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.openscriptsolution.com/2009/11/16/how-to-change-color-in-check-ticket-status-form-in-osticket-v1-6-rc5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
