mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-21 03:49:21 -04:00
The first incarnation of the developer tools. This allows the user to
enter a module name, a description and pick the call backs and or events they want to support and generate the basic module skeleton with one click. @todo: clone a module, clone a theme, generate skeleton controller, view,
This commit is contained in:
15
modules/developer/views/admin_developer.html.php
Normal file
15
modules/developer/views/admin_developer.html.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<?= html::script("modules/developer/js/developer.js") ?>
|
||||
<div id="gDeveloper">
|
||||
<h2>
|
||||
<?= t("Developer Tools") ?>
|
||||
</h2>
|
||||
<div id="gDeveloperTools">
|
||||
<ul>
|
||||
<li><a href="#create-module"><span><?= t("Create new module") ?></span></a></li>
|
||||
</ul>
|
||||
<div id="#create-module">
|
||||
<?= $module_create ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user