Clarity

 View Only
  • 1.  Remove New from Template button

    Posted Apr 14, 2016 04:20 PM

    Our organization discovered that users can create from template and essentially use any project, regardless of OBS, in the system.

     

    How can we remove the New from Template button from the projects page?



  • 2.  Re: Remove New from Template button

    Posted Apr 14, 2016 04:46 PM


  • 3.  Re: Remove New from Template button
    Best Answer

    Posted Apr 14, 2016 05:15 PM

    This approach may work for you:

    Re: Remove Export to Excel and Power Point Icons

    Can we disable sorting by users in a Grid portlet?

     

    Specifically, I used those methods to craft this UI Theme CSS entry:

     

    button[onclick*='action=projmgr.selectProjectTemplate'] { display: none; }

     

    Now when I look at the My Projects and Project List portlets (in IE11), I get this (no New From Template buttons):

     



  • 4.  Re: Remove New from Template button

    Posted Apr 15, 2016 08:49 AM

    Thank you! Editing the theme worked perfectly!