mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
Merge branch 'master' of git://github.com/gallery/gallery3
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<?= $theme->css("jquery.autocomplete.css") ?>
|
||||
<?= $theme->script("jquery.autocomplete.js") ?>
|
||||
<script type="text/javascript">
|
||||
$("document").ready(function() {
|
||||
$("form input[name=embed_path]").autocomplete(
|
||||
"<?= url::site("__ARGS__") ?>".replace("__ARGS__", "admin/g2_import/autocomplete"),
|
||||
{
|
||||
max: 256,
|
||||
loadingClass: "g-loading-small",
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<div id="g-admin-g2-import" class="g-block">
|
||||
<h1> <?= t("Gallery 2 import") ?> </h1>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user