From c89221db2facb0d5ab8888179874900ee477c5e6 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 5 Feb 2002 11:58:04 +0000 Subject: - all *.html documents were renamed to *.php (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@311 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/tr_comments.php | 46 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 frontends/php/tr_comments.php (limited to 'frontends/php/tr_comments.php') diff --git a/frontends/php/tr_comments.php b/frontends/php/tr_comments.php new file mode 100644 index 00000000..c8e95c55 --- /dev/null +++ b/frontends/php/tr_comments.php @@ -0,0 +1,46 @@ + + +"; +?> + + + + + +"; + echo ""; + echo "Comments"; + show_table2_h_delimiter(); + echo ""; + + show_table2_v_delimiter2(); + echo ""; + + show_table2_header_end(); +?> + + -- cgit