mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 01:09:19 -04:00
Apply gModuleStatus to server add status message.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
</h2>
|
||||
<div id="gAuthorizedPath">
|
||||
<h3><?= t("Authorized Paths") ?></h3>
|
||||
<ul id="gMessage"<? if (!empty($paths)): ?> style="display: none;"<? endif ?>>
|
||||
<li class="gInfo"><?= t("No Authorized image source paths defined yet") ?></li>
|
||||
<ul<? if (!empty($paths)): ?> style="display: none;"<? endif ?>>
|
||||
<li class="gModuleStatus gInfo"><?= t("No Authorized image source paths defined yet") ?></li>
|
||||
</ul>
|
||||
<ul id="gPathList">
|
||||
<? foreach ($paths as $id => $path): ?>
|
||||
|
||||
Reference in New Issue
Block a user