Changeset 552

Show
Ignore:
Timestamp:
07/27/05 15:40:17 (7 years ago)
Author:
rcourtna
Message:

fix for menus running off bottom of screen

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/AMP/amp_conf/htdocs/admin/ampusers.php

    r398 r552  
    200200      </table> 
    201201    </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  
    200200?> 
    201201 
    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  
    9999    border-left: 1px solid #2E78A7; 
    100100    border-bottom: 1px solid #2E78A7; 
    101     padding-left:5px; 
    102     padding-right:5px; 
     101    padding:5px; 
    103102} 
    104103 
     
    120119    border-left: 1px solid #2E78A7; 
    121120    border-bottom: 1px solid #2E78A7; 
    122     padding-left:5px; 
    123     padding-right:5px; 
     121    padding:5px; 
    124122} 
    125123 
  • trunk/AMP/amp_conf/htdocs/admin/config.php

    r540 r552  
    105105} 
    106106 
    107  
     107echo "<table width=\"100%\"><tr><td>"; 
    108108// show menu 
    109109echo "<div class=\"nav\">"; 
     
    199199 
    200200</div> 
    201 <?php echo str_repeat("<br />", 8);?> 
     201</td></tr></table> 
     202<?php echo str_repeat("<br />", 3);?> 
    202203<?php include 'footer.php' ?> 
  • trunk/AMP/amp_conf/htdocs/admin/devices.php

    r542 r552  
    357357 
    358358?> 
    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 
    367360 
    368361<?php 
  • trunk/AMP/amp_conf/htdocs/admin/did.php

    r542 r552  
    290290 
    291291?> 
    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  
    404404 
    405405 
    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  
    527527  </form> 
    528528   
    529 <?php  //Make sure the bottom border is low enuf 
    530 foreach ($routepriority as $tresult) { 
    531     echo "<br><br><br>"; 
    532 } 
  • trunk/AMP/amp_conf/htdocs/admin/trunks.php

    r360 r552  
    656656?> 
    657657 
    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  
    410410?> 
    411411 
    412 <br><br><br><br><br><br><br><br><br> 
    413 <?php //Make sure the bottom border is low enuf 
    414 if (isset($extens)) { 
    415   foreach ($extens as $exten) { 
    416     echo "<br><br>"; 
    417   } 
    418 } 
    419 ?>