mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-21 11:58:40 +00:00
Fix api path
This commit is contained in:
parent
42f1749a54
commit
8a2c38a8ff
|
|
@ -13,7 +13,7 @@
|
|||
<div class="tab-content">
|
||||
<input type="radio" id="c-tab-1" name="tabular-2" checked>
|
||||
<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">
|
||||
<tbody>
|
||||
<tr><td colspan="2"><label for="iSearchAcc">Search</label>
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
</div>
|
||||
<input type="radio" id="c-tab-2" name="tabular-2">
|
||||
<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">
|
||||
<tbody>
|
||||
<tr><td colspan="2"><label for="iSearchGrp">Search</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user