internalized logo placeholder image block
parent
82a4b954e7
commit
ab15a65c93
Binary file not shown.
After Width: | Height: | Size: 817 B |
|
@ -525,7 +525,8 @@ var ClientFormView = Backbone.View.extend({
|
||||||
$('#logoPreview', this.el).empty();
|
$('#logoPreview', this.el).empty();
|
||||||
$('#logoPreview', this.el).attr('src', $('#logoUri input').val());
|
$('#logoPreview', this.el).attr('src', $('#logoUri input').val());
|
||||||
} else {
|
} else {
|
||||||
$('#logoBlock', this.el).hide();
|
//$('#logoBlock', this.el).hide();
|
||||||
|
$('#logoPreview', this.el).attr('src', 'resources/images/logo_placeholder.gif');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -214,7 +214,8 @@ var DynRegEditView = Backbone.View.extend({
|
||||||
$('#logoPreview', this.el).empty();
|
$('#logoPreview', this.el).empty();
|
||||||
$('#logoPreview', this.el).attr('src', $('#logoUri input').val());
|
$('#logoPreview', this.el).attr('src', $('#logoUri input').val());
|
||||||
} else {
|
} else {
|
||||||
$('#logoBlock', this.el).hide();
|
//$('#logoBlock', this.el).hide();
|
||||||
|
$('#logoPreview', this.el).attr('src', 'resources/images/logo_placeholder.gif');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -214,7 +214,8 @@ var ResRegEditView = Backbone.View.extend({
|
||||||
$('#logoPreview', this.el).empty();
|
$('#logoPreview', this.el).empty();
|
||||||
$('#logoPreview', this.el).attr('src', $('#logoUri input').val());
|
$('#logoPreview', this.el).attr('src', $('#logoUri input').val());
|
||||||
} else {
|
} else {
|
||||||
$('#logoBlock', this.el).hide();
|
//$('#logoBlock', this.el).hide();
|
||||||
|
$('#logoPreview', this.el).attr('src', 'resources/images/logo_placeholder.gif');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -202,8 +202,7 @@
|
||||||
|
|
||||||
<div class="control-group" id="logoBlock">
|
<div class="control-group" id="logoBlock">
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<!-- TODO: this should be an internally-served placeholder graphic -->
|
<img src="resources/images/logo_placeholder.gif" alt="logo" id="logoPreview" width="275px" class="thumbnail" />
|
||||||
<img src="http://placehold.it/275x200&text=Enter a logo URL" alt="logo" id="logoPreview" width="275px" class="thumbnail" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -168,8 +168,7 @@
|
||||||
|
|
||||||
<div class="control-group" id="logoBlock">
|
<div class="control-group" id="logoBlock">
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<!-- TODO: this should be an internally-served placeholder graphic -->
|
<img src="resources/images/logo_placeholder.gif" alt="logo" id="logoPreview" width="275px" class="thumbnail" />
|
||||||
<img src="http://placehold.it/275x200&text=Enter a logo URL" alt="logo" id="logoPreview" width="275px" class="thumbnail" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -160,8 +160,7 @@
|
||||||
|
|
||||||
<div class="control-group" id="logoBlock">
|
<div class="control-group" id="logoBlock">
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<!-- TODO: this should be an internally-served placeholder graphic -->
|
<img src="resources/images/logo_placeholder.gif" alt="logo" id="logoPreview" width="275px" class="thumbnail" />
|
||||||
<img src="http://placehold.it/275x200&text=Enter a logo URL" alt="logo" id="logoPreview" width="275px" class="thumbnail" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue