bug #3305606 [interface] Show all button wraps on privileges page
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
- bug #3301249 [interface] Iconic table operations does not remove inline edit label
|
- bug #3301249 [interface] Iconic table operations does not remove inline edit label
|
||||||
- bug #3303869 [interface] Unnecessary scrolling on Databases page
|
- bug #3303869 [interface] Unnecessary scrolling on Databases page
|
||||||
- patch #3303813 [setup] Define a label that was missing
|
- patch #3303813 [setup] Define a label that was missing
|
||||||
|
- bug #3305606 [interface] Show all button wraps on privileges page
|
||||||
|
|
||||||
3.4.1.0 (2011-05-20)
|
3.4.1.0 (2011-05-20)
|
||||||
- bug #3301108 [interface] Synchronize and already configured host
|
- bug #3301108 [interface] Synchronize and already configured host
|
||||||
|
@@ -1580,7 +1580,7 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs
|
|||||||
echo '<td>' . $tmp_initial . '</td>';
|
echo '<td>' . $tmp_initial . '</td>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo '<td><a href="server_privileges.php?' . $GLOBALS['url_query'] . '&showall=1">[' . __('Show all') . ']</a></td>' . "\n";
|
echo '<td><a href="server_privileges.php?' . $GLOBALS['url_query'] . '&showall=1" class="nowrap">[' . __('Show all') . ']</a></td>' . "\n";
|
||||||
echo '</tr></table>';
|
echo '</tr></table>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user