Revision a0d084fe
Added by k-paulius over 9 years ago
src/usr/local/www/system_usermanager.php | ||
---|---|---|
552 | 552 |
</nav> |
553 | 553 |
</form> |
554 | 554 |
|
555 |
<div class="infoblock"> |
|
556 |
<?php print_info_box(gettext("Additional users can be added here. User permissions for accessing " . |
|
557 |
"the webConfigurator can be assigned directly or inherited from group memberships. " . |
|
558 |
"An icon that appears grey indicates that it is a system defined object. " . |
|
559 |
"Some system object properties can be modified but they cannot be deleted.") . |
|
560 |
'<br /><br />' . |
|
561 |
gettext("Accounts added here are also used for other parts of the system " . |
|
562 |
"such as OpenVPN, IPsec, and Captive Portal."), 'info', false); ?> |
|
563 |
</div> |
|
564 |
|
|
565 | 555 |
<?php |
556 |
print_callout('<p>' . gettext("Additional users can be added here. User permissions for accessing " . |
|
557 |
"the webConfigurator can be assigned directly or inherited from group memberships. " . |
|
558 |
"Some system object properties can be modified but they cannot be deleted.") . '</p>' . |
|
559 |
'<p>' . gettext("Accounts added here are also used for other parts of the system " . |
|
560 |
"such as OpenVPN, IPsec, and Captive Portal.") . '</p>' |
|
561 |
); |
|
566 | 562 |
include("foot.inc"); |
567 | 563 |
exit; |
568 | 564 |
} |
Also available in: Unified diff
Replace alert with callout. Removed mention about greyed out icon - that is no longer applicable.