diff options
Diffstat (limited to 'core/views/welcome.html.php')
| -rw-r--r-- | core/views/welcome.html.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 47d9bd84..c8352592 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -148,11 +148,18 @@ margin-left: -1.5em; list-style-type: none; } + + .gHide { + display: none; + } </style> <?= html::script("lib/jquery.js") ?> <?= html::script("lib/jquery.form.js") ?> <?= html::script("lib/jquery.cookie.js") ?> <?= html::script("lib/jquery.MultiFile.js") ?> + <? if (class_exists("local_import_block")): ?> + <?= local_import_block::head(null) ?> + <? endif ?> <? if (class_exists("rearrange_block")): ?> <?= rearrange_block::head(null) ?> <? endif ?> @@ -257,6 +264,10 @@ </p> <?= $add_photo_html ?> <fieldset> + <legend>Local Server Import Admininstration</legend> + <?= $local_import_html ?> + </fieldset> + <fieldset> <legend>Server Side Photos</legend> <form method="post" action="<?= url::site("welcome/add_photos") ?>"> <input type="submit" value="upload"/> |
