mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-15 07:27:01 +02:00
major rewrite of the web interface
This commit is contained in:
12
webui/view/theme/default/templates/search/folder.tpl
Normal file
12
webui/view/theme/default/templates/search/folder.tpl
Normal file
@ -0,0 +1,12 @@
|
||||
<p style="text-align:left; font-weight: bold; "><?php print $text_folders; ?>:</p>
|
||||
|
||||
<div id="folders" style="text-align:left;">
|
||||
|
||||
<?php foreach ($folders as $folder) { ?>
|
||||
<input type="checkbox" id="folder_<?php print $folder['id']; ?>" name="folder_<?php print $folder['id']; ?>" /> <?php print $folder['name']; ?><br />
|
||||
|
||||
<?php } ?>
|
||||
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user