Add text to the Policies page

The Policies page is displayed when a patron selects Policies on the Library Info menu in Polaris PowerPAC. The Policies page is located on the Web server, Polaris [version]/PowerPAC/library/policies.aspx. You can place your own text on the page by editing the user-defined file Polaris [version]/PowerPAC/library/userdef/ud_policies.ascx. You can format your text with basic HTML tags.

Note:
Be sure your custom content displays correctly for wide (computer), medium (tablet), and narrow (phone) screens.

To add text to the policies page:

  1. On the Web server, open the file Polaris [version]/PowerPAC/library/userdef/ud_policies.ascx in any HTML or text editor. The text of the file is displayed in the editor.
  2. Insert your text between these elements: SessionObject.GetLanguageString("PACML_UD_POLICIES_1123") %></asp:panel></p>and <!-- End -->. For example:

SessionObject.GetLanguageString("PACML_UD_POLICIES_1123") %></asp:panel></p>

<p> policy1 </p>

<!-- End -->

  1. Save the file.
  2. Back up your edited file to preserve your changes from being overwritten when Polaris PowerPAC is reinstalled on the server.

Note:
To display the Policies option on the Library Info menu, set the PowerPAC profile Navigation: Policies to Yes.