fix merge conflicts
This commit is contained in:
@@ -38,7 +38,7 @@ Ext.onReady(function() {
|
||||
text : _('ID_BACK'),
|
||||
iconCls: "button_menu_ext ss_sprite ss_arrow_left",
|
||||
handler: function() {
|
||||
location.href = '../authSources/authSources_List';
|
||||
location.href = "../authenticationSources/index";
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ Ext.onReady(function() {
|
||||
|
||||
handler: function ()
|
||||
{
|
||||
redirectPage("authSources_List");
|
||||
location.href = "../authenticationSources/index";
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -54,6 +54,9 @@ Ext.onReady(function(){
|
||||
data = PMExt.emailConst.numberColumn.defaultValue;
|
||||
}
|
||||
}
|
||||
if (metadata.id === 'APP_MSG_TO' || metadata.id === 'APP_MSG_ERROR') {
|
||||
return Ext.util.Format.htmlEncode(data);
|
||||
}
|
||||
var new_text = metadata.style.split(';');
|
||||
var style = '';
|
||||
for (var i = 0; i < new_text.length -1 ; i++) {
|
||||
|
||||
@@ -413,7 +413,7 @@ Ext.onReady(function(){
|
||||
{
|
||||
text: _("ID_EDIT"),
|
||||
handler: function () {
|
||||
location.href = "usersEdit?USR_UID=" + USERS.USR_UID + "&USR_AUTH_SOURCE=" + USERS.USR_AUTH_SOURCE + "&MODE=edit";
|
||||
location.href = "usersEdit?USR_UID=" + USERS.USR_UID + "&USR_AUTH_SOURCE=" + USERS.USR_AUTH_SOURCE + "&MODE=edit&userInterface=v2";
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -427,7 +427,7 @@ DoNothing = function(){};
|
||||
|
||||
//Open New User Form
|
||||
NewUserAction = function(){
|
||||
location.href = 'usersNew?MODE=new';
|
||||
location.href = 'usersNew?MODE=new&userInterface=v2';
|
||||
};
|
||||
|
||||
//Change user status
|
||||
@@ -572,7 +572,7 @@ SummaryTabOpen = function(){
|
||||
EditUserAction = function(){
|
||||
var uid = infoGrid.getSelectionModel().getSelected();
|
||||
if (uid) {
|
||||
location.href = 'usersEdit?USR_UID=' + uid.data.USR_UID+'&USR_AUTH_SOURCE=' + uid.data.USR_AUTH_SOURCE+'&MODE=edit';
|
||||
location.href = 'usersEdit?USR_UID=' + uid.data.USR_UID+'&USR_AUTH_SOURCE=' + uid.data.USR_AUTH_SOURCE+'&MODE=edit&userInterface=v2';
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user