mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-04 02:08:41 +00:00
23 lines
1.2 KiB
PHP
23 lines
1.2 KiB
PHP
<template id="acc-grp-tpl">
|
|
<section id="acc-grp" class="box w-50" style="z-index: 9; position: absolute; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%, -50%);">
|
|
<header><h1><?= $this->l11n->lang['Profile']['Account/Group']; ?></h1></header>
|
|
|
|
<div class="inner">
|
|
<form id="fAccGrp" method="GET" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/admin/accgrp'); ?>">
|
|
<table class="layout wf-100">
|
|
<tbody>
|
|
<tr><td colspan="2"><label for="iReceiver">Search</label>
|
|
<tr><td><input type="text" id="iDue" name="due" value=""><td>
|
|
<tr><td colspan="2">
|
|
<table class="table">
|
|
<thead>
|
|
<tr><th>ID<th>Name<th>Address<th>City<th>Zip<th>Country
|
|
<tbody>
|
|
<tfoot>
|
|
</table>
|
|
<tr><td colspan="2"><input type="submit" value="<?= $this->l11n->lang[0]['Search']; ?>"><input type="hidden" name="type" value="<?= \Modules\Tasks\Models\TaskType::SINGLE; ?>">
|
|
</table>
|
|
</form>
|
|
</div>
|
|
</section>
|
|
</template>
|