updateFeesStatus.html edited online with Bitbucket- print screen logo
This commit is contained in:
parent
b1e9f8b1d9
commit
95bbdc4c3b
@ -452,10 +452,16 @@
|
||||
<table style="border-collapse: collapse; color: black;" border="0" width="100%">
|
||||
<tbody class="title" style="border:3px solid black;">
|
||||
<tr style="height: 23px;">
|
||||
<td ng-if="BranchLogo=='' || BranchLogo==null" style="width: 136px; height: 82px; color: white; font-size: 22px; text-align: center;" rowspan="3">APOLLO</td>
|
||||
<td ng-if="BranchLogo=='' || BranchLogo==null" style="width: 136px; height: 82px; color: white; font-size: 22px; text-align: center;" rowspan="3">
|
||||
<div class="user-image">
|
||||
<img class="pull-center" ng-src="assets/images/logo.png" alt="APP">
|
||||
<!-- <img ng-src="{{userInfo.avatar}}" alt="" ng-if="!obj.flow.files.length && !noImage">
|
||||
<img flow-img="obj.flow.files[0]" ng-if="obj.flow.files.length">-->
|
||||
</div>
|
||||
</td>
|
||||
<td ng-if="BranchLogo!='' && BranchLogo!=null" style="width: 136px; height: 82px; color: white; font-size: 22px; text-align: center;" rowspan="3">
|
||||
<div class="user-image">
|
||||
<img class="pull-center" ng-src="assets/images/logo.png" alt="APP">
|
||||
<img class="pull-center" ng-src="images/{{BranchLogo}}" alt="APP">
|
||||
<!-- <img ng-src="{{userInfo.avatar}}" alt="" ng-if="!obj.flow.files.length && !noImage">
|
||||
<img flow-img="obj.flow.files[0]" ng-if="obj.flow.files.length">-->
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user