Changeset 7720

Show
Ignore:
Timestamp:
05/10/09 03:02:07 (3 years ago)
Author:
wiseoldowl
Message:

Changed font size and color on empty redirect field error message to make it more obvious

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • contributed_modules/modules/routepermissions/module.xml

    r7719 r7720  
    22  <rawname>routepermissions</rawname> 
    33  <name>Outbound Route Permissions</name> 
    4   <version>0.3.2.2</version> 
     4  <version>0.3.2.3</version> 
    55  <candisable>yes</candisable> 
    66  <canuninstall>yes</canuninstall> 
    77  <changelog> 
     8    *0.3.2.3* Changed font size and color on empty redirect field error message to make it more obvious 
    89    *0.3.2.2* If redirect selected make sure redirect field is not empty or whitespace only 
    910    *0.3.2.1* Minor changes to instructions on main page 
     
    1718    Allows you to block access to various routes, on a per-extension basis. Note that this module requires a database to be available AT ALL TIMES. 
    1819  </description> 
     20  <info>http://www.freepbx.org/support/documentation/module-documentation/third-party-unsupported-modules/outbound-route-permission</info> 
    1921  <menuitems> 
    2022                <routepermissions>Outbound Permissions</routepermissions> 
    21         </menuitems> 
     23 </menuitems> 
    2224  <type>setup</type> 
    2325  <category>Outbound Call Control</category> 
  • contributed_modules/modules/routepermissions/page.routepermissions.php

    r7719 r7720  
    5959          rp_redir($route, $_REQUEST["range_$route"], $redir); 
    6060        } else { 
    61           print "<h4>Redirect selected but redirect prefix missing for route $route - no action taken</h4>\n"; 
     61          print "<h3><font color=#FF0000>Redirect selected but redirect prefix missing for route $route - no action taken</font></h3>\n"; 
    6262        } 
    6363      }