';
echo '
|
' . __('Inline = scrolls with the page, Fixed = stays on top of the screen also when scrolling the page','attention-bar') . '
|
|
' . __('Widget = you need to insert the widget, Header = Inserts the attentionbar automaticly on all pages / posts','attention-bar') . '
|
|
|
|
' . __('Can contain # color codes (for ex: #ffffff = white) or simply white, red','attention-bar') . '
|
|
' . __('The message here will be static on the LEFT of the Attention bar.','attention-bar') . '
|
|
|
|
' . __('Display in milliseconds (for ex: 2000 = 2 seconds)','attention-bar') . '
|
|
' . __('Height of the bar in pixels','attention-bar') . '
|
|
' . __('Height of the button in pixels (button is visible when the bar is colapsed)','attention-bar') . '
|
|
' . __('The options delayed & on scroll, depend on the Display delay settings','attention-bar') . '
|
|
' . __('When the site is visited the bar is colapsed by default, it will be expanded after this delay (in milliseconds)','attention-bar') . '
|
|
' . __('The speed of scrolling when a message is too long to display','attention-bar') . '
|
|
' . __('When enabled, the colapsed or expanded position of the bar will be saved in a cookie, for future visits','attention-bar') . '
|
|
' . __('If a new notification is scheduled to display, the cookie will be refreshed and all saved states will be ignored. (basicly this means: if anything changes in the set of messages which need to being displayed or you create a new message, the attention bar will be expanded by default again, and the new notification will be visible to the user)','attention-bar') . '
|
|
' . __('Cookie expire time in days. If the cookie expires, the user saved states will be ignored (The Attention bar will be auto expanded then!)','attention-bar') . '
|
|
|
|
' . __('Can contain # color codes (for ex: #ffffff = white) or simply white, red','attention-bar') . '
|
|
|
|
';
$roles = get_option('pd_nb_roles');
foreach (nb_get_roles() as $roletmp) {
$roletmp = explode("|",$roletmp);
$role = $roletmp[0];
if(strtolower($role) == nb_get_currentrole()) {
echo ' ' . __(strtolower($role)) . ' ';
echo '';
}else{
echo ' ' . __(strtolower($role)) . ' ';
}
}
echo ' ' . __('The roles selected here, can create/edit/delete notifications. No roles selected gives access to everyone (except subscribers). If you save this settings page, administrator will be selected automaticly','attention-bar') . '
|
|
' . __('(Enables the MCE Editor when editing or creating Notifications)','attention-bar') . '
|
|
' . __('(Shows the versionnumber of the Attention Bar (' . NB_VERSION . ') in the HTML source code)','attention-bar') . '
|
|
' . __('Only enable when developers instruct you to do, this will speed up things when fixes are needed :)','attention-bar') . '
|
|
' . __('Load jquery library included with Attention-bar, if disabled the default jquery library will be used','attention-bar') . '
|