mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 10:40:24 +00:00
Changed button display on zVM page.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8622 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -244,13 +244,14 @@ function loadUserEntry(data) {
|
||||
|
||||
saveBtn.show();
|
||||
cancelBtn.show();
|
||||
saveBtn.css('display', 'inline-table');
|
||||
cancelBtn.css('display', 'inline-table');
|
||||
});
|
||||
|
||||
/**
|
||||
* Save
|
||||
*/
|
||||
var saveBtn = createButton('Save');
|
||||
saveBtn.css('display', 'inline-table');
|
||||
saveBtn.hide();
|
||||
saveBtn.bind('click', function(event) {
|
||||
// Show loader
|
||||
@@ -294,7 +295,6 @@ function loadUserEntry(data) {
|
||||
* Cancel
|
||||
*/
|
||||
var cancelBtn = createButton('Cancel');
|
||||
cancelBtn.css('display', 'inline-table');
|
||||
cancelBtn.hide();
|
||||
cancelBtn.bind('click', function(event) {
|
||||
txtArea.attr('readonly', 'readonly');
|
||||
|
Reference in New Issue
Block a user