Show
Ignore:
Timestamp:
11/28/06 15:23:12 (6 years ago)
Author:
p_lindheimer
Message:

#1459: Add tool tip for Group Description

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/ringgroups/module.xml

    r3181 r3233  
    22  <rawname>ringgroups</rawname> 
    33  <name>Ring Groups</name> 
    4   <version>2.2.6</version> 
     4  <version>2.2.7</version> 
    55  <type>setup</type> 
    66  <category>Inbound Call Control</category> 
     
    99  </description> 
    1010  <changelog> 
     11    *2.2.7* Add tool tip for Group Description (#1459) 
    1112    *2.2.6* Add NODEST so that destination (often vm) is not taken if called from queue or ringgroup and such is honored for childeren 
    1213    *2.2.5* Modified flyover help - since moh works with confirmation now 
  • modules/branches/2.2/ringgroups/page.ringgroups.php

    r3204 r3233  
    172172      </tr> 
    173173      <tr> 
    174        <td> <a href="#" class="info"><?php echo _("Group Description:")?></td> 
     174        <td> <a href="#" class="info"><?php echo _("Group Description:")?>:<span><?php echo _("Provide a descriptive title for this Ring Group.")?></span></a></td> 
    175175        <td><input size="20" maxlength="35" type="text" name="description" value="<?php echo htmlspecialchars($description); ?>"></td> 
    176176      </tr>