Hello,<br><br><div class="gmail_quote">On Feb 5, 2008 11:43 AM, Manfred Roos <<a href="mailto:manfred_roos@web.de">manfred_roos@web.de</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff">
<div><font face="Arial" size="2">Hello,</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">I am just trying to adopt the TemplateOne
template to my needs. </font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">Right now the <b>width of the right
column</b> (td.infobox) is <b>set to 145px</b> and I would like
to increase that value. This value is not hard-coded but inserted as a parameter
"infoBoxWidth" in the css-file "style.css" which can be found
at</font></div>
<div><font face="Arial" size="2"> </font><font face="Arial" size="2">/system/modules/org.opencms.frontend.templateone/resources/<b>style.css</b></font></div>
<blockquote dir="ltr" style="margin-right: 0px;">
<div><font face="Arial" size="2">/* infobox column */<br>td.infobox
{<br> width: <%= <b>infoBoxWidth</b>
%>px;<br> vertical-align: top;<br> background-color: <%=
sideBg %>;<br> border-left: 1px solid <%= mainBorder
%>;<br>}</font></div></blockquote>
<div dir="ltr"><font face="Arial" size="2">Is it possible to set/change the values
of attributes like "infoBoxWidth" somewhere? ( I looked for a possibility
to configure those settings in the administration area but did not
succeed.)</font></div></div></blockquote><div><br>Is that not being set in the beginning part of the same file, as follows:<br><br>// optional infobox configuration<br>String infoBoxWidth = cms.getOptionalConfigValue("infobox.width", "145");<br>
String infoBoxModulesHeadline = cms.getOptionalConfigValue("infobox.modules.headline.size", "10");<br>String infoBoxModulesFont = cms.getOptionalConfigValue("infobox.modules.font.size", "8");<br>
<br>Best<br><br>- RuiXian<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div bgcolor="#ffffff"><div dir="ltr"><font face="Arial" size="2"></font></div>
<div dir="ltr"><font face="Arial" size="2">Thanks</font></div>
<div dir="ltr"><font face="Arial" size="2">Manfred</font></div>
<div dir="ltr"><font face="Arial" size="2"></font> </div></div>
<br><br>_______________________________________________<br>This mail is sent to you from the opencms-dev mailing list<br>To change your list options, or to unsubscribe from the list, please visit<br><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
</blockquote></div><br>