Show notes to subscriptions list on the dashboard
This commit is contained in:
@@ -124,6 +124,18 @@
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<?php
|
||||
if ($subscription['notes'] != "") {
|
||||
?>
|
||||
<div class="subscription-notes">
|
||||
<span class="notes">
|
||||
<img src="images/siteicons/notes.png" alt="<?= translate('notes', $i18n) ?>" />
|
||||
<?= $subscription['notes'] ?>
|
||||
</span>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<?php
|
||||
$version = "v1.2.4";
|
||||
$version = "v1.2.5";
|
||||
?>
|
||||
Reference in New Issue
Block a user