View Issue Details

IDProjectCategoryView StatusLast Update
0006161mantisbtbugtrackerpublic2016-07-11 15:28
Reporterpaulfont Assigned To 
PrioritynormalSeveritytextReproducibilityalways
Status newResolutionopen 
Product Version1.2.17 
Summary0006161: change manage field button to link
Description

view_all_bug_page.php has a button labeled "Manage Filters"
Since this does not change the state of the current page, it does not save anything, it would be more appropriate to have a hyperlink instead of a button.

It might also be appropriate to change the sequence:
from
<filter name>[Use Filter][Manage Filters][Save Current Filter]
to
[Save Current Filter]<filter name>[Use Filter][Manage Filters]
or to
<filter name>[Use Filter][Save Current Filter][Manage Filters]

Steps To Reproduce

http://bugs.mantisbt.org/view_all_bug_page.php

Additional Information

<form method="post" name="open_queries" action="query_view_page.php">
<input type="submit" name="switch_to_query_button" class="button" value="Manage Filters" />
</form>

becomes

[ query_view_page.php ]


On my IE 6.0 browser, there is a vertical-alignment impurity between the two hyperlinks in the row. It can be solved by using <tr style="vertical-align: bottom">

TagsNo tags attached.

Activities

There are no notes attached to this issue.