diff options
Diffstat (limited to 'frontends/php/sysmaps.php')
| -rw-r--r-- | frontends/php/sysmaps.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/sysmaps.php b/frontends/php/sysmaps.php index d377673d..fbf3fb53 100644 --- a/frontends/php/sysmaps.php +++ b/frontends/php/sysmaps.php @@ -104,16 +104,17 @@ $form = new CForm(); $form->AddItem(new CButton("form",S_CREATE_MAP)); show_header2(S_CONFIGURATION_OF_NETWORK_MAPS, $form); + echo BR; ?> <?php if(isset($_REQUEST["form"])) { - echo BR; insert_map_form(); } else { + show_header2(S_MAPS_BIG); $table = new CTableInfo(S_NO_MAPS_DEFINED); $table->setHeader(array(S_ID,S_NAME,S_WIDTH,S_HEIGHT,S_MAP)); |
