mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-10-29 09:02:21 +00:00
14 lines
570 B
PHP
14 lines
570 B
PHP
<dialog id="helpers-add" class="window-box new">
|
|
<h1>
|
|
<span class="new"><translate id="108">Helpers add</translate></span>
|
|
</h1>
|
|
<h2><translate id="109">Select helpers for install</translate></h2>
|
|
<form class="win" method="post" id="helpersAddSettings" onsubmit="return false;">
|
|
<div class="window-content"></div>
|
|
</form>
|
|
<div class="buttons">
|
|
<input type="button" value="<translate id="114">Add</translate>" class="new button ok-but" />
|
|
<input type="button" value="<translate id="73">Cancel</translate>" class="button red cancel-but" />
|
|
</div>
|
|
</dialog>
|