- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Exercise caution as this may void your warranty, and will be overwritten on upgrades:
Add the below bolded line to the top of the jssp's (Administration/Configuration/Dynamic JavaScript pages) you want to block, e.g. home.jssp, below the header boilerplate, above the html, substituting admin for other rights as desired:
NL.Dashboard.init(request, response, {
title: "Adobe Campaign Classic",
withFooter: true,
require: [ '/nl/home.less'],
}, function(dashboardContext) {
%>
<% if (!application.operator.hasRight('admin')) return; %>
<div id="home-header">
An easy way to alter jssp's is to change the namespace in the editor from protected nms/xtk to anything else, write your content, change back and save.
Thanks,
-Jon