mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
do not output html page start/end
This commit is contained in:
parent
10dcf1b5ae
commit
4ff87c2e7a
|
@ -37,7 +37,7 @@ class SeedDMS_View_KeywordChooser extends SeedDMS_Bootstrap_Style {
|
||||||
$categories = $this->params['categories'];
|
$categories = $this->params['categories'];
|
||||||
$form = $this->params['form'];
|
$form = $this->params['form'];
|
||||||
|
|
||||||
$this->htmlStartPage(getMLText("use_default_keywords"));
|
// $this->htmlStartPage(getMLText("use_default_keywords"));
|
||||||
?>
|
?>
|
||||||
<script language="JavaScript">
|
<script language="JavaScript">
|
||||||
var targetObj = document.<?php echo $form ?>.keywords;
|
var targetObj = document.<?php echo $form ?>.keywords;
|
||||||
|
@ -196,7 +196,7 @@ myTA.focus();
|
||||||
</script>
|
</script>
|
||||||
<?php
|
<?php
|
||||||
// $this->htmlEndPage();
|
// $this->htmlEndPage();
|
||||||
echo "</body>\n</html>\n";
|
// echo "</body>\n</html>\n";
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user