Friday, June 13, 2008

Genie: making the "Check for reserves" link more obvious

On the Check Items In page in Genie, you can make the link to check reserves more obvious, if you like. For example, to change the link color to be red, instead of the default blue, you can modify the loans_checkin screen in MyEditScreens.config, to change this:

<Field Display="Check for reserves against item(s) checked in." Style="font-weight: normal">%%CheckForReserve</Field>

To this:

<Field Display="Check for reserves against item(s) checked in." Style="color: red;font-weight: normal">%%CheckForReserve</Field>

No comments: