Changeset 4607 for modules/branches

Show
Ignore:
Timestamp:
07/28/07 19:12:49 (6 years ago)
Author:
p_lindheimer
Message:

#1969 fix javascript validation, add canunninstall:no

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/music/module.xml

    r4546 r4607  
    22  <rawname>music</rawname> 
    33  <name>Music on Hold</name> 
    4   <version>1.5.1.2</version> 
     4  <version>1.5.1.3</version> 
    55  <candisable>no</candisable> 
     6  <canuninstall>no</canuninstall> 
    67  <type>setup</type> 
    78  <category>Internal Options &amp; Configuration</category> 
    89  <description>Uploading and management of sound files (wav, mp3) to be used for on-hold music.</description> 
    910  <changelog> 
     11    *1.5.1.3* #1969 fix javascript validation, add canunninstall:no 
    1012    *1.5.1.2* #2070 fix proper use of script tags 
    1113    *1.5.1.1* added candisable = no for module admin 
  • modules/branches/2.3/music/page.music.php

    r4077 r4607  
    228228function addcategory_onsubmit() { 
    229229  var msgInvalidCategoryName = "<?php echo _('Please enter a valid Category Name'); ?>"; 
    230   var msgReservedCategoryName = "<?php echo _('Categories: "none" and "default" are reserved names. Please enter a different name'); ?>"; 
     230  var msgReservedCategoryName = "<?php echo _('Categories: \"none\" and \"default\" are reserved names. Please enter a different name'); ?>"; 
    231231 
    232232  defaultEmptyOK = false;