The reference to PMA_messages[] for the title option was causing issues
on the demo server.
This commit is contained in:
@@ -150,7 +150,6 @@ $(document).ready(function() {
|
|||||||
.find("#addUsersForm").append('<input type="hidden" name="ajax_request" value="true" />')
|
.find("#addUsersForm").append('<input type="hidden" name="ajax_request" value="true" />')
|
||||||
.end()
|
.end()
|
||||||
.dialog({
|
.dialog({
|
||||||
title: PMA_messages['strAddNewUser'],
|
|
||||||
width: 800,
|
width: 800,
|
||||||
modal: true,
|
modal: true,
|
||||||
buttons: button_options
|
buttons: button_options
|
||||||
|
Reference in New Issue
Block a user