Changeset 552
- Timestamp:
- 07/27/05 15:40:17 (7 years ago)
- Files:
-
- trunk/AMP/amp_conf/htdocs/admin/ampusers.php (modified) (1 diff)
- trunk/AMP/amp_conf/htdocs/admin/callgroups.php (modified) (1 diff)
- trunk/AMP/amp_conf/htdocs/admin/common/mainstyle.css (modified) (2 diffs)
- trunk/AMP/amp_conf/htdocs/admin/config.php (modified) (2 diffs)
- trunk/AMP/amp_conf/htdocs/admin/devices.php (modified) (1 diff)
- trunk/AMP/amp_conf/htdocs/admin/did.php (modified) (1 diff)
- trunk/AMP/amp_conf/htdocs/admin/queues.php (modified) (1 diff)
- trunk/AMP/amp_conf/htdocs/admin/routing.php (modified) (1 diff)
- trunk/AMP/amp_conf/htdocs/admin/trunks.php (modified) (1 diff)
- trunk/AMP/amp_conf/htdocs/admin/users.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/AMP/amp_conf/htdocs/admin/ampusers.php
r398 r552 200 200 </table> 201 201 </form> 202 203 <?php //Make sure the bottom border is low enuf 204 foreach ($tresults as $tresult) { 205 echo "<br><br><br>"; 206 } 202 trunk/AMP/amp_conf/htdocs/admin/callgroups.php
r519 r552 200 200 ?> 201 201 202 <?php //Make sure the bottom border is low enuf 203 if (isset($queues)) { 204 foreach ($gresults as $gresult) { 205 echo "<br>"; 206 } 207 } 208 ?> 209 210 211 212 202 203 204 205 trunk/AMP/amp_conf/htdocs/admin/common/mainstyle.css
r551 r552 99 99 border-left: 1px solid #2E78A7; 100 100 border-bottom: 1px solid #2E78A7; 101 padding-left:5px; 102 padding-right:5px; 101 padding:5px; 103 102 } 104 103 … … 120 119 border-left: 1px solid #2E78A7; 121 120 border-bottom: 1px solid #2E78A7; 122 padding-left:5px; 123 padding-right:5px; 121 padding:5px; 124 122 } 125 123 trunk/AMP/amp_conf/htdocs/admin/config.php
r540 r552 105 105 } 106 106 107 107 echo "<table width=\"100%\"><tr><td>"; 108 108 // show menu 109 109 echo "<div class=\"nav\">"; … … 199 199 200 200 </div> 201 <?php echo str_repeat("<br />", 8);?> 201 </td></tr></table> 202 <?php echo str_repeat("<br />", 3);?> 202 203 <?php include 'footer.php' ?> trunk/AMP/amp_conf/htdocs/admin/devices.php
r542 r552 357 357 358 358 ?> 359 <br><br><br><br><br><br><br><br><br> 360 <?php //Make sure the bottom border is low enuf 361 if (isset($dresults)) { 362 foreach ($dresults as $dresult) { 363 echo "<br><br>"; 364 } 365 } 366 ?> 359 367 360 368 361 <?php trunk/AMP/amp_conf/htdocs/admin/did.php
r542 r552 290 290 291 291 ?> 292 <br><br><br><br><br><br><br><br><br> 293 <?php //Make sure the bottom border is low enuf 294 if (isset($dresults)) { 295 foreach ($dresults as $dresult) { 296 echo "<br><br>"; 297 } 298 } 299 ?> 300 301 302 303 292 293 294 295 296 trunk/AMP/amp_conf/htdocs/admin/queues.php
r474 r552 404 404 405 405 406 <?php //Make sure the bottom border is low enuf 407 str_repeat('<br />',count($queues)); 408 ?> 409 410 411 412 406 407 408 trunk/AMP/amp_conf/htdocs/admin/routing.php
r548 r552 527 527 </form> 528 528 529 <?php //Make sure the bottom border is low enuf530 foreach ($routepriority as $tresult) {531 echo "<br><br><br>";532 }trunk/AMP/amp_conf/htdocs/admin/trunks.php
r360 r552 656 656 ?> 657 657 658 659 <?php //Make sure the bottom border is low enuf 660 foreach ($tresults as $tresult) { 661 echo "<br><br><br>"; 662 } 658 trunk/AMP/amp_conf/htdocs/admin/users.php
r542 r552 410 410 ?> 411 411 412 <br><br><br><br><br><br><br><br><br>413 <?php //Make sure the bottom border is low enuf414 if (isset($extens)) {415 foreach ($extens as $exten) {416 echo "<br><br>";417 }418 }419 ?>
