mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Add display to ask the user to set prefs
This commit is contained in:
parent
0eb5aeea7e
commit
648e87dc93
@ -53,6 +53,7 @@
|
||||
while ($column = each($columns_to_display)) {
|
||||
$colname[$column[0]] = $column[1];
|
||||
}
|
||||
$noprefs= " - " . lang("Please set your preferences for this app");
|
||||
}
|
||||
|
||||
// merge in extra fields
|
||||
@ -67,7 +68,7 @@
|
||||
|
||||
$record_owner = $fields[0]["owner"];
|
||||
|
||||
$view_header = "<p> <b>" . lang("Address book - view") . "</b><hr><p>";
|
||||
$view_header = "<p> <b>" . lang("Address book - view") . $noprefs . "</b><hr><p>";
|
||||
$view_header .= '<table border="0" cellspacing="2" cellpadding="2" width="80%" align="center">';
|
||||
|
||||
reset($columns_to_display);
|
||||
|
Loading…
Reference in New Issue
Block a user