Results 1 to 2 of 2

Thread: Customize popup - Duration

  1. #1
    schomke is offline Junior Member
    Join Date
    Jul 2010
    Posts
    1

    Default Customize popup - Duration

    Hi all.

    I'm using SugarCRM 5.1.0 CE. When creating schedule meeting and give Duration 0 (zero) popup window is showed: Duration time must be greter than 0. How I can change this message???

    Thanks...

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Customize popup - Duration

    You need to create an extended language for both Calls and Meetings and redefine label for "NOTICE_DURATION_TIME":

    For Calls
    custom/Extension/modules/Calls/Ext/Language/en_us.somescript.php
    PHP Code:
    <?php
    $mod_strings
    ['NOTICE_DURATION_TIME'] = 'Some text';
    ?>
    Obviously create the folders and file if they don´t exist.

    Go to Admin -> Repair -> Rebuild Extensions

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Customize popup
    By giacomo.cosenza in forum Developer Help
    Replies: 5
    Last Post: 2010-03-31, 09:51 PM
  2. Customize Accounts Popup
    By redpillsweden in forum Developer Help
    Replies: 2
    Last Post: 2008-05-07, 07:00 AM
  3. Sauvegarde et popup customizé
    By sanocli in forum Français
    Replies: 0
    Last Post: 2007-06-15, 07:39 AM
  4. How to customize popup.
    By yuri.gelman in forum Developer Help
    Replies: 4
    Last Post: 2007-03-28, 07:56 PM
  5. Customize Popup Picker ?
    By starace in forum Help
    Replies: 0
    Last Post: 2005-09-27, 04:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •