phpBMS

Changeset 672 for trunk/phpbms/modules

Show
Ignore:
Timestamp:
10/26/09 14:08:14 (3 years ago)
Author:
nate
Message:
  • Fixed typos as per the patch in ticket #369.
Location:
trunk/phpbms/modules
Files:
8 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/base/general_import.php

    r592 r672  
    154154                                        </p> 
    155155                                        <p> 
    156                                                 Delimeters are commas (,) and enclosures are double-quotes (").  If you 
     156                                                Delimiters are commas (,) and enclosures are double-quotes (").  If you 
    157157                                                wish to escape a double-quote character inside of an enclosure, add another 
    158158                                                double-quote character (e.g ...,"Benny ""The Jet"" Rodriguez",...), or with 
  • trunk/phpbms/modules/base/include/widgets.php

    r579 r672  
    7878                        if(isset($variables["title"])){ 
    7979                                if($variables["title"] === "" || $variables["title"] === NULL) 
    80                                         $this->verifyErrors[] = "The `title` field must be not be blank."; 
     80                                        $this->verifyErrors[] = "The `title` field must not be blank."; 
    8181                        }else 
    8282                                $this->verifyErrors[] = "The `title` field must be set."; 
     
    8484                        if(isset($variables["file"])){ 
    8585                                if($variables["file"] === "" || $variables["file"] === NULL) 
    86                                         $this->verifyErrors[] = "The `file` field must be not be blank."; 
     86                                        $this->verifyErrors[] = "The `file` field must not be blank."; 
    8787                        }else 
    8888                                $this->verifyErrors[] = "The `file` field must be set."; 
  • trunk/phpbms/modules/base/tabledefs_addedit.php

    r646 r672  
    203203                                <?php $theform->showField("importfile") ?><br /> 
    204204                                <span class="notes">file name, including path from application root, that is used for importing records. If none 
    205                                 is specfied, the general import for the table def will be used.  This may not always result in accurate imports for 
     205                                is specified, the general import for the table def will be used.  This may not always result in accurate imports for 
    206206                                the more complicated table definitions.</span> 
    207207                        </p> 
     
    241241                        <div id="defaultQuickSearch" <?php if($therecord["defaultsearchtype"]=="") echo "style=\"display:none;\""?>> 
    242242                                <p> 
    243                                         <label for="defaultcriteriafindoptions">critera: selected find option</label> <span class="notes">(quick search)</span><br/> 
     243                                        <label for="defaultcriteriafindoptions">criteria: selected find option</label> <span class="notes">(quick search)</span><br/> 
    244244                                        <textarea id="defaultcriteriafindoptions" name="defaultcriteriafindoptions" cols="32" rows="2"><?php echo htmlQuotes($therecord["defaultcriteriafindoptions"])?></textarea> 
    245245 
  • trunk/phpbms/modules/base/users_addedit.php

    r638 r672  
    123123                <p class="notes"> 
    124124                        user accounts marked as portal access cannot login to phpBMS, but are used by external applications 
    125                         when creating/modifiying information from outside the application for recording purposes. 
     125                        when creating/modifying information from outside the application for recording purposes. 
    126126                </p> 
    127127        </fieldset> 
  • trunk/phpbms/modules/base/widgets/workload/class.php

    r572 r672  
    253253                                                        <p><?php echo $bottomInfo ?></p> 
    254254 
    255                                                 <? }//endif ?> 
     255                                                <?php }//endif ?> 
    256256                                        </div> 
    257257 
  • trunk/phpbms/modules/bms/clients_import.php

    r575 r672  
    175175                                        </p> 
    176176                                        <p> 
    177                                                 Delimeters are commas (,) and enclosures are double-quotes (").  If you 
     177                                                Delimiters are commas (,) and enclosures are double-quotes (").  If you 
    178178                                                wish to escape a double-quote character inside of an enclosure, add another 
    179179                                                double-quote character (e.g ...,"Benny ""The Jet"" Rodriguez",...), or with 
     
    195195                                        </p> 
    196196                                        <p> 
    197                                                 Delimeters are commas (,) and enclosures are double-quotes ("). <span class="notes" >(This 
     197                                                Delimiters are commas (,) and enclosures are double-quotes ("). <span class="notes" >(This 
    198198                                                is done by default by Sugar CRM)</span> If you wish to escape a double-quote character 
    199199                                                inside of an enclosure, add another double-quote character (e.g ...,"Benny 
  • trunk/phpbms/modules/bms/include/receipts.php

    r657 r672  
    407407 
    408408                                if(!in_array(((string)$variables["paymentmethodid"]),$this->_availablePaymentMethodUUIDs)) 
    409                                         $this->verifyErrors[] = "The `paymentmethod` field does not give an existing/accpetable payment method uuid."; 
     409                                        $this->verifyErrors[] = "The `paymentmethod` field does not give an existing/acceptable payment method uuid."; 
    410410 
    411411                        }else 
  • trunk/phpbms/modules/sample/include/sampletable.php

    r621 r672  
    77        that helps in the above functions, or with display. 
    88 
    9         This sample will show you how to do some basic overides. 
    10         Remember to instantiate the overrided class on the add/edit page. 
     9        This sample will show you how to do some basic overrides. 
     10        Remember to instantiate the overridden class on the add/edit page. 
    1111 
    1212 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.