| | 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. |  | 
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 | | | [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.
| 
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 | | | 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. | 
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 | | | Re: Modify the contacts screen Quote:
Originally Posted by satya_m 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. | 
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 | | | 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. | 
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 | | | 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 | 
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 | | | Re: Modify the contacts screen I changed the field label as u suggest, but it is showing the field label as *field.customer/xid instead of customerID.Please tell me the how to change the label. | 
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 | | | 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. |  | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | |
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 | |