[ List Archives Home ] [ Thread index for 2008 ]
[ Date index for 2008 ]
[ Author index for 2008 ]
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
- Date: Mon, 17 Nov 2008 11:28:11 -0800
- From: Alma Garcia <almag at mills dot edu>
- Subject: Re: [IUG] Modifying an ILL form remove option for ISBN
I have been looking at how to remove the (option) for the ISBN on the form. Any tips?
Alma
-----Original Message-----
From: innopac-bounces at innopacusers dot org [
mailto:innopac-bounces at innopacusers dot org] On Behalf Of David Jones
Sent: Monday, November 17, 2008 11:04 AM
To: innopac at innopacusers dot org
Subject: Re: [IUG] Modifying an ILL form
>>> On Mon, Nov 17, 2008 at 7:07 AM, in message
<535CAA873D12A24FA520405198D870B009601A3D17 at MB dot CAMPUS dot RIVIER dot EDU>, "Russell,
Katherine" <krussell at rivier dot edu> wrote:
> again." I would like to have this sentence bolded so it is clear to patrons
> that they need to fix the information they are entering into the form. I
> found illreport.html which lists the displayed message and corresponding
> error codes, but I don't know enough code to make them return bold.
On the ILL forms, you use the token set
<!--{iferrmsg}-->
<!--{errmsg}-->
<!--{xif}-->
to place these error messages. All you have to do is surround the <!--{errmsg}--> with HTML and then style that HTML in your CSS. An example:
<!--{iferrmsg}-->
<div class="ill_errmsg">
<!--{errmsg}-->
</div>
<!--{xif}-->
div.ill_errmsg {
font-weight: bold;
}
If you need the other possible error messages for pins and other prompts, you can apply formatting in the same way.
HTH,
David
_____________________________________________________________________
David Jones
mailto:djones at scu dot edu
Library Systems Manager
http://www.scu.edu/library/
University Library fax: 408-551-1805
Santa Clara University phone: 408-551-7167
500 El Camino Real
Santa Clara CA 95053-0500
_____________________________________________________________________
Reality is that which, when you stop believing in it, doesn't go away.
-- Philip K. Dick
--
This message was distributed through the Innovative Users Group INNOPAC list
Public replies: INNOPAC at innopacusers dot org
Update your subscription options:
http://innopacusers.org/mailman/listinfo/innopac