* @version $Id$ */ function useracl_link_folders_page() { global $color, $useracl_notify_url, $base_uri; sq_bindtextdomain('useracl', SM_PATH . 'locale'); textdomain ('useracl'); echo html_tag( 'table', '', 'center', '', 'width="100%" cellpadding="5" cellspacing="0" border="0"' ) . html_tag( 'tr' ) . html_tag( 'td', '', 'center', $color[4] ) . html_tag( 'table', '', 'center', '', 'width="70%" cellpadding="4" cellspacing="0" border="0"' ) . html_tag( 'tr', html_tag( 'td', '' . _("Folder Sharing") . '', 'center', $color[9] ) ) . html_tag( 'tr' ) . html_tag( 'td', '', 'left', $color[0] ) ; echo '

'. ''. ' '. _("You can share your folders with other users on this mail system, allowing them to read, write or delete messages."). ' ' . sprintf( _("Go to the folder shares page to customize access by other people to your folders."), $base_uri.'plugins/useracl/useracl.php'). '

'; if(!empty($useracl_notify_url)) { echo '

[Help] '. sprintf( _("If you need any help with regard to the shared folders, please consult our help / support pages."), $useracl_notify_url ). '

'; } sq_bindtextdomain('squirrelmail', SM_PATH . 'locale'); textdomain('squirrelmail'); echo html_tag( 'tr', html_tag( 'td', ' ', 'left', $color[4] ) ) ."\n"; echo ' '; } function useracl_link_menuline_do() { sq_bindtextdomain('useracl', SM_PATH . 'locale'); textdomain ('useracl'); displayInternalLink('plugins/useracl/useracl.php', _("Shares")); echo "  \n"; textdomain ('squirrelmail'); }