piler/webui/view/theme/default/templates/search/folder.tpl
SJ 857f5e549d gui: folder search improvements
Change-Id: Ia098c7c2efcb9011e706012ee074e0c354bebded
Signed-off-by: SJ <sj@acts.hu>
2017-05-16 21:47:24 +02:00

12 lines
348 B
Smarty

<p class="bold"><?php print $text_folders; ?>:</p>
<div id="folders">
<?php while(list($k,$v) = each($folders)) { ?>
<div>
<label class="folderlabel"><input type="checkbox" id="folder_<?php print $v; ?>" name="folder_<?php print $v; ?>" style="margin:0;" class="foldercheckbox" /> <?php print $k; ?></label>
</div>
<?php } ?>
</div>