Merge branch 'QA_3_4'

This commit is contained in:
Marc Delisle 2011-05-16 12:53:25 -04:00
commit c74fad43c4
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@
- Patch #3302313 Show a translated label
- bug #3300981 [navi] Table filter is case sensitive
- bug #3285929 [privileges] Revert temporary fix
- bug #3302872 [synchronize] Synchronize and user name
3.4.0.0 (2011-05-11)
+ rfe #2890226 [view] Enable VIEW rename

View File

@ -1184,7 +1184,7 @@ if (isset($_REQUEST['synchronize_db'])) {
</tr>
<tr class="odd toggler remote-server">
<td><?php echo __('User name'); ?></td>
<td><input type="text" name="<?php echo $type; ?>_username" class="server-user" <?php echo $possibly_readonly; ?>/></td>
<td><input type="text" name="<?php echo $type; ?>_username" class="server-user" /></td>
</tr>
<tr class="even toggler remote-server">
<td><?php echo __('Password'); ?></td>