Need to "move" the Help|Personalize|Logoff links below masthead

I need to move the links Help/Personalize/Logoff from the masthead to below the masthead. This is what I did:
1. hid the links in the masthead by using the "Show..." properties of the masthead iView
2. created a new iview with the links Help/Persoanlize/Logoff and add it to the framework page under the masthead. This iView is based on the masthead iView source code where I removed the banner and welcome areas.
But when I did that, the logoff functionality stopped working. Do you have any other ideas on how to achieve this without impacting the logoff functionality?
Thanks in advance,
Tiberiu

Hi Tiberiu,
Change the masthed par file for this. It is a simple process deploy the par in to NWDS and change th .jsp file which is structured in HTML table format.
<table>
     <tr>
            <td> </td>
            <td> </td>
     </tr>
<table>
here everything is shown in single row.
just make a new row <tr> </tr>
cut the code responsible for logoff/personalize and paste it in the new row.
(Simply, change it as u like)
deploy it in portal and create and iview for it add it to the Default FrameWork Page at top and make the old masthead disable/remove it.
Try it,
MrChowdary.

Similar Messages

  • How do I ungroup the pages in my doc, I need to move the first to the end, and it shows me all the pages are in a group

    On Pages:  I need to move the first page of my document to the end, and it shows me all the pages are in a group.  How do I ungroup the pages in my doc. 

    Hello there, linafrompereira.
    The following portion of the online Pages Help for Mac provides information on grouping items in Pages:
    Layer, group, and lock objects - Pages Help for Mac
    http://help.apple.com/pages/mac/5.2/#/tan5eab46568
    Group and ungroup objects
    Shift-click to select multiple objects.
    In the Arrange pane of the Format inspector, click Group (or choose Arrange > Group from the Arrange menu at the top of your computer screen).
    To ungroup an object, select it, then click Ungroup or choose Arrange > Ungroup.
    Tip: You can Control-click objects, then choose Group or Ungroup from the shortcut menu. You can also add these buttons to the toolbar: Group and Ungroup.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • HT204088 I ordered a movie (The Help) on my iPad.  When I went to watch it, I got a note that it would not download.  And yet, it showed it had downloaded.  How can I watch it on my computer?

    I ordered a movie (The Help) on my iPad 2 and it showed it was downloaded.  When I went to watch it, I got the message that it would not load.  Can I watch on my Mac computer?  I can't find it in iTunes.

    Hi adtsalmon,
    You can only watch the movie on the device you rented it on. Here's a snippet from the Apple Support site (italics mine):
    If you download a rented movie on your computer: You can transfer it to a device such as your Apple TV (1st generation), iPhone, iPad, or iPod if it’s a standard-definition film (movies in HD can only be watched on your computer, iPad, iPhone 4 or later, iPod touch (4th generation or later), or Apple TV). Once you move the movie from your computer to a device, the movie will disappear from your computer's iTunes library. You can move the movie between devices as many times as you wish during the rental period, but the movie can only exist on one device at a time.
    If you download a rented movie on your iPhone 4 or later, iPad, iPod touch (4th generation or later), or Apple TV: It is not transferable to any other device or computer.
    Here's the link to the Movie Rentals FAQs site FYI:
    http://support.apple.com/kb/HT1657
    Hope this helps!
    Cheers,
    GB

  • ASA 5505 Failure replaced and need to move the license key?

    Can someone point me in the right direction? My ASA 5505 died due to a power surge and I swapped it with a spare. I had Security Plus and a 50 user license and need to move the license keys from the failed ASA 5505 to the new one. I kept both my emails with the activation keys, but not sure how I get this transferred?  Thanks in advance.
    Joe

    I think this is totally unacceptable. For anyone else who uses a 5505 at home and has bought licenses and the hardware out of their own pocket, the idea here should be that you've already bought the hardware and the license. Seems obvious, right?
    Yes I can see the license being device specific if not only because that's the way you've designed your licensing activation schema; but if I've just had your product fail and bought another replacement, there should be an understanding or agreement between Cisco and the user that we can reinstate any licenses we've already bought.
    Do you really believe it's fair to make someone buy something from you twice, something that they've already bought from you? Do you actually believe that? I believe that the people in the Cisco Licensing department would agree with my viewpoint and I have a pending case with them for this issue right now. I will post my result here.
    Make your products last and perhaps I can give credence to your licensing beliefs, until then your products fail and so does your licensing logic.

  • HT1379 The USB ports on my 30" Cinema are not working.  The monitor has not been used for a year or so, and the computer is a Mac Book Pro, 1012 model running OS Mavericks.  I need to move the computer between two locations, and the other monitor is a 27"

    The USB ports on my 30" Cinema HD display appear to not work.  The monitor has not been used for almost a year, when I upgraded to a new Mac Book Pro and the 27" retina display.  Now I need to move the computer back and forth between two locations using the two displays.  The need for operating USB ports is essential.  Any ideas.  The display appears entirely normal.  Am running OS X 10.9.

    Disregard, problem solved.

  • Have downloaded a .epub file from a third party publisher to my pc. Publisher advises that  iTunes is needed to move the file to my iPad. iTunes installed on  both pc and iPad. What's next?

    Have downloaded a .epub file from a third party publisher to my pc. Publisher advises that  iTunes is needed to move the file to my iPad. iTunes installed on  both pc and iPad. What's next?

    Drag or copy the file into the Automatically Add to iTunes folder in your library (default location C:\Users\user_name\Music\iTunes\iTunes Media), or add it manually using File > Add File to Library ...  If the file is compatible with iTunes it'll be added to your library and can then be synced with your iPad.

  • Need to have the help link at my custom pages

    Hi All,
    I want to have the help link in my few custom page's . Can anyone help me on this ...
    Regards
    Karandeep Singh

    Keerthi,
    Thanks for your update .
    But my requirement was to create the help link on all the custom pages as it is appering in all standard pages .
    For standard pages they have attached the standard function with standard menu (ICX_GLOBAL_MENU) due to which help is appearing in all the standard pages but if we want to have the help link on custom pages then we have to manually set the page layout property "Help Target" of all the custom pages .
    It worked for me and issue is resolved now.
    Regards
    Karandeep

  • Need to move the data to final internal Table

    Hi all,
    TYPES: BEGIN OF TY_MARA,
           MATNR       TYPE  MATNR,         " Material Number
           ZZBASE_CODE TYPE  ZBASE_CODE,    " Base Code
           END OF TY_MARA,
           BEGIN OF TY_MAKT,
           MAKTX       TYPE  MAKTX,         " Material Description
           END OF TY_MAKT,
           BEGIN OF TY_MARC,
           WERKS       TYPE  WERKS_D,      " Plant
           END OF TY_MARC,
           BEGIN OF TY_QMAT,
           ART           TYPE  QPART,         " Inspection Type
           END OF TY_QMAT,
           BEGIN OF TY_MAPL,
           MATNR        TYPE  MATNR,        " Material
           PLNTY        TYPE  PLNTY,        " Task List Type
           END OF TY_MAPL,
           BEGIN OF TY_PLKO,
           VERWE             TYPE     PLN_VERWE,     "     Task list usage
           END OF TY_PLKO,
          BEGIN OF TY_FINAL,
           MATNR          TYPE    MATNR,          " Material Number
           MAKTX          TYPE    MAKTX,          " Material Description
           ZZBASE_CODE    TYPE    ZBASE_CODE,     " Base Code
           WERKS          TYPE    WERKS_D,        " Plant
           CLASS          TYPE    KLASSE_D,       "     Class Number
           ART             TYPE    QPART,           " Inspection Type
           VERWE             TYPE    PLN_VERWE,       " Task list usage
         END OF TY_FINAL.
    DATA: I_MARA  TYPE  STANDARD TABLE OF TY_MARA  ,
          I_MAKT  TYPE  STANDARD TABLE OF TY_MAKT  ,
          I_MARC  TYPE  STANDARD TABLE OF TY_MARC  ,
          I_QMAT  TYPE  STANDARD TABLE OF TY_QMAT  ,
          I_MAPL  TYPE  STANDARD TABLE OF TY_MAPL  ,
          I_PLKO  TYPE  STANDARD TABLE OF TY_PLKO  ,
          I_KLAH  TYPE  STANDARD TABLE OF TY_KLAH  ,
          I_FINAL TYPE  STANDARD TABLE OF TY_FINAL ,
          WA_MARA  TYPE  TY_MARA,
          WA_MAKT  TYPE  TY_MAKT,
          WA_MARC  TYPE  TY_MARC,
          WA_QMAT  TYPE  TY_QMAT,
          WA_MAPL  TYPE  TY_MAPL,
          WA_PLKO  TYPE  TY_PLKO,
          WA_KLAH  TYPE  TY_KLAH,
         WA_FINAL TYPE  TY_FINAL.
    data: v_mtart         type    mara-mtart,
          v_matnr         type    mara-matnr,
          v_zzbase_code   type    mara-zzbase_code,
          v_werks         type    t001w-werks,
          v_beskz         type    marc-beskz.
    selection-screen skip 1.
    selection-screen begin of block b1 with frame title text-001.
    select-options: s_mtart    for v_mtart default 'halb' to 'zraw',
                    s_matnr    for v_matnr,
                    s_zzbase   for v_zzbase_code,
                    s_werks    for v_werks obligatory,
                    s_beskz    for v_beskz.
    selection-screen end of block b1.
    start-of-selection.
    select matnr
           zzbase_code
           from  mara into table i_mara
           where mtart in s_mtart       "Material Type
           and   matnr in s_matnr        "Material
           and   zzbase_code in s_zzbase."Base Code
    select maktx
           from makt into table i_makt for all entries in i_mara
           where matnr = i_mara-matnr.
    select werks
           from marc into table i_marc for all entries in i_mara
           where matnr = i_mara-matnr
           and werks in s_werks "plant
           and beskz in s_beskz."Procurement Type
    select art
           from qmat into table i_qmat for all entries in i_mara
           where matnr = i_mara-matnr
           and werks in s_werks.
    select matnr
           plnty from mapl into table i_mapl for all entries in i_mara
           where matnr = i_mara-matnr.
    select verwe
           from plko into table i_plko for all entries in i_mapl
           where plnty = i_mapl-plnty.
    this is my logic . i need to move this to final internal table i_final. how can do it. will anybody tell me with coding.
    Thanks,

    Hi,
    Include matnr field in all your type declaration and plnty in the ty_plko,  type declaration.
    loop at the internal table i_mara.
    read the other tables with read statement.
    assign the the required fields to the work area wa_final. Append it to i_final.
    start-of-selection.
      select matnr  zzbase_code
        from mara   into table i_mara
       where mtart in s_mtart "Material Type   and matnr in s_matnr "Material  and zzbase_code in s_zzbase. "Base Code
      select matnr  maktx        
        from makt   into table i_makt
         for all entries in i_mara   where matnr = i_mara-matnr.
      select matnr  werks
        from marc  into table i_marc
         for all entries in i_mara  where matnr = i_mara-matnr   and werks in s_werks "plant   and beskz in s_beskz."Procurement Type
      select matnr  art
        from qmat  into table i_qmat
         for all entries in i_mara where matnr = i_mara-matnr   and werks in s_werks.
      select matnr plnty
        from mapl into table i_mapl
        for all entries in i_mara  where matnr = i_mara-matnr.
      select plnty verwe
        from plko  into table i_plko
         for all entries in i_mapl  where plnty = i_mapl-plnty.
    Loop at i_mara into wa_mara.
    read table i_makt into wa_makt with key matnr = wa_mara-matnr.
    (do this for all the internal tables.)
    read table i_plko into wa_plko with key plnty = wa_mapl-plnty.
    wa_final-MATNR = wa_mara-matnr.
    wa_final-MAKTX = wa_makt-maktx.
    wa_final-ZZBASE_CODE = wa_mara-ZZBASE_CODE.
    wa_final-WERKS = wa_marc-werks.
    wa_final-ART = wa_qmat-art.
    wa_final-VERWE = wa_plko-verve.
    append i_final from wa_final.
    endloop.
    Hope this helps.
    Regards,
    Dhasarathy. K

  • I need to move the iTunes library to an External Hard Drive to free up space on iMac.  Need suggestions on type of External Hard Drive to use.  A Multimedia Hard Drive like LaCie LaCinema Classic HD Multimedia Hard Drive OR a Large Desktop Hard Drive?

    I need to move an iTunes library to an External Hard Drive to free up space on iMac.  I Need suggestions on type of External Hard Drive to use.  Should you use a Multimedia Hard Drive like LaCie LaCinema Classic HD Multimedia Hard Drive OR a standard Large Desktop Hard Drive like Western Digital/Seagate/LaCie?

    There is no benefit to the multi-media feature on the first drive you mentioned. If you are going to look at differences between certain drives, I'd look at the differences in reliability first.

  • Why do i need to move the mouse?

    I am writing a simple digital clock. it calls the repaint in an actionperformed every 1 second and updates the clock. But fo some reason it wont repaint until i move the mouse?? why is this?

    import java.awt.*;
    import java.util.*;
    import java.applet.Applet;
    import java.awt.event.*;
    public class SimpleDigitalClock extends Applet implements ActionListener{
              private javax.swing.Timer timer;
              private int digit;
              private int digit2;
              private int digit3;
              private int digit4;
              private int digit5;
              private int digit6;
              private int x, y , size;
              private int thickness = 5;
              private Color color;
    public void init(){
    timer = new javax.swing.Timer(1000, this);
    timer.setInitialDelay(1000);
    timer.start();
    public void paint(Graphics g) {
    int y = 30;
         g.fillRect(70,42,5,5);
         g.fillRect(70,58,5,5);
         g.fillRect(150,42,5,5);
         g.fillRect(150,58,5,5);
         GregorianCalendar cal = new GregorianCalendar();
         digit5 = cal.get(Calendar.HOUR)/10;
         x = 10;
         if (digit5==0 || digit5==2 || digit5==3 || digit5==5 || digit5==6 || digit5==7 || digit5==8 || digit5==9)//top hoz
                        g.fillRect(x, y ,25 ,thickness);
                        if (digit5==2 || digit5==3 || digit5==4 || digit5==5 || digit5==6 || digit5==8 || digit5==9)//mid hoz
                        g.fillRect(x, y+20,25 ,thickness);
                        if (digit5==0 || digit5==2 || digit5==3 || digit5==5 || digit5==6 || digit5==8)//bot hoz
                        g.fillRect(x,y+40,25,thickness);
                        if (digit5==0 || digit5==4 || digit5==5 || digit5==6 || digit5==8 || digit5==9)//top left
                        g.fillRect(x ,y ,thickness ,20);
                        if (digit5==0 || digit5==2 || digit5==6 || digit5==8)
                        g.fillRect(x ,y+20 ,thickness ,25);
                        if (digit5==0 || digit5 ==1 || digit5==2 || digit5==3 || digit5==4 || digit5==7 || digit5==8 || digit5==9)//top right
                        g.fillRect(x+20,y ,thickness ,20);
                        if (digit5==0 || digit5 ==1 || digit5==3 || digit5==4 || digit5==5 || digit5==6 || digit5==7 || digit5==8 || digit5==9)
                        g.fillRect(x+20,y+20 ,thickness ,25);
                        digit6 = cal.get(Calendar.HOUR)%10;
                        x = 40;
                        if (digit6==0 || digit6==2 || digit6==3 || digit6==5 || digit6==6 || digit6==7 || digit6==8 || digit6==9)//top hoz
                        g.fillRect(x, y ,25 ,thickness);
                        if (digit6==2 || digit6==3 || digit6==4 || digit6==5 || digit6==6 || digit6==8 || digit6==9)//mid hoz
                        g.fillRect(x, y+20,25 ,thickness);
                        if (digit6==0 || digit6==2 || digit6==3 || digit6==5 || digit6==6 || digit6==8)//bot hoz
                        g.fillRect(x,y+40,25,thickness);
                        if (digit6==0 || digit6==4 || digit6==5 || digit6==6 || digit6==8 || digit6==9)//top left
                        g.fillRect(x ,y ,thickness ,20);
                        if (digit6==0 || digit6==2 || digit6==6 || digit6==8)
                        g.fillRect(x ,y+20 ,thickness ,25);
                        if (digit6==0 || digit6 ==1 || digit6==2 || digit6==3 || digit6==4 || digit6==7 || digit6==8 || digit6==9)//top right
                        g.fillRect(x+20,y ,thickness ,20);
                        if (digit6==0 || digit6 ==1 || digit6==3 || digit6==4 || digit6==5 || digit6==6 || digit6==7 || digit6==8 || digit6==9)
                        g.fillRect(x+20,y+20 ,thickness ,25);
                        digit = cal.get(Calendar.SECOND)%10;
                        x = 190;
                        if (digit==0 || digit==2 || digit==3 || digit==5 || digit==6 || digit==7 || digit==8 || digit==9)//top hoz
                        g.fillRect(x, y ,25 ,thickness);
                        if (digit==2 || digit==3 || digit==4 || digit==5 || digit==6 || digit==8 || digit==9)//mid hoz
                        g.fillRect(x, y+20,25 ,thickness);
                        if (digit==0 ||digit==2 || digit==3 || digit==5 || digit==6 || digit==8)//bot hoz
                        g.fillRect(x,y+40,25,thickness);
                        if (digit==0 || digit==4 || digit==5 || digit==6 || digit==8 || digit==9)//top left
                        g.fillRect(x ,y ,thickness ,20);
                        if (digit==0 || digit==2 || digit==6 || digit==8)
                        g.fillRect(x ,y+20 ,thickness ,25);
                        if (digit==0 || digit ==1 || digit==2 || digit==3 || digit==4 || digit==7 || digit==8 || digit==9)//top right
                        g.fillRect(x+20,y ,thickness ,20);
                        if (digit==0 ||digit ==1 || digit==3 || digit==4 || digit==5 || digit==6 || digit==7 || digit==8 || digit==9)
                        g.fillRect(x+20,y+20 ,thickness ,25);
                        digit2 = cal.get(Calendar.SECOND)/10;
                        x = 160;
                        if (digit2==0 || digit2==2 || digit2==3 || digit2==5 || digit2==6 || digit2==7 || digit2==8 || digit2==9)//top hoz
                        g.fillRect(x, y ,25 ,thickness);
                        if (digit2==2 || digit2==3 || digit2==4 || digit2==5 || digit2==6 || digit2==8 || digit2==9)//mid hoz
                        g.fillRect(x, y+20,25 ,thickness);
                        if (digit2==0 || digit2==2 || digit2==3 || digit2==5 || digit2==6 || digit2==8)//bot hoz
                        g.fillRect(x,y+40,25,thickness);
                        if (digit2==0 || digit2==4 || digit2==5 || digit2==6 || digit2==8 || digit2==9)//top left
                        g.fillRect(x ,y ,thickness ,20);
                        if (digit2==0 || digit2==2 || digit2==6 || digit2==8)
                        g.fillRect(x ,y+20 ,thickness ,25);
                        if (digit2==0 || digit2 ==1 || digit2==2 || digit2==3 || digit2==4 || digit2==7 || digit2==8 || digit2==9)//top right
                        g.fillRect(x+20,y ,thickness ,20);
                        if (digit2==0 || digit2 ==1 || digit2==3 || digit2==4 || digit2==5 || digit2==6 || digit2==7 || digit2==8 || digit2==9)
                        g.fillRect(x+20,y+20 ,thickness ,25);
                        digit3 = cal.get(Calendar.MINUTE)/10;
                        x = 90;
                        if (digit3==0 || digit3==2 || digit3==3 || digit3==5 || digit3==6 || digit3==7 || digit3==8 || digit3==9)//top hoz
                        g.fillRect(x, y ,25 ,thickness);
                        if (digit3==2 || digit3==3 || digit3==4 || digit3==5 || digit3==6 || digit3==8 || digit3==9)//mid hoz
                        g.fillRect(x, y+20,25 ,thickness);
                        if (digit3==0 || digit3==2 || digit3==3 || digit3==5 || digit3==6 || digit3==8)//bot hoz
                        g.fillRect(x,y+40,25,thickness);
                        if (digit3==0 || digit3==4 || digit3==5 || digit3==6 || digit3==8 || digit3==9)//top left
                        g.fillRect(x ,y ,thickness ,20);
                        if (digit3==0 || digit3==2 || digit3==6 || digit3==8)
                        g.fillRect(x ,y+20 ,thickness ,25);
                        if (digit3==0 || digit3 ==1 || digit3==2 || digit3==3 || digit3==4 || digit3==7 || digit3==8 || digit3==9)//top right
                        g.fillRect(x+20,y ,thickness ,20);
                        if (digit3==0 || digit3 ==1 || digit3==3 || digit3==4 || digit3==5 || digit3==6 || digit3==7 || digit3==8 || digit3==9)
                        g.fillRect(x+20,y+20 ,thickness ,25);
                        digit4 = cal.get(Calendar.MINUTE)%10;
                        x = 120;
                        if (digit4==0 || digit4==2 || digit4==3 || digit4==5 || digit4==6 || digit4==7 || digit4==8 || digit4==9)//top hoz
                        g.fillRect(x, y ,25 ,thickness);
                        if (digit4==2 || digit4==3 || digit4==4 || digit4==5 || digit4==6 || digit4==8 || digit4==9)//mid hoz
                        g.fillRect(x, y+20,25 ,thickness);
                        if (digit4==0 || digit4==2 || digit4==3 || digit4==5 || digit4==6 || digit4==8)//bot hoz
                        g.fillRect(x,y+40,25,thickness);
                        if (digit4==0 || digit4==4 || digit4==5 || digit4==6 || digit4==8 || digit4==9)//top left
                        g.fillRect(x ,y ,thickness ,20);
                        if (digit4==0 || digit4==2 || digit4==6 || digit4==8)
                        g.fillRect(x ,y+20 ,thickness ,25);
                        if (digit4==0 || digit4 ==1 || digit4==2 || digit4==3 || digit4==4 || digit4==7 || digit4==8 || digit4==9)//top right
                        g.fillRect(x+20,y ,thickness ,20);
                        if (digit4==0 || digit4 ==1 || digit4==3 || digit4==4 || digit4==5 || digit4==6 || digit4==7 || digit4==8 || digit4==9)
                        g.fillRect(x+20,y+20 ,thickness ,25);
    public void actionPerformed(ActionEvent e) {
         repaint();

  • Need to undo the "use for new links" option...???

    Hello- Probably an easy answer to this one- I'm just not seeing it.....My first link I made on the page I clicked "use this for new links". Now I don't want to use that format for new links anymore. Do I always have to remember which link was the first one I created and change that one? Do all of the link have to have the same effect? How do I undo the "use for new links" option?
    Thanks!
    Holly

    That's how I thought it should work- there must be something wrong then because after I click "use for new" once, the options are greyed out for any link made after that. Only the original one lets me change it, then all the others follow suit with the changes made to the one. Didn't seem right. Think I should reload iLife?

  • I need to move the data from several cells in an excel spreadsheet to another computer's excel spreadsheet.

    I have a data aquisition program on computer #1(not labview)  that writes to an excel spread sheet and I would like to have a row of data transfered to another excel spreadsheet running labview(computer #2)on the same network. I would like to make this transfer of data either over the network or some other method to link these two computers (they are two feet apart). I'm not sure that datasocket would help , as it seems that the data to be moved must be written for datasocket in labview.  My other alternative is to write drivers for the device that provides the data for computer #1. This is a new one for me as the user doesn't want to give up the non-labview program on #1.
    Solved!
    Go to Solution.
    Attachments:
    Read_Value_From_Excel.vi ‏83 KB

    I would write a LabVIEW VI to read the Excel file(s) on computer n°1 and publish the data in a shared variable over the network.
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • Later jet m1212 nf mfp need to move the font down a little to print on premium forms

    I am using pre printed forms and need to re-aling the print (font) down to match the form
    Thanks

    Then use the features within whatever application (e.g. Word) you are using to set a different top margin value for the document.

  • How to add a PDF to the Help button of the Application? Do we need a Robohelp to generate this?

    How to add a PDF to the Help button of the Application? Do we need a Robohelp to generate this?

    Thank you for your reply, William.
    Well, we just want the PDF to open when we click on the “Help” link of the Application.
    Also, we have the PDF ready. 
    Is it a job of a UI Developer? Do we need to tell him to link this PDF to the Help button or link of the Application?

  • When I used to move my cursor over a link, it would display the address, that disappeared, how do I get it back on?

    When I used to move the cursor over a link, it would display the address of the link in the lower left hand corner before I clicked on it. This has disappeared, how do I turn it back on?
    == This happened ==
    Not sure how often
    == A few months ago

    View > Statusbar

Maybe you are looking for