Change the title of the new HTML page screen

Hi,
I would like to change the title displayed in the screen to create a new HTML file from "New HTML Document" to something like "New Page". Is there any properties file which I can edit to get this done? Or does it come from some java class file?
Awaiting reply.
Thanks & Regards
Ranjith

Hi,
I have found the text here:
<i>\usr\sap\EED\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.km.cm.ui\lib\km.appl.ui.edit_api.jar\com\sapportals\wcm\control\edit\ResourceEditControl.properties</i>
and here:
<i>\usr\sap\EED\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.km.cm.ui\lib\km.appl.ui.edit_api.jar\com\sapportals\wcm\control\edit\ResourceEditControl_en.properties</i>
So seems you could change it. But I think when you apply a patch to the KM the .properties files will be overwritten - so you will have to do it again...
Romano

Similar Messages

  • When I load a page, the title on the tab never appears, it always says "New Tab" or "Connecting..." and ultimately never displays the actual title. [SOLVED]

    When I load a page, the title on the tab never appears, it always says "New Tab" or "Connecting..." and ultimately never displays the actual title. It's really no more complicated than that, but it's pretty annoying, it happened when I updated to Firefox 4, and it happens both at work and at home.

    I seem to have solved my own problem. When I disabled the add-on "Tab Renamizer" everything started working fine.

  • Why is the formatting missing from my html page created from a template?

    Hi All!
    Hope you can help me.
    I've created a new template in dreamweaver - all good. When I preview the template page in a browser everything looks perfect.
    But when I create a new html page from that template, even though the page looks perfect in design view, all the formatting is missing when I preview it in a browser.
    The site settings were relative to the site root and I've changed that to be relative to the document (not sure if that should make a difference). Either way, it hasn't changed anything.
    Any ideas?

    The site settings were relative to the site root
    If you have not enabled "Preview using temporary files" in your PREFERENCES then site root relative links will fail on preview. Why? Because site root relative links *always* begin with "/", and when the browser sees that, it (since it knows nothing about Dreamweaver sites) correctly looks for the path starting from the root of your hard drive, not the root of the DW site. When you enable preview using temp files, before handing the file to the browser, DW obligingly converts all root relative links to document relative links (which *will* work on preview) but to do that it must create a temporary file (there are other things that happen as well, like external files being embedded in the code for the preview, but that is not relevant to this discussion). The reason a temp file is created is so that these changes don't affect your saved file.
    So, if you want to use site root relative links, and do previews of your pages, you must enable the temporary files in preview. There is really no downside to doing this except that you may occasionally see a curious file named xzys139(.html in your local file list - this is a temporary file that was handed to the browser for preview, and for whatever reason was not deleted. In fact, this can save your bacon sometimes because it gives you a 'backup' of that page to which you can revert in the event of something catastrophic.
    In the larger picture, there is no benefit to using site root relative links UNLESS you are also using server-side includes. It will make your life a bit simpler if you do not use them.
    Finally, having made those links in your template file with the site root relative option enabled, changing that option to document relative will only affect NEW links, not existing ones. This is why Ken asked to see the link in your template - it's because he knows that even though you have made the option change, that old link will not be affected and will therefore fail on preview (assuming you have not enabled the temp file thing).

  • Changing the title of the Command Window

    How do i change the title of the command window form "C:\Programs\jdk1.2.1\bin..." etc to something more useful like "MyProgram"?
    Many thanks
    Cath

    What I amproposing is that if we all merge on the same chapter and examples then we can ask each other specific questions and all have the same benchmarrk and reference points!!
    I plan to advertize this on other lists and if we all use the same text then we are all the much further ahead instead of having questions from all sorts of text and nobody knowing what the other is doing and having completely different code and examples!!
    What do yu guys think?
    Personally, I am in chapter 8 just staring SWING. But I don't mind going back to the first part to help othere newbies (as long as we have the same text and the examples are from the text).
    For example, I have modified example 8-1, so that instead of just showing colors in the background, the buttons show a photo with text, shows text and changes the background, and will do something else ( don't know what yet)! But the whole thing is still based on the example code on page 323.
    I had some problems trying to figure how to do this... but if we all work on projects that are based on the code examples for the same text, we stand a better chance of all learning faster...
    So Yes, it is a study group using emails or chats...forum.
    The main difference is that if a person needs help we can all share code with them (NOT NECESSARILY DOING THE PROJECT...unless you wan to) but with the same book {Core Java2-Fundamentals or Core Java2- Advanced Programming} and with the help of at least one senior programmer that we have on the thread already ... with the otheres like you that want to join...all using the same book....Then no matter what project you are working on (from the book or work or school) we all have the same text to help each other and to reger each other to.
    Moreover, there never need to be another instance where the answer comes back: "read the tutorial" or check the docuemtation.... Those are good answers if you know what you are lloking for...but sometimes a person may need an example in working code.... and the tutorials don't answer specific questions where a person may not quite understand.
    So,
    why not stop by the New Study group that is going?...you can find us in forum New To Java Technology
    under the thread of "is anyone learning Java using the Sun Microsystems book...."
    In the meantime.... the person that was asking for hel here has not posted anything ... So I wonder if she realy wanted help?
    I will hang out here fopr another day or so and see if she answers my questions to her .. If nt then i will assume that this is a dead thread and I will no longer be here. You know where you can find me....
    phil

  • How to set the title and tab name of page in EXCEL format

    I have generated a HTML page in a popup. I want to show the page in Excel format in the popup.
    I did this by executing the command
             owa_util.mime_header('application/vnd.ms-excel',true);before the report.
    This is working correct only now you see the complete URL in the popup title and
    the "f?p=.." part in the excel sheet name.
    How can you change the title and the sheet name.
    I have already tried the following:
             owa_util.mime_header('application/vnd.ms-excel',false);
             htp.p('Content-Disposition: inline; name=overzicht.xls');
             htp.p('Content-Description: overzicht.xls');
             owa_util.http_header_close;but this does not change anything.
    Does somebody know a solution.
    thanks,
    Fred.

    Liam,
    I'm posting again because the issue is not resolved yet. I thought it was fixed but it isn’t.
    I followed other posts you had answered about blog meta tags, but still can’t get it fixed.
    For the BC Blog - unable to show blog post description "{tag_blogpostmetadescription}" for SEO.
    blog post <title> tag works fine but not the blog post description.
    As previous forum answers indicated:
    Went to:
    - Site Manager->Module Templates->Blogs->Blog Post Details layout and put the above code.
    - made sure in blog post SEO the title and description fields are filled out.
    - removed from my blog-template any call for the title and description.
    must be missing something.
    re: your comment about pasting code in editor?  Not sure what you mean - should I not paste code?
    Thanks for your reply and help
    Will

  • How to get the source code of an HTML page in Text file Through java?

    How to get the source code of an HTML page in Text file Through java?
    I am coding an application.one module of that application is given below:
    The first part of the application is to connect our application to the existing HTML form.
    This module would make a connection with the HTML page. The HTML page contains the coding for the Form with various elements. The form may be a simple form with one or two fields or a complex one like the form for registering for a new Bank Account or new email account.
    The module will first connect through the HTML page and will fetch the HTML code into a Text File so that the code can be further processed.
    Could any body provide coding hint for that

    You're welcome. How about awarding them duke stars?
    edit: cheers!

  • ITunes Looking for the "Title" of my iWeb Podcast Page/URL???

    have created a podcast page in iWeb and tried to Submit to iTunes and now it asks for the Title of the Podcast???
    Have filled in as many of the page names, file names as I think is possible and still get this message.
    Any help would be appreciated.
    Would be great if they had a link on the iTunes submit page that would tell us what to do on iWeb.

    You are making your podcast in WordPress and submitting it to Feedburner to pass on to the Store. If you want to change the title you have to do this in WordPress: however it looks as if Feedburner generates the feed filename from the title:
    http://feeds.feedburner.com/TheInconvenientTruthFileInPodcastTheInconvenientTrut hExploringTheFactsBehindTheFictions
    so if you change the title you will likely change the URL and iTunes will lose contact with the feed. I don't know whether it will do this (logically it shouldn't) but you would have to find that out from their Help (if any). Otherwise you can only try it and if the feed URL does change, change the title back.
    As you don't have direct access to the Feedburner feed, then if Feedburner changes the URL you will not be able to add the redirection tag necessary to change iTunes to a different feed - so it's possible you may be stuck with what you've got.

  • The title on the About Me page is only half showing

    When I publish my website, the title on the About Me page is only half visible. I have tried moving it, but it makes no difference. I have typed the title in Papyrus font, but had no trouble with this on my other pages.
    The website is at http://web.mac.com/zomosborne/iWeb/Site/about%20the%20Artist.html
    thanks for any help.

    Unfortunately it didn't work out as I thought. If you go to my website the name is still half cut off on About the Artist page. I pull the text box up and down and down but it stays cut off. I have checked for 'shadow' text boxes but there are none. Any other suggestions would be most welcome.

  • I want the title on the browser to change when one of the frames changes in the Frameset.

    I am using frames (please don't tell me off!) and PHP.
    I want the title on the browser to change when one of the
    frames changes in the Frameset.
    Normally the title of the browser comes from the Frameset,
    But I am sure I have seen websites where the title changes
    depending on one of the frames... how is this done?
    C

    Then don't use frames.
    > Normally the title of the browser comes from the
    Frameset, But I am sure I
    > have seen websites where the title changes depending on
    one of the
    > frames...
    > how is this done?
    Show us one and we'll tell you.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "colinwalton" <[email protected]> wrote in
    message
    news:epuu1t$kgv$[email protected]..
    >I am using frames (please don't tell me off!) and PHP.
    >
    > I want the title on the browser to change when one of
    the frames changes
    > in
    > the Frameset.
    >
    > Normally the title of the browser comes from the
    Frameset, But I am sure I
    > have seen websites where the title changes depending on
    one of the
    > frames...
    > how is this done?
    >
    > C
    >

  • How can i change the title in the system form 'Sales Order Form'

    hai
    how can i change the title in the system form 'Sales Order Form'  and then how can i call this form?

    Hi Sanjoy,
    You find the form property like this :
    SAPbouiCOM.Form oForm = null;
    oForm = SBO_Application.Forms.Item(pVal.FormUID);
    oForm.Title = "New Title";
    Michael

  • Need info on how to get the little pictures like Adobe website has next to the title of the page??

    I know how to enter title text but i need to know how to get an image next to the title of the page please help??

    http://alt-web.com/favicons.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • As a writer I'm using Pages to write my documents but the title shows up on every page.   How do I set-up my page so that it shows up on only the first page?

    As a writer I'm using Pages to write my documents but the title shows up on every page.   How do I set-up my page so that it shows up on only the first page?

    Don't put it in the Header.
    Peter

  • How to get the source code of an HTML page in Text file Through J2EE

    How to get the source code of an HTML page in Text file Through J2EE?

    Huh? If you want something like your browser's "view source" command, simply use a URLConnection and read in the data from the URL in question. If the HTML page is instead locally on your machine, use a FileInputStream. There's no magic invovled either way.
    - Saish

  • How to Change Date Format in the Title of the report.

    Hi Everyone,
    I want to change the Format of the Date in the title(Query run Date)taken by report through the variable "&Date" .
    The Format available is DD-MON-YY
    Desired Format is DD-MON-YYYY.
    Please let me know the same as early as possible.

    Hi NP,
    What I try to do is to reformat the default &date inserted into the Title for Discovere Plus and Viewer. When you edit the Title for the report, you can select the date from the Insert dropdown list to display the date when the report was run. The Date (shown &Date in the Title) has a default format of DD-MON-YY. As I have other date parameters displyed in the Title that have the format of DD-MON-YYYY specified by the user, I want to have the &Data in the same format. Please advise me how to achieve this.
    Thank yiou very much,
    J.K.

  • How do I see the source code of a html page?

    In previous versions it was possible to read the source code on a html page from "view" menu. It is not longer there. How do I read code now?

    You're welcome

Maybe you are looking for

  • Way to extend Satellite Pro R850 memory

    I was just wondering, since i have a lot of stuff in my laptop; is there a way, like a card, to extend my laptop's memory? As i noticed a big slot inside my laptop on the lower left side, so is there something for a memory extension i can put in ther

  • How to set Service render date should be equal to Billing date

    Hi All, At present when invoice is created the service rendered date (FBUDA) is taken as the basis for the Rebate condition types to select the condition value from the agreement. The business requires that for the rebate conditions, service rendered

  • Customizing Authorization for Controlling

    Hello, Experts,   I need to create a role with authorization for SPRO but only for the Controling branch. How do I do it ? Thank you ! Rami Kleiman - HP

  • 5508 as mobility anchor to 5760 WLC

    I have 4 5508 WLCs in my environment now, installed at various locations. One 5508 is acting as an anchor for guest access.  All other 5508s connect back to the anchor for the same SSID, the guest wireless WLAN.  A new office is opening up with sever

  • Do I need antivirus on my Galaxy 3?

    Do I need antivirus on my GalaxyS3 phone?