otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Branding, Screen Sets, XSL/CSS and Translations Customizing and Branding the UI of OTM / G-Log for your site, using Custom Screen Sets, Menu Managers, XSL/CSS customizations, Translations and more.

Tags: , ,

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old June 23rd, 2007, 05:57
Junior Member
 
Join Date: Jun 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
sn1405 is on a distinguished road
[SOLVED] Modify the contacts screen

How to change the fields label of contacts screen (This page is accessed via Business Process Automation > Communication Management > Contacts>New).
If we enter into the we have a Contact ID, first name, location, phone1, email address etc. I want to change these labels and I want to delete the new and top button which is located in the same screen. (i.e.in the contacts screen).Iam planning to do this by directly modifying the xsl files.

Last edited by sn1405 : June 25th, 2007 at 04:09.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old June 25th, 2007, 03:31
Junior Member
 
Join Date: May 2007
Location: Singapore
Posts: 26
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
satya_m is on a distinguished road
Re: Modify the contacts screen

How are you planning to do this? Through Screenset Customization or by directly modifying the xsl files?

I don't think its possible through Screensets.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old June 25th, 2007, 04:06
Junior Member
 
Join Date: Jun 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
sn1405 is on a distinguished road
Re: Modify the contacts screen

Quote:
Originally Posted by satya_m View Post
How are you planning to do this? Through Screenset Customization or by directly modifying the xsl files?

I don't think its possible through Screensets.
Reply:
--------
How to change the fields label of contacts screen (This page is accessed via Business Process Automation > Communication Management > Contacts>New).
If we enter into the we have a Contact ID, first name, location, phone1, email address etc. I want to change these labels and I want to delete the new and top button which is located in the same screen. (i.e.in the contacts screen)

"Iam planning to do this is BY DIRECTLY MODIFYING THE XSL FILES". I deleted some fields which i don't require, this I did by diectly modifying the xsl files.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old June 25th, 2007, 04:09
Junior Member
 
Join Date: Jun 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
sn1405 is on a distinguished road
Re: Modify the contacts screen

How to change the fields label of contacts screen (This page is accessed via Business Process Automation > Communication Management > Contacts>New).
If we enter into the we have a Contact ID, first name, location, phone1, email address etc. I want to change these labels and I want to delete the new and top button which is located in the same screen. (i.e.in the contacts screen).Iam planning to do this by directly modifying the xsl files.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old June 25th, 2007, 06:25
Junior Member
 
Join Date: May 2007
Location: Singapore
Posts: 26
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
satya_m is on a distinguished road
Re: Modify the contacts screen

The fields Contact ID, first name, location, phone1, email address etc are in the file web/xsl/contact/CommonContact.xsl . search for the template 'personContact' and you will find all these fields. You can change the labels here.

But please be informed that this 'CommonContact.xsl' is a common file accessed across different UI. So if you change the labels here, it will reflect at all other places. An alternative would be to create your own xsl (similar to commoncontact.xsl) and implement your changes here.

For removing the 'top' button, delete this code from the web/xsl/contact/PersonContactManager.xsl

<
td>

<xsl:call-template name="topbutton">

<xsl:with-param name="label"><xsl:value-of select="translator:get-translated-value('button.top')"/></xsl:with-param>

<xsl:with-param name="width"/>

<xsl:with-param name="href">#top</xsl:with-param>

</xsl:call-template>

</td>

For removing the 'new' button, add the following code in the navigation template(<xsl:call-template name="navigation">) in the above mentioned xsl.

<xsl:with-param name="enter_new">false</xsl:with-param>

Hope this helps
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6 (permalink)  
Old June 25th, 2007, 09:37
Junior Member
 
Join Date: Jun 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
sn1405 is on a distinguished road
Re: Modify the contacts screen

I changed the field label as u suggest, but it is showing the field label as *field.customer/xidinstead of customerID.Please tell me the how to change the label.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7 (permalink)  
Old June 25th, 2007, 09:48
Junior Member
 
Join Date: May 2007
Location: Singapore
Posts: 26
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
satya_m is on a distinguished road
Re: Modify the contacts screen

You will have to add this 'field.customer/xid' in the Translation.csv and Translation_D_en.csv and do an update_one_csv to upload the translations to the database. Restart your servers.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Modify Tender Notifications - control when sent out DMOORE Execution 2 November 7th, 2007 20:03
Modify the Results screen of contacts sn1405 Branding, Screen Sets, XSL/CSS and Translations 6 August 10th, 2007 13:28
[SOLVED] contacts screen sn1405 Branding, Screen Sets, XSL/CSS and Translations 1 June 26th, 2007 07:01
[SOLVED] How to Change the Tab Label and Delete the tab in contacts sn1405 Branding, Screen Sets, XSL/CSS and Translations 2 June 22nd, 2007 09:52



All times are GMT. The time now is 12:38.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37