Changeset 1045
- Timestamp:
- 09/17/08 18:17:44 (4 months ago)
- Files:
-
- trunk/customer/A2B_entity_callerid.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/customer/A2B_entity_callerid.php
r1042 r1045 88 88 <tr class="bgcolor_001" > 89 89 <td align="center" valign="middle"> 90 <b><i> <?php echo gettext("You are not allowed to add more CallerID. Remove one if you are willing to use an other CallerID.");?> </i> </b> 90 <b><i> <?php echo gettext("You are not allowed to add more CallerID."); 91 echo "<br/>"; 92 echo gettext("Remove one if you are willing to use an other CallerID.");?> </i> </b> 91 93 <br/> 92 94 <?php echo gettext("Max CallerId");?> : <?php echo $A2B->config["webcustomerui"]['limit_callerid'] ?>
