mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-12 05:48:40 +00:00
Fix api path
This commit is contained in:
parent
42f1749a54
commit
8a2c38a8ff
|
|
@ -13,7 +13,7 @@
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
<input type="radio" id="c-tab-1" name="tabular-2" checked>
|
<input type="radio" id="c-tab-1" name="tabular-2" checked>
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
<form id="fAccSelector" method="GET" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/admin/accgrp'); ?>">
|
<form id="fAccSelector" method="GET" action="<?= \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/api/admin/accgrp'); ?>">
|
||||||
<table class="layout wf-100">
|
<table class="layout wf-100">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td colspan="2"><label for="iSearchAcc">Search</label>
|
<tr><td colspan="2"><label for="iSearchAcc">Search</label>
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="radio" id="c-tab-2" name="tabular-2">
|
<input type="radio" id="c-tab-2" name="tabular-2">
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
<form id="fGrpSelector" method="GET" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/admin/accgrp'); ?>">
|
<form id="fGrpSelector" method="GET" action="<?= \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/api/admin/accgrp'); ?>">
|
||||||
<table class="layout wf-100">
|
<table class="layout wf-100">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td colspan="2"><label for="iSearchGrp">Search</label>
|
<tr><td colspan="2"><label for="iSearchGrp">Search</label>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user