Skip to main content
OCLC Support

How do I increase the number of lines in the ILLiad View Notifications table that patrons view in the Web interface?

Symptom
  • The View Notifications table needs more lines added so patrons can see more of their notifications
Applies to
  • ILLiad
Resolution

Here are the steps you take to increase the number of lines in the table that a patron will see:

  1. Open up the ViewNotifications.html with an editor such as notepad.
  2. Update the line with the MaxRows="20" to the number you want instead of 20.

<#TABLE name="ViewEmailNotifications" headerText="Email Notifications" maxRows="20" noDataAction="ShowMessageRow" noDataMessage="No Email Notifications">

After you save the change, the page will display the new number of rows.

Page ID
40765