summaryrefslogtreecommitdiffstats
path: root/frontends/php/instal.php
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-11 10:12:52 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-11 10:12:52 +0000
commitd546e8f30a69686cea202d488abe31f9970d14cc (patch)
treeed353ba81048d810429a1cab52f8c9332aee1a25 /frontends/php/instal.php
parente6e07c8326c0082b8edf4924c166aaadbd99cdef (diff)
downloadzabbix-d546e8f30a69686cea202d488abe31f9970d14cc.tar.gz
zabbix-d546e8f30a69686cea202d488abe31f9970d14cc.tar.xz
zabbix-d546e8f30a69686cea202d488abe31f9970d14cc.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@3585 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/instal.php')
-rw-r--r--frontends/php/instal.php16
1 files changed, 2 insertions, 14 deletions
diff --git a/frontends/php/instal.php b/frontends/php/instal.php
index 9a183205..4ffe82e7 100644
--- a/frontends/php/instal.php
+++ b/frontends/php/instal.php
@@ -54,26 +54,14 @@ include_once "include/page_header.php"
$form->AddRow(
array(bold(S_NEW_INSTALLATION_BIG),BR,BR,
bold(S_DESCRIPTION),BR,
- 'todo todo todo todo todo ',
- 'todo todo todo todo todo ',
- 'todo todo todo todo todo ',BR,
- 'todo todo todo todo todo ',
- 'todo todo todo todo todo ',BR,
- 'todo todo todo todo todo ',
- 'todo todo todo todo todo ',
+ 'Not implemented yet!',
BR,BR,BR
),
new CButton('install',S_NEW_INSTALLATION));
$form->AddRow(
array(bold(S_UPDATE_BIG),BR,BR,
bold(S_DESCRIPTION),BR,
- 'todo todo todo todo todo ',
- 'todo todo todo todo todo ',
- 'todo todo todo todo todo ',BR,
- 'todo todo todo todo todo ',BR,
- 'todo todo todo todo todo ',
- 'todo todo todo todo todo ',BR,
- 'todo todo todo todo todo ',
+ 'Not implemented yet!',
BR,BR,BR
),
new CButton('update',S_UPDATE));