mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
place submit button outside of contentContainer
This commit is contained in:
parent
585fa964d5
commit
b5116e3c1b
|
@ -78,7 +78,6 @@ $(document).ready(function() {
|
||||||
$this->pageNavigation("", "calendar");
|
$this->pageNavigation("", "calendar");
|
||||||
|
|
||||||
$this->contentHeading(getMLText("add_event"));
|
$this->contentHeading(getMLText("add_event"));
|
||||||
$this->contentContainerStart();
|
|
||||||
|
|
||||||
$expdate = getReadableDate();
|
$expdate = getReadableDate();
|
||||||
?>
|
?>
|
||||||
|
@ -87,6 +86,7 @@ $(document).ready(function() {
|
||||||
<?php echo createHiddenFieldWithKey('addevent'); ?>
|
<?php echo createHiddenFieldWithKey('addevent'); ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
$this->contentContainerStart();
|
||||||
$this->formField(
|
$this->formField(
|
||||||
getMLText("from"),
|
getMLText("from"),
|
||||||
$this->getDateChooser($expdate, "from", $this->params['session']->getLanguage())
|
$this->getDateChooser($expdate, "from", $this->params['session']->getLanguage())
|
||||||
|
@ -114,13 +114,13 @@ $(document).ready(function() {
|
||||||
'cols'=>80
|
'cols'=>80
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
$this->contentContainerEnd();
|
||||||
$this->formSubmit(getMLText('add_event'));
|
$this->formSubmit(getMLText('add_event'));
|
||||||
?>
|
?>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$this->contentContainerEnd();
|
|
||||||
$this->contentEnd();
|
$this->contentEnd();
|
||||||
$this->htmlEndPage();
|
$this->htmlEndPage();
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user