示例#1
0
        alert(_("You have selected one or more biographies for moving, but no author to move them to."));
        return false;
    }
    else if (!toMove && moveTo) {
        alert(_("You have selected an author to move biographies to, but no biographies to move."));
        return false;
    }
    return true;
}
// --></SCRIPT>

<?php 
$sortUtility = new SortUtility('authors_manage');
prepare_search();
echo_search_form();
$sortby = $sortUtility->getQueryStringForCurrentView();
?>

<a name="results"></a><h2 align="center"><?php 
echo get_search_title();
?>
</h2>

<form name="adminform" action="?<?php 
echo $query . $sortby;
?>
" method="POST" onSubmit="return evaluateForm(this);">

<?php 
// argument 'view': 'enabled'(default), 'disabled', 'all'
// provide links for those and also buttons for submitting/resetting form.