Customize text/images on workspace portal

I would like to customize the workspace portal that is exposed to end users.
Specically I think I have found how to change the image on the header (portal.properties).
How can I change the text for "Applications" that appears in the menu (My manager wants this to change to "Workflows") and how can I change the phrase "Inbox" to "Queue".
I looked at the localization files but there are some many files I was not sure where to look.

Hi,
To change the image on the header you need to look at the portal\WEB-INF\classes\ImagesBundleSet1.properties (the default fuego.portal.imageBundleFile property value in portal.properties. This file defines the images used within the workspace.
'Applications' and 'Inbox' are both examples of a 'View'. A View is really just a definition of a search across processes. Views can be configured either in the Studio or within the Portal Administrator WEB-APP that can be deployed as part of the enterprise installation. To modify the default Inbox & Application views you'll need to use the Portal Admin WEB-APP (but it can also be done with an Ant task).
Cheers,
Tim

Similar Messages

  • Button "Customize Text Mappings" not visible in portal

    Hi Experts,
    I am on EP7.0 SP11 and trying to configure As JAVA for text mapping. i did the configuration but i was unable to find the button "Customize Text Mappings" in portal (content administration>web dynpro>).
    is it portal server error and is there any configuration missing to bring the button? your help will be greatly appreciated.
    Regards!

    Try this URL:
    http://<YourHost>:<Port>/webdynpro/dispatcher/sap.com/tcwdtools/Explorer<b>? app.EnableTextMappings=true</b>.
    for further information, please visit.
    http://help.sap.com/saphelp_nw70/helpdata/en/cb/6acf38422f0244b960236643e3cc46/frameset.htm

  • More information re my problem with text image

    Hi All
    I have designed some text headings (which are in colour) with a transparent background  in fireworks and exported it (gif) to Dreamweaver. That is all good. But when I place the text image (as a background image) in Dreamweaver the text has (in places) white edges which I dont want. Any ideas why this is happening???
    Any advice
    Paul

    Just a quick update. There's good news from my side. :-)
    Thanks to the Oracle support, with the help from Metalink team, this problem has been resolved now.
    Here's what BEFOREPARAMFORM trigger contained:
    BEFORE (Original code)
    ===========
    :P_START := TRUNC(SYSDATE);
    AFTER (Modified code)
    ===========
    IF :P_START IS NULL THEN
    :P_START := TRUNC(SYSDATE);
    END IF;
    The justification for adding IF statement in BEFOREPARAMFORM trigger has been explained in the following link:
    http://www.oracle.com/webapps/online-help/reports/10.1.2/topics/htmlhelp_rwbuild_hs/rwrefex/plsql/triggers/tr_before_param_form.htm
    Cheers
    Mayur
    PS : One thing that I had forgotten to mention about this problem in my original post was that I was facing this problem ONLY when I call the report from Forms using Run_Report_Object method.
    But if I run the report directly from the browser by entering the URL (for e.g. http://wt0001:8889/reports/rwservlet?server=my_repsrv&report=report1.rdf&desformat=pdf&destype=cache&userid=user1/pwd1@db1&paramform=yes) into the address field, the report was working fine, which means that the initial values are populated into the parameters on the parameter form and then later by changing the values in these parameters (text item), the report displays the results correctly.
    So this problem was only occuring when I tried to run the report through Forms by creating the REPORT_OBJECT in the Form and using RUN_REPORT_OBJECT to generate the report and then using WEB.SHOW_DOCUMENT to publish the report in the browser.

  • How do I display blob (image) in a Portal Report

    I am using 9ias 10222 and portal 30983 and I have a table that stores an image as a blob and have a varchar field to store the mime type. I have created a form to upload the image and can then query the form to display the image.
    How do I dislay the image in a Portal Report/Dynamic Page Component. I have followed note 68016.1 but the retrieve_img_data procedure does not work it gives a wwv-11230 error.
    Any ideas? Any help would be appreciated.
    Thanks
    Belinda

    Hi,
    Can you display what code you used for this? I followed note 172045.1 and everything compiles properly but when I run the report, I just get a box with a red X in it, like it is not finding the picture. I ran the procedure that downloads the image and it works fine from there. Thanks.

  • How can i set an image to a portal

    how can i set an image to a portal using response.write();
    please guide me i have an image in C drive how to get the image

    Hello,
    you can use the HTML Tag:
    <img src="file://c:/path/image.jpg" />
    Regards
    Gregor

  • TS2755 After updating to IOS 7.0.6 I can no longer send or receive text images!!! I have tried everything I could find. It is driving me crazy I need to send images for work! I am using a 4S, had NO PROBLEMS until I upgraded the software!!!!

    I have tried everything I could locate. I am using a 4S and had not a problem prior to updating the software!!! I need to text images alot due to my job. I am going crazy!!!! Any suggestions????

    SMS is a carrier feature, what did your phone carrier say when you contacted them about your issue?
    Double check you have MMS turn on in message settings.

  • I would like to create a custom datagridview column containing text images and MS Word OLE objects

    I am an old time LabView programmer going back to 2.0.  But moved on with my career several years ago.  But here I am back attempting a custom column in dataviewgrid control.  .NET is hard.  My goal is to read in an MS Word document and parse it out to a custom column.  The column will contain regular old text, images and MS Word objects, sometimes called OLE objects.
    There is scant information on creating .NET and labview when it comes to form manipulation.  I have stuggled through the learning curve and now able to insert a text box column into a datagridview and add it to the form container and actually size it to the datagridview control.  I've added a menu, but still figuring out the layout class.  Did I say .NET is hard?
    I know there must be a custom column created and even found a C# example, sorta.  Trouble is the example uses easy stuff like override and private.  It will take me another 3 weeks for that, darnit I'm getting lazy.
    Does anybody out there have some example of a custom column in the datagridview?
    If you ask to post code.  I have nothing I would be proud to show.
    The sorta go by: http://www.codeproject.com/Articles/31823/RichTextBox-Cell-in-a-DataGridView

    This is what the progress looks like so far.  I broke the tasks down in sub VIs.  One to create a custom cell so I can add it to the column CellTemplate.  The other to add the column to the control.  My limited knowledge of .NET and the implementation in LV causes me to question the value of LV .NET.
    The coding to create a TextBoxCell override with ImageCell CellTemplate.  Honestly I'm guessing what to do, because the LV documentation on inheritance and overriding is poor at best.
    The column coding to add the cell to the custom column.
    Probe 19 always comes up with an error.  The error is the standard 1172 with no clue what is causing it.  The "index" will work on 0 or 1, I suspect bc the two cell types are 0 and 1 but nothing tells me that, just guessing.

  • How to read text file content in portal application?

    Hi,
    How do we read text file content in portal application?
    Can anyone forward the code to do do?
    Regards,
    Anagha

    Check the code below. This help you to know how to read the text file content line by line. You can display as you require.
    IUser user = WPUMFactory.getServiceUserFactory().getServiceUser("cmadmin_service");
    IResourceContext resourceContext = new ResourceContext(user);
    String filePath = "/documents/....";
    RID rid = RID.getRID(filePath);
    IResource resource = ResourceFactory.getInstance().getResource(rid,resourceContext);
    InputStream inputStream = resource.getContent().getInputStream();
    BufferedReader reader = new BufferedReader(new InputStreamReader(inputStream));
    String line = reader.readLine();
    while(line!=null) {
          line = reader.readLine();
         //You can append in string buffer to get file content as string object//
    Regards,
    Yoga

  • How to copy/paste texts/images from webpages in iBooks Author?

    Hi,
    I want to copy/paste text/image contents from webpages with iBooks Author, somehow images can't be copied, only texts can be copied with copy/paste editing. Wonder if there are any ways to include images with simple copy/paste?
    Tried to search iBooks Author help, could not find answers. Please help.
    Thanks

    Perhaps the people who spent a lot of time and money to produce the websites.....and who own copyright ...don't want anybody using their work without payment or credits. Have you contacted the websites owners to ask permission? 
    IF any person(s)  use anything from websites without permission apart from being to lazy to email to request permission....could face a legal action if and when the sites owners fins out. 
    There is another her misconception that "free" websites and content on "social media" such as the dreaded FaceBook....can be used without consequence. Almost all "free" websites are common licence material - which requires permission and those who give permission do so only for personal or none profit reproduction.
    i Use a blocking script on my websites which apart from preventing a right click...those who try are whisked off  my website to the the UK copyright website page which explains my rights! 
    You may wish to check out your iBooks contract with Apple and read their warnings on use of others copyright material. 
    You could ..and should contact the websites...explain what you want to use and why....and ask them if they can supply media.

  • Drawning text/images in a JPanel and then resizing/moving it with the mouse

    Hello ebverybody!
    I need to be able to draw some text objects in a JPanel and then resize/move it with the mouse... How could I do that!? Same for some images loaded from jpg files...
    Should I just paint the text and then repaint when the mouse selects it? How to do this selection?! Or should use something like a jLabel and then change it`s font metrics?!
    I need to keep track of the upper left corner of the text/image, as well as the width/height of it. This will be recorded in a file.
    The text/images need to smoothly move around the panel as the mouse drags when selectin an entity.. not just "click the entity, then click another point and the entity appears there as if by magic...":)
    Please, tell the best way to do that!
    Thanks everybody!
    Message was edited by:
    cassio.marques

    I know what you mean! This happened to me as well!
    And one thing that I found useful is, if you want to directly select a layer without selecting from the layers pallete and without having autoselect enabled, just hold Ctrl and click on in directly in the image. This saved me a lot of time!

  • How to customize the images before upload to KM

    hai everybody
    i want to know how to customize the images before uploading into KM.if anybody know reply.thanks in advance

    Hi Kasturi,
    in fact, you could implement a repository service reacting omn the creation of resources, checking if it's an image, and with an image editing API at hand, change the image to your needs; if you need it to be done automatically.
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

  • Rolling text/image transition?

    okay so i'm completely stumped on this one...i'm trying to
    create an effect where when you click on a button like 'about us'
    or 'services' the text/images/information on teh page rolls up from
    the bottom (which i know how to do) but then i need it to roll up
    and out of site when I click on a different button while the new
    information rolls up from the bottom to replace the old
    information..there is an example of it at this template if you
    click on the menu buttons one at a time:
    http://templates.entheosweb.com/template_number/16755.asp
    its obviously actionscript but I dont know how to signify that once
    another button has been pushed then the current frame information
    needs to transition out...you know what i mean?
    help!

    Sorry, I could not understood your above Post Reply("OCR functionality is available programmatically to custom Acrobat plugins"). Could you explain little more.
    Thanks,
    Prabudass
    [email protected]

  • AWT only canvas - styled text, images, word wrap and url posting.. how???

    Wassup people!
    Ive created a java chat client which uses the JTextPane to post messeges, emoticons and styled text. But the main problem here is that the majority of web browsers only support awt. Telling the users to download the latest jre with swing is long and most would rather go to another site, so i have reprogrammed the whole client in awt apart from the textpane. I now face the problem of creating a canvas that supports styled text, images, word wrap and url posting.
    I am only a beginner in java and the initial client was quite easy to do using swing, but to program an efficient canvas that supports this has proved to be quite challenging. would anyone beable to show me the best way of doing this? or refer me onto a library that already supports this? or is there even an awt version of the JTextPane somewhere which would save alot of time? any help would be most appreciated.
    Thanks

    I've seen a few APIs that are 100% pure java in 1.1 that implement a styled text area. They aren't free though and I'm pretty sure someone made some money off of the fact that java 1.1 didn't implement a styled text area.
    I understand the problem you are having. Before the days of swing styled text was something you wished you had. Just so you know, there is no easy way of doing this. You could always paint it yourself with a canvas in a scroll pane but then you get to the point where, unless you did some serious mouse handling, highlighting text becomes very difficult.

  • Import text image  in Dreamweaver

    Hi All
    I have designed some text headings (which are in colour) with a transparent background  in fireworks and exported it (gif) to Dreamweaver. That is all good. But when I place the text image (as a background image) in Dreamweaver the text has (in places) white edges which I dont want. Any ideas why this is happening???
    Any advice
    Paul

    The effect that you're experiencing is known as "jaggies". When exporting from Fireworks, you need to set the Matte colour picker to a similar colour to your background.
    A better solution, though, would be to use an embedded web font. You can get a lot of free webfonts from www.fontsquirrel.com. Alternatively, if you're using the Creative Cloud, you have access to a lot of TypeKit fonts.

  • Customize Text

    Hi
    I am facing a problem of Customizing the Text in the PCM 14 after updating the new patch (CM14 sp1 service pack).After that i was unable to do customize text.When i click on the customize text it is saying like "cannot connect to server".And showing blank page..
    Please can anyone suggest the solution for this problem ASAP..it could be really helpful..
    Thanks in Advance

    what does the adminserver.log file say?

Maybe you are looking for

  • Accessing "Collections" in Bridge CS6

    The latest version of Bridge in CS5 shows my collections with no problem. However with Bridge in CS6 collections cannot be accessed. Do I really have to set these up all over again?  Alan

  • HT1212 my ipad is disabled, and i can try again in 22 688 540 minutes.. What to do?

    my ipad is disabled, and i can try again in 22 688 540 minutes.. What to do?

  • HEELLLLLPPP! New UI makes everything unreadable!!!

    HELLLPPP! Here's what old Skype kinda looks like: http://blogtimenow.com/images/skype-tips-tricks8.jpg Here's what the new Skype (6.21.64.104) looks like: (attached) Basically, I want to know how to switch back  You can read why the design bugs me a

  • How to select slides for exporting as QuickTime movie?

    Is there a way to select only a range of slides for exporting as a QuickTime movie? I can hide the slides I don't want the movie to contain, then show them after the export, but this is very tedious. Is there a function like the "print range" when pr

  • WTK Problem

    I am using WTK 2.5. I am developing a WMA bases messaging software for Symbian devices. But the problem is the my WTK is not generating jar file. It is generating jad file but not jar. o any one have any idea how to solve this?