mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-22 17:29:57 -04:00
Put in a placeholder link to click on if there's no value for a setting.
This commit is contained in:
@@ -25,7 +25,11 @@
|
||||
<a href="<?= url::site("admin/advanced_settings/edit/$var->module_name/" . p::clean($var->name)) ?>"
|
||||
class="gDialogLink"
|
||||
title="<?= t("Edit %var (%module_name)", array("var" => p::clean($var->name), "module_name" => $var->module_name)) ?>">
|
||||
<? if ($var->value): ?>
|
||||
<?= p::clean($var->value) ?>
|
||||
<? else: ?>
|
||||
<i> <?= t("empty") ?> </i>
|
||||
<? endif ?>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user