CA Service Management

 View Only
  • 1.  Change Survey Image Size

    Posted Jan 23, 2018 12:26 PM

    It is possible to change the size of logo that apeasr in the survey screen?

    I put a larger logo in the form group directory but the size in survey screen remains the same



  • 2.  Re: Change Survey Image Size
    Best Answer

    Broadcom Employee
    Posted Jan 24, 2018 09:17 AM


  • 3.  Re: Change Survey Image Size

    Broadcom Employee
    Posted Jan 24, 2018 10:27 AM

    Paulo, please take a look at do_svy.htmpl...the way the image button is present in the survey page it the same as the rest of the interface(imagebutton.js) and change its size is not an easy thing. You could change the button image easily

    by change

    usdImg["circleca"] = "$CAisd/img/circleca.png";

    in that file but not the size. What you could do(not test here but just for your consideration) is to display your image not the interface image button by adding something like

    <img src="$CAisd/img/myimage.gif" width="42" HEIGHT="42" alt="my company logo">

    at the beginning of the survey page.  Thanks _Chi



  • 4.  Re: Change Survey Image Size

    Broadcom Employee
    Posted Jan 25, 2018 03:54 PM


    Hi Paulo,

    Did Paul and Chi suggestions address the problem?
    If yes, please mark the answer as correct so that this thread can be closed.

    Thanks,

    Derek