This commit is contained in:
olevole
2017-03-23 16:50:22 +03:00
parent e3b714ade9
commit 5e86458e9d
705 changed files with 2547 additions and 140506 deletions

View File

@@ -0,0 +1,13 @@
<dialog id="helpers-add" class="window-box new">
<h1>
<span class="new"><?php echo $this->translate('Helpers add');?></span>
</h1>
<h2><?php echo $this->translate('Select helpers for install');?></h2>
<form class="win" method="post" id="helpersAddSettings" onsubmit="return false;">
<div class="window-content"></div>
</form>
<div class="buttons">
<input type="button" value="<?php echo $this->translate('Add');?>" class="new button ok-but" />
<input type="button" value="<?php echo $this->translate('Cancel');?>" class="button red cancel-but" />
</div>
</dialog>