forked from extern/egroupware
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)) {
|
while ($column = each($columns_to_display)) {
|
||||||
$colname[$column[0]] = $column[1];
|
$colname[$column[0]] = $column[1];
|
||||||
}
|
}
|
||||||
|
$noprefs= " - " . lang("Please set your preferences for this app");
|
||||||
}
|
}
|
||||||
|
|
||||||
// merge in extra fields
|
// merge in extra fields
|
||||||
@ -67,7 +68,7 @@
|
|||||||
|
|
||||||
$record_owner = $fields[0]["owner"];
|
$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">';
|
$view_header .= '<table border="0" cellspacing="2" cellpadding="2" width="80%" align="center">';
|
||||||
|
|
||||||
reset($columns_to_display);
|
reset($columns_to_display);
|
||||||
|
Loading…
Reference in New Issue
Block a user