How to Customize Detail Record ?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to Customize Detail Record ?

Saren (Cambodia)
Dear Sir,

I was wondering about how to customize some field in view detail record.
For example, I want to hide a file Type: Book. How to do it? What is that file name? Where it is located?

See the screenshot bellow for my detail record.

Best regards,
SAREN
Reply | Threaded
Open this post in threaded view
|

Re: How to Customize Detail Record ?

Verus Open Source Support
Please go to
C:/NewGenLibFiles/OpacTemplates/default/RecordTemplates
Open file General.ftl using Wordpad
You may remove line 3 or comment it

<img width="40" src="GetCustomImage?Type=<#if CustomDisplayImage ??>${CustomDisplayImage} <#elseif Type ??>${Type}</#if>" style="padding-left: 0px; padding-top: 20px; margin-left: 0px;" alt="" title="${Type}"/>

will become

<!--<img width="40" src="GetCustomImage?Type=<#if CustomDisplayImage ??>${CustomDisplayImage} <#elseif Type ??>${Type}</#if>" style="padding-left: 0px; padding-top: 20px; margin-left: 0px;" alt="" title="${Type}"/>-->

On 10/28/2013 01:54 PM, Saren (Cambodia) [via NewGenLib] wrote:
Dear Sir,

I was wondering about how to customize some field in view detail record.
For example, I want to hide a file Type: Book. How to do it? What is that file name? Where it is located?

See the screenshot bellow for my detail record.

Best regards,
SAREN


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/How-to-Customize-Detail-Record-tp7574227.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML

NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
Reply | Threaded
Open this post in threaded view
|

Re: How to Customize Detail Record ?

Saren (Cambodia)
Many thank.