mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-18 02:48:41 +00:00
Fix api path
This commit is contained in:
parent
908253b00d
commit
57db2af839
|
|
@ -24,7 +24,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<section class="box wf-100">
|
<section class="box wf-100">
|
||||||
<header><h1><?= $this->getText('Event') ?></h1></header>
|
<header><h1><?= $this->getText('Event') ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/reporter/template'); ?>" method="post">
|
<form action="<?= \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/api/reporter/template'); ?>" method="post">
|
||||||
<table class="layout wf-100">
|
<table class="layout wf-100">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td colspan="2"><label for="iTitle"><?= $this->getText('Type') ?></label>
|
<tr><td colspan="2"><label for="iTitle"><?= $this->getText('Type') ?></label>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<section class="box wf-100">
|
<section class="box wf-100">
|
||||||
<header><h1><?= $this->getText('Promotion') ?></h1></header>
|
<header><h1><?= $this->getText('Promotion') ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/reporter/template'); ?>" method="post">
|
<form action="<?= \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/api/reporter/template'); ?>" method="post">
|
||||||
<table class="layout wf-100">
|
<table class="layout wf-100">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td colspan="2"><label for="iTitle"><?= $this->getText('Type') ?></label>
|
<tr><td colspan="2"><label for="iTitle"><?= $this->getText('Type') ?></label>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user