* Console:
- Use CSS for form messages - Goodbye nonce spoof message - tunnels.jsp improvements
This commit is contained in:
@ -270,7 +270,7 @@ public class AddressbookBean
|
||||
}
|
||||
}
|
||||
else {
|
||||
message += "Invalid nonce. Are you being spoofed?";
|
||||
message = "Invalid form submission, probably because you used the 'back' or 'reload' button on your browser. Please resubmit.";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -142,7 +142,7 @@ public class ConfigBean implements Serializable {
|
||||
}
|
||||
}
|
||||
else {
|
||||
message = "Invalid nonce. Are you being spoofed?";
|
||||
message = "Invalid form submission, probably because you used the 'back' or 'reload' button on your browser. Please resubmit.";
|
||||
}
|
||||
}
|
||||
if( message.length() > 0 )
|
||||
|
@ -136,7 +136,7 @@ public class SubscriptionsBean
|
||||
}
|
||||
}
|
||||
else {
|
||||
message = "Invalid nonce. Are you being spoofed?";
|
||||
message = "Invalid form submission, probably because you used the 'back' or 'reload' button on your browser. Please resubmit.";
|
||||
}
|
||||
}
|
||||
if( message.length() > 0 )
|
||||
|
Reference in New Issue
Block a user