Apply gModuleStatus to server add status message.

This commit is contained in:
Chad Kieffer
2009-09-30 22:48:05 -06:00
parent 8f3691d502
commit 1f02c1ef6e

View File

@@ -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): ?>