Files
awo-hamburg-intranet/module/ticketcenter/views/settings/settings_cardform.inc.php
Jan Usenko 52ca9249c3 Refactor contact management functions and remove phpinfo.php
- Updated formatting and structure of functions in edit_contact.inc.php for better readability and consistency.
- Added comments to clarify the purpose of certain code sections, especially regarding mandant handling.
- Removed the deprecated phpinfo.php file to clean up the codebase.
2026-05-11 08:54:44 +02:00

11 lines
231 B
PHP

<div id="mainContent">
<h1><?php echo get_translation('Einstellungen'); ?></h1>
<form id="<?= $formname ?>" name="<?= $formname ?>" method="post">
<? selectContact($input_category['id']) ?>
</form>
</div>