summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 613219e6..c5bba099 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -3462,8 +3462,8 @@ include_once 'include/discovery.inc.php';
$frmScr->AddItemToBottomRow(new CButton("save",S_SAVE));
if(isset($_REQUEST["screenid"]))
{
- $frmScr->AddItemToBottomRow(SPACE);
- $frmScr->AddItemToBottomRow(new CButton('clone',S_CLONE));
+ /* $frmScr->AddItemToBottomRow(SPACE);
+ $frmScr->AddItemToBottomRow(new CButton('clone',S_CLONE)); !!! TODO */
$frmScr->AddItemToBottomRow(SPACE);
$frmScr->AddItemToBottomRow(new CButtonDelete(S_DELETE_SCREEN_Q,
url_param("form").url_param("screenid")));