mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +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'];
|
||||
$form = $this->params['form'];
|
||||
|
||||
$this->htmlStartPage(getMLText("use_default_keywords"));
|
||||
// $this->htmlStartPage(getMLText("use_default_keywords"));
|
||||
?>
|
||||
<script language="JavaScript">
|
||||
var targetObj = document.<?php echo $form ?>.keywords;
|
||||
|
@ -196,7 +196,7 @@ myTA.focus();
|
|||
</script>
|
||||
<?php
|
||||
// $this->htmlEndPage();
|
||||
echo "</body>\n</html>\n";
|
||||
// echo "</body>\n</html>\n";
|
||||
} /* }}} */
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user