Homebound Options

This page describes the Web options for the Homebound options group. Review these options to determine any necessary setup that your organization might need to perform.

NOTE

The functionality set up with these options is available only to organizations that use the Homebound function for Circulation and have defined a "homebound" patron type.

BUT_SEARCH_ALL

This option defines the graphic image to use for the Search All button. For example:

BUT_SEARCH_ALL=/screens/search_all.gif

BUT_SEARCH_LTD

The Search Limited button allows homebound patrons to search preferred titles excluding previously checked out titles. This button is offered only if the MY_WEBPAC Web option has the second element set to a "true" value and the Homebound function for Circulation is enabled.

This option defines the graphic image to use for the Search Limited button. For example:

BUT_SEARCH_LTD=/screens/search_ltd.gif

ICON_BUT_SEARCH_ALL[scope][_lang]

This option defines the display properties for the Search All link. This option accepts HTML as a value to define an image or text. Images can be either relative or an absolute URL. For example:

ICON_BUT_SEARCH_ALL=<img src="/screens/search_all.gif" alt="Search All" border="0" />

or

ICON_BUT_SEARCH_ALL=<strong>Search All</strong>

If this option is not defined, the system uses the value of the BUT_SEARCH_ALL Web option. If neither Web option is defined, the system uses the following setting:

ICON_BUT_SEARCH_ALL=Search All

This option can vary by scope and language.

ICON_BUT_SEARCH_LTD[scope][_lang]

This option defines the display properties for the Search Limited link. Clicking this link searches preferred titles excluding previously checked out titles. This option accepts HTML as a value to define an image or text. Images can be either relative or an absolute URL. For example:

ICON_BUT_SEARCH_LTD=<img src="/screens/search_ltd.gif" alt="Search Limited" border="0" />

or

ICON_BUT_SEARCH_LTD=<strong>Search Excluding Previously Checked Out Titles</strong>

If this option is not defined, the system uses the value of the BUT_SEARCH_LTD Web option. If neither Web option is defined, the system uses the following setting:

ICON_BUT_SEARCH_LTD=Search Limited

This option can vary by scope and language.