Fixed inconsistent image names.

The images have been renamed to be more consistent and moved into
the "images" directory to mimic the original jQuery UI structure.

Ticket #1613
This commit is contained in:
Endi S. Dewata
2011-10-26 16:06:17 -05:00
parent 7142cee430
commit 52981883ab
69 changed files with 137 additions and 118 deletions

View File

@@ -469,7 +469,7 @@ IPA.host_keytab_widget = function(spec) {
}).appendTo(container);
$('<img/>', {
src: 'caution.png',
src: 'images/caution-icon.png',
'class': 'status-icon'
}).appendTo(that.missing_span);
@@ -483,7 +483,7 @@ IPA.host_keytab_widget = function(spec) {
}).appendTo(container);
$('<img/>', {
src: 'check.png',
src: 'images/check-icon.png',
'class': 'status-icon'
}).appendTo(that.present_span);
@@ -590,7 +590,7 @@ IPA.host_password_widget = function(spec) {
}).appendTo(container);
$('<img/>', {
src: 'caution.png',
src: 'images/caution-icon.png',
'class': 'status-icon'
}).appendTo(that.missing_span);
@@ -604,7 +604,7 @@ IPA.host_password_widget = function(spec) {
}).appendTo(container);
$('<img/>', {
src: 'check.png',
src: 'images/check-icon.png',
'class': 'status-icon'
}).appendTo(that.present_span);