Revision 8f1ab2a4
Added by k-paulius over 9 years ago
src/usr/local/www/system_groupmanager.php | ||
---|---|---|
67 | 67 |
|
68 | 68 |
require("guiconfig.inc"); |
69 | 69 |
|
70 |
$pgtitle = array(gettext("System"), gettext("User Manager"), gettext("Groups")); |
|
71 |
|
|
72 | 70 |
if (!is_array($config['system']['group'])) { |
73 | 71 |
$config['system']['group'] = array(); |
74 | 72 |
} |
... | ... | |
257 | 255 |
return($privhtml); |
258 | 256 |
} |
259 | 257 |
|
258 |
$pgtitle = array(gettext("System"), gettext("User Manager"), gettext("Groups")); |
|
259 |
|
|
260 |
if ($act == "new" || $act == "edit") { |
|
261 |
$pgtitle[] = gettext('Edit'); |
|
262 |
} |
|
260 | 263 |
include("head.inc"); |
261 | 264 |
|
262 | 265 |
if ($input_errors) { |
Also available in: Unified diff
Indicate in the breadcrumb if we are editing list item.