mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fix for stupid loop
This commit is contained in:
parent
eb6864f942
commit
03742bc483
2 changed files with 7 additions and 2 deletions
|
@ -257,3 +257,6 @@ code/web/public_php/db_version_tool
|
||||||
code/web/public_php/db_version_web
|
code/web/public_php/db_version_web
|
||||||
code/web/public_php/role_service
|
code/web/public_php/role_service
|
||||||
code/web/public_php/role_support
|
code/web/public_php/role_support
|
||||||
|
code/web/public_php/role_domain
|
||||||
|
code/web/public_php/db_version_ring
|
||||||
|
code/web/public_php/config_user.php
|
||||||
|
|
|
@ -194,6 +194,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
{if isset($hook_info['Domain_Management']['domains'][0])}
|
||||||
{foreach from=$hook_info['Domain_Management']['domains'] item=array}
|
{foreach from=$hook_info['Domain_Management']['domains'] item=array}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{$array['domain_id']}</td>
|
<td>{$array['domain_id']}</td>
|
||||||
|
@ -203,6 +204,7 @@
|
||||||
<td>{$array['description']|truncate}</td>
|
<td>{$array['description']|truncate}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
{/if}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Reference in a new issue