meraproject/module/ui/input/submit/views/ms.php
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

6 lines
232 B
PHP

<?
use ui\input\Input;
echo '
<div data-input="submit">
<button type="submit" class="btn submit ' . $this->options[Input::CSS_CLASS] . '" name="' . $this->name . '" value="' . $this->value . '">' . $this->label . '</button>
</div>';