Thanks, Harold.

I can¹t seem to find the resources files. See my grep below:

Hewins:/usr/local/jakarta-tomcat-5.0.28/webapps/magnoliaAuthor hewins$ grep
-ri contextPath *
admintemplates/dms/versionCommentPopUp.jsp:        <div
style="border-bottom:thin solid gray;background-image:
url(${pageContext.request.contextPath}/.resources/controls/list/dmsListHeade
rBackground.gif);padding: 3px;font-weight: bold;">Version Comment</div>
templates/dms/paragraphs/dms.jsp:       <tr><td><a
href="${pageContext.request.contextPath}/dms${doc[4]}">${doc[0]}</a></td><td
><a 
href="${pageContext.request.contextPath}/dms${doc[4]}">${doc[1]}</a></td><td
>${doc[2]}</td><td>${doc[3]}<td></tr>
templates/samples/paragraphs/download.jsp:    <a
href="${pageContext.request.contextPath}${document}" target="_blank">
templates/samples/paragraphs/download.jsp:      <img
src="${pageContext.request.contextPath}${icon}" alt="${extension}"
templates/samples/paragraphs/file.jsp:  <a
href="${pageContext.request.contextPath}${file}" target="_blank">
templates/samples/paragraphs/textImage.jsp:    <img
src="${pageContext.request.contextPath}${imageurl}"
class="contentImage_${imagedata.imageFloat}"
templates/samples/templates/inc/head.jsp:    <link rel="stylesheet"
type="text/css" 
href="${pageContext.request.contextPath}/docroot/samples/css/main.css" />
templates/samples/templates/sample-devsearch.jsp:              <a
href="${pageContext.request.contextPath}${node.handle}.html">
templates/samples/templates/sample-devsearch.jsp:
${pageContext.request.contextPath}${node.handle}.html
templates/samples/templates/sample-devsearch.jsp:            <img
src="${pageContext.request.contextPath}/docroot/samples/imgs/poweredSmall.gi
f"
templates/samples/templates/sample-devshow.jsp:            <img
src="${pageContext.request.contextPath}/docroot/samples/imgs/poweredSmall.gi
f"
templates/samples/templates/sample-form.jsp:      <script
type="text/javascript"
src="${pageContext.request.contextPath}/docroot/samples/js/form.js">
templates/samples/templates/sample-form.jsp:        <form name="samplesForm"
action="${pageContext.request.contextPath}${actpage.handle}.html"
method="post"
templates/samples/templates/sample-form.jsp:              <img
src="${pageContext.request.contextPath}/docroot/samples/imgs/poweredSmall.gi
f"
templates/samples/templates/sample-onecolumn.jsp:      <link
rel="stylesheet" type="text/css"
href="${pageContext.request.contextPath}/docroot/samples/css/main.css" />
templates/samples/templates/sample-onecolumn.jsp:      <script
type="text/javascript"
src="${pageContext.request.contextPath}/docroot/samples/js/form.js">
templates/samples/templates/sample-onecolumn.jsp:            <img
src="${pageContext.request.contextPath}/docroot/samples/imgs/poweredSmall.gi
f"
templates/samples/templates/sample-search.jsp:              <a
href="${pageContext.request.contextPath}${node.handle}.html">
templates/samples/templates/sample-search.jsp:
${pageContext.request.contextPath}${node.handle}.html
templates/samples/templates/sample-search.jsp:            <img
src="${pageContext.request.contextPath}/docroot/samples/imgs/poweredSmall.gi
f"
templates/samples/templates/sample-twocolumns.jsp:            <img
src="${pageContext.request.contextPath}/docroot/samples/imgs/poweredSmall.gi
f"
Hewins:/usr/local/jakarta-tomcat-5.0.28/webapps/magnoliaAuthor hewins$

I searched for ³contextPath² in an effort to find ³² and I only came up with
.jsp files. No files ending with .properties were found at all.

I¹m sorry for the basic questions.

Dan


On 3/1/07 5:21 AM, "Harold CAPITAINE" <[email protected]> wrote:

> Hi Dan,
> 
> Those string point to properties files located in the resources directories.
> Many properties  files exist , so just try to find the string you want
> to change with the filename ending with .properties, and you should find
> the one you desired.
> 
> HTH
> 
> CAPITAINE Harold
> 
> Dan Hewins a écrit :
>> Hello all,
>> 
>> I¹m new to Magnolia and I searched the archives so forgive me if I could
>> have found this on my own.
>> 
>> Back on July 2005 there was a discussion that started with:
>> 
>> --------
>> Hello,
>> 
>> In Magnolia 2.0, the dialog form lables where things like 'Main title' &
>> 'Content title'.
>> 
>> In 2.1 RC2, they're like 'dialog.pageProperties.tabGeneral.label' &
>> 'dialog.pageProperties.tabGeneral.contentTitle.label'.
>> 
>> The descriptions are like this too.
>> 
>> These seem to be a paths or pointers to content rather than a literal
>> string.
>> 
>> Can you still use a literal string for a label or description?
>> 
>> Where do these new paths get their content from, or how do you define
>> what you want the labels & descriptions to be?
>> 
>> Regards,
>> Bob V
>> --------
>> 
>> The resolution of this issue doesn¹t seem to apply to Magnolia 3.0. How is
>> this handled under 3.0?
>> 
>> Thanks for any help
>> 
>> Dan Hewins | Web Developer
>> 
>> iNDELIBLE
>> 535 Eighth Avenue 16th Floor
>> New York, NY 10018
>> t: +1 212 629 0802 x 260
>> f: +1 212 629 6476
>> 
>> 
>> www.indelible.tv
>> 
>> 
>> 
>> 
>> ----------------------------------------------------------------
>> for list details see
>> http://www.magnolia.info/en/developer.html
>> ----------------------------------------------------------------
>> 
>>   
> 
> 
> 
> ----------------------------------------------------------------
> for list details see
> http://www.magnolia.info/en/developer.html
> ----------------------------------------------------------------


Dan Hewins | Web Developer

iNDELIBLE
535 Eighth Avenue 16th Floor
New York, NY 10018
t: +1 212 629 0802 x 260
f: +1 212 629 6476


www.indelible.tv




----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------

Reply via email to