Beispiel #1
0
	<tr class="buglist-footer">
		<td class="left" colspan="<?php 
echo $col_count;
?>
">
			<span class="floatleft">
<?php 
if ($g_checkboxes_exist && ON == config_get('use_javascript')) {
    echo '<input type="checkbox" id="bug_arr_all" name="bug_arr_all" value="all" class="check_all" />';
    echo '<label for="bug_arr_all">' . lang_get('select_all') . '</label>';
}
if ($g_checkboxes_exist) {
    ?>
			<select name="action">
				<?php 
    print_all_bug_action_option_list($t_unique_project_ids);
    ?>
			</select>
			<input type="submit" class="button" value="<?php 
    echo lang_get('ok');
    ?>
" />
<?php 
} else {
    echo '&#160;';
}
?>
			</span>
			<span class="floatright small">
				<?php 
$f_filter = gpc_get_int('filter', 0);
# -- ====================== MASS BUG MANIPULATION =================== --
?>
	<tr>
		<td class="left" colspan="<?php 
echo $col_count - 2;
?>
">
<?php 
if ($t_checkboxes_exist && ON == config_get('use_javascript')) {
    echo "<input type=\"checkbox\" name=\"all_bugs\" value=\"all\" onclick=\"checkall('bug_action', this.form.all_bugs.checked)\" /><span class=\"small\">" . lang_get('select_all') . '</span>';
}
if ($t_checkboxes_exist) {
    ?>
			<select name="action">
				<?php 
    print_all_bug_action_option_list();
    ?>
			</select>
			<input type="submit" class="button" value="<?php 
    echo lang_get('ok');
    ?>
" />
<?php 
} else {
    echo '&nbsp;';
}
?>
		</td>
		<?php 
# -- Page number links --
?>