mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-01-02 17:00:12 +01:00
857f5e549d
Change-Id: Ia098c7c2efcb9011e706012ee074e0c354bebded Signed-off-by: SJ <sj@acts.hu>
12 lines
348 B
Smarty
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>
|