Changeset 4607 for modules/branches
- Timestamp:
- 07/28/07 19:12:49 (6 years ago)
- Files:
-
- modules/branches/2.3/music/module.xml (modified) (1 diff)
- modules/branches/2.3/music/page.music.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/music/module.xml
r4546 r4607 2 2 <rawname>music</rawname> 3 3 <name>Music on Hold</name> 4 <version>1.5.1. 2</version>4 <version>1.5.1.3</version> 5 5 <candisable>no</candisable> 6 <canuninstall>no</canuninstall> 6 7 <type>setup</type> 7 8 <category>Internal Options & Configuration</category> 8 9 <description>Uploading and management of sound files (wav, mp3) to be used for on-hold music.</description> 9 10 <changelog> 11 *1.5.1.3* #1969 fix javascript validation, add canunninstall:no 10 12 *1.5.1.2* #2070 fix proper use of script tags 11 13 *1.5.1.1* added candisable = no for module admin modules/branches/2.3/music/page.music.php
r4077 r4607 228 228 function addcategory_onsubmit() { 229 229 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'); ?>"; 231 231 232 232 defaultEmptyOK = false;
