mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
First iteration of the organize functionality (orginally called bulk
edit). There is limited functionality in no edits work. This is primary a chance for the team to review the ui. It is in a separate module to isolate the changes. Eventually, it will be moved back into core.
This commit is contained in:
4
modules/organize/views/organize_tree.html.php
Normal file
4
modules/organize/views/organize_tree.html.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<? foreach ($children as $i => $child): ?>
|
||||
<? endforeach ?>
|
||||
|
||||
Reference in New Issue
Block a user