Changeset 3529 for modules

Show
Ignore:
Timestamp:
01/04/07 00:03:45 (6 years ago)
Author:
qldrob
Message:

Merged revisions 3527-3528 via svnmerge from
https://amportal.svn.sourceforge.net/svnroot/amportal/modules/branches/2.2

........

r3527 | qldrob | 2007-01-04 14:52:10 +1000 (Thu, 04 Jan 2007) | 2 lines


Bit more formatting cleanup, looks better now.

........

r3528 | qldrob | 2007-01-04 14:54:49 +1000 (Thu, 04 Jan 2007) | 1 line


Module Publish Script: miscdests 1.3.3

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3

    • Property svnmerge-integrated changed from /modules/branches/2.2:1-3329,3355-3356,3359-3360,3385-3386,3440,3465,3469,3474,3485 to /modules/branches/2.2:1-3329,3355-3356,3359-3360,3385-3386,3440,3465,3469,3474,3485,3527-3528
  • modules/branches/2.3/miscdests/module.xml

    r3387 r3529  
    22  <rawname>miscdests</rawname> 
    33  <name>Misc Destinations</name> 
    4   <version>1.3.1</version> 
     4  <version>1.3.3</version> 
    55  <type>setup</type> 
    66  <category>Inbound Call Control</category> 
    77  <description>Allows creating destinations that dial any local number (extensions, feature codes, outside phone numbers) that can be used by other modules (eg, IVR, time conditions) as a call destination.</description> 
    88  <changelog> 
     9    *1.3.3* Minor formatting changes 
     10    *1.3.2* Add he_IL translation 
    911    *1.3.1* Updated help text 
    1012    *1.3* First release for FreePBX 2.2 - Fixed GUI issues 
     
    1315    <miscdests>Misc Destinations</miscdests> 
    1416  </menuitems> 
    15   <location>release/2.2/miscdests-1.3.1.tgz</location> 
     17  <location>release/2.2/miscdests-1.3.3.tgz</location> 
    1618  <info>http://aussievoip.com.au/wiki/freePBX-MiscDests</info> 
    1719  <md5sum>8315cd64cafe01da12372bcef02a7bb3</md5sum> 
  • modules/branches/2.3/miscdests/page.miscdests.php

    r3387 r3529  
    9696 
    9797$helptext = _("Misc Destinations are for adding destinations that can be used by other freePBX modules, generally used to route incoming calls. If you want to create feature codes that can be dialed by internal users and go to various destinations, please see the <strong>Misc Applications</strong> module."); 
    98 echo "<p>".$helptext."</p>\n"; 
    9998 
    10099 
     
    103102  <h2><?php echo _("Misc Destination:")." ". $description; ?></h2> 
    104103  <p><a href="<?php echo $delURL ?>"><?php echo _("Delete Misc Destination")?> '<?php echo $description; ?>'</a></p> 
    105 <?php   } else { ?> 
     104<?php   } else {  
     105      echo "<h2>"._("Misc Destinations")."</h2>"; 
     106      echo "<p>".$helptext."</p>\n"; ?> 
    106107  <h2><?php echo _("Add Misc Destination"); ?></h2> 
    107108<?php   }