<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Changing style for input / Options in select</title>
		<link>https://www.cotonti.com</link>
		<description>Son konu mesajları</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Wed, 15 Apr 2026 07:46:00 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	There's a new type of tags recently added for that: {PAGE_LICENSE_VALUE} for instance. I'm not sure if it is already available in 0.9.12.1 or you need to grab the latest version from Github to use them.</p>
]]></description>
			<pubDate>Pzt, 04 Şub 2013 17:35:45 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=7314&d=0#post36956]]></link>
		</item>
		<item>
			<title>Mr G.</title>
			<description><![CDATA[<blockquote>
	<a href="https://www.cotonti.com/forums?m=posts&amp;p=36876#36876">#36876</a> <strong>Trustmaster: </strong><br /><p>
		Right guess about $R, what you need to override is $R['input_text_rpagetitle'] in your theme PHP file.</p>
</blockquote>
<p>
	Works fine, thx :)</p>
<p>
	<strong>Added 1 weeks later:</strong></p>
<p>
	Hi, i have another question.</p>
<p>
	I have extra field select on page (License) with some options (by, by-sa, by-nc, by-nc-sa, by-nd, by-nc-nd), and in language file</p>
<pre class="brush:php;">
ie. $L[license_by] = 'Attribution'; $L[license_by-sa]=........</pre>
<p>
	, that works fine on page.edit.tpl, but on page.tpl i want to display options from db not translations, cuz it's a part of link</p>
<pre class="brush:php;">
&lt;a href="http://creativecommons.org/licenses/{PAGE_LICENSE}/3.0/pl/" title="creativecommons"&gt;&lt;img src="http://i.creativecommons.org/l/{PAGE_LICENSE}/3.0/pl/88x31.png" alt="creativecommons"/&gt;&lt;/a&gt;</pre>
<p>
	Any ideas how to do it?</p>
]]></description>
			<pubDate>Cum, 25 Oca 2013 09:49:54 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=7314&d=0#post36879]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	Right guess about $R, what you need to override is $R['input_text_rpagetitle'] in your theme PHP file.</p>
]]></description>
			<pubDate>Per, 24 Oca 2013 13:29:03 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=7314&d=0#post36876]]></link>
		</item>
		<item>
			<title>Mr G.</title>
			<description><![CDATA[<p>
	Thanks for answer.</p>
<p>
	not so handy solution, but i think i have no choice :)</p>
<p>
	i thought maybe there is some trick with callbacks or $R</p>
]]></description>
			<pubDate>Per, 24 Oca 2013 12:37:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=7314&d=0#post36875]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[<p>
	add the following line to the js.js:</p>
<pre class="brush:jscript;">
$('input[name=rpagetitle]').css('font-size','2em');</pre>
<p>
	... or assign a class:</p>
<pre class="brush:jscript;">
$('input[name=rpagetitle]').addClass('someclass');</pre>
<p>
	... or use plain css:</p>
<pre class="brush:css;">
input[name=rpagetext] { font-size:2em; }</pre>
<p>
	 </p>
]]></description>
			<pubDate>Çrş, 23 Oca 2013 15:57:02 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=7314&d=0#post36867]]></link>
		</item>
		<item>
			<title>Mr G.</title>
			<description><![CDATA[<p>
	 </p>
<p>
	Hi.<br /><br />
	I have one question.<br /><br />
	Is there a possibility to change the style of input for title in page.add.tpl? There is only a {PAGEADD_FORM_TITLE}, and i want to change font size only for title input, not for all inputs...</p>
<p>
	 </p>
]]></description>
			<pubDate>Çrş, 23 Oca 2013 13:48:03 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=7314&d=0#post36863]]></link>
		</item>
	</channel>
</rss>