Changeset 7149 for contributed_modules/modules
- Timestamp:
- 10/26/08 22:20:06 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/cidroute/page.cidroute.php
r7146 r7149 195 195 196 196 ?> 197 <tr><td colspan=2><span id="instructions">Select the destination for the CID Groups below, then update the CallerID Groups to suit. Note that changes happen <em>immediately</em> without a need for a reload. (PS: No, they don't)</span></td></tr>197 <tr><td colspan=2><span id="instructions">Select the destination for the CID Groups below, then update the CallerID Groups to suit. Note that changes to the routing happen as soon as you submit the form. There is no need for a standard reload.</span></td></tr> 198 198 <tr><td colspan=2><h5><?php echo _("Destination")?>:<hr></h5> 199 199 <input type="hidden" name="itemid" value="<? echo $itemid ?>"> … … 342 342 global $dispnum; 343 343 showHeader(); 344 } 345 ?> 344 345 print "<h2>Not implemented yet</h2>"; 346 347 } 348 ?>
