- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-19-2023 11:56 PM
Hello all,
Hope you are doing very well.
We would like to modify the continue button itself in the reply pages.
Instead of adjusting the size of the Continue button, can we modify it such as adding another comment or replacing the button with an image format?
Thank you!
04-25-2023 08:04 PM
Hi @JoHyeonJae ,
Could you share a screenshot of where you found this "Continue" button? Is this within the LiveCommunity?
04-25-2023 09:06 PM - edited 04-25-2023 09:13 PM
Hello @JayGolf
<html>
<head>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<meta name="viewport" content="initial-scale=1.0">
<style>
#content {
margin:1.3em;
font-family:Tahoma,Helvetica,Arial,sans-serif;
font-size:1em;
}
h1 {
font-size:1.2em;
font-weight:bold;
color:#196390;
}
b {
font-weight:normal;
color:#196390;
}
form td, form input {
font-size: 1em;
font-weight: bold;
}
Please check the highlighted words.
Thanks,
04-26-2023 12:13 AM
The response pages for blocked/continue URL filtering/etc. can be found under:
Device -> Response Pages
Click the response page type you want to modify, select the object (probably "Predefined"), and then click Export. It will download a text file which is the HTML code for the page. You can edit the file and then upload the changed page with the Import button. The uploaded copy seems to always override the default for all selected virtual systems (i.e. I don't think you can select different URL filtering response pages for different URL filtering profiles).
You can find some limited information in the PAN-OS manual. there don't seem to be a lot of indepth examples available:
https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-admin/url-filtering/url-filtering-response-pages
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!