* Licensed under the GNU GPL. For full terms see the file COPYING.
*
* @package plugins
* @subpackage useracl
*/
/**
* Functions that output HTML markup, used for the presentation logic of the
* plugin
*/
/**
* Print permissions table header row
*
* @return void
*/
function useracl_print_table_header() {
global $color;
print '
' .
// '
' . /* For checkbox */
'
' . _("User") . '
' .
'
' . _("None") . '
' .
'
' . _("Read") . '
' .
'
' . _("Append") . '
' .
'
' . _("Delete") . '
' .
'
';
}
/**
* Print permissions table Add New User row
*
* @return void
*/
function useracl_print_addnew($formname = '') {
global $color, $useracl_show_images ;
print '
';
}
/**
* Print New User Row for separate table, with mailbox select
*
* @param string $mybox Optional parameter for preselected mailbox field
* @param string $myuser Optional parameter for prefilled user field
* @return void
*/
function useracl_print_addnew_separate($mybox = '', $myuser = '') {
global $color, $boxes, $useracl_show_images ;
print '