summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index cca7b053c..fa6c13d8f 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -36,8 +36,14 @@
onclick='toggleSelectPrefRow(this, \"fcat\");'
type=\"checkbox\" id=\"FCCHK-0\"></td>";
+ if (!$_SESSION["profile"]) {
+ $is_active = __("(active)");
+ } else {
+ $is_active = "";
+ }
+
print "<td><span id=\"FCATT-0\">" .
- __("Default profile") . "</span></td>";
+ __("Default profile") . " $is_active</span></td>";
print "</tr>";