Initial import.
[openemr.git] / interface / main / myadmin / tbl_properties.php
blobfa5cea790024920b17866756d515f36479497baf
1 <?php
2 /* $Id$ */
3 // vim: expandtab sw=4 ts=4 sts=4:
6 /**
7 * Runs common work
8 */
9 require('./tbl_properties_common.php');
10 $err_url = 'tbl_properties.php' . $err_url;
11 $url_query .= '&amp;goto=tbl_properties.php&amp;back=tbl_properties.php';
13 /**
14 * Top menu
16 require('./tbl_properties_table_info.php');
19 <ul>
21 <!-- TABLE WORK -->
22 <?php
23 /**
24 * Query box, bookmark, insert data from textfile
26 $goto = 'tbl_properties.php';
27 require('./tbl_query_box.php');
30 </ul>
32 <?php
34 /**
35 * Displays the footer
37 echo "\n";
38 require_once('./footer.inc.php');