yweb: fix blank.png

This commit is contained in:
GetAway
2023-04-04 21:38:57 +02:00
parent c9fbe3b4c1
commit 8132fb17fe
3 changed files with 7 additions and 7 deletions

View File

@@ -179,8 +179,8 @@ function epg_plus_popup() {
<center>
<table class="y_text_boxcontrol_table" cellspacing="0" cellpadding="0" title="{=L:bc.menue.volumen_display=}">
<tr>
<td id="audiobar_left" width="100%"><img src="/images/blank.gif" height="1" width="0" alt="."/></td>
<td id="audiobar_right" width="0%"><img src="/images/blank.gif" height="1" width="0" alt="."/></td>
<td id="audiobar_left" width="100%"><img src="/images/blank.png" height="1" width="0" alt="."/></td>
<td id="audiobar_right" width="0%"><img src="/images/blank.png" height="1" width="0" alt="."/></td>
</tr>
</table>
<br/>
@@ -219,8 +219,8 @@ function epg_plus_popup() {
<div class="y_text_boxcontrol_div_progress">SIG <span id="sig_value"></span>%</div>
<table class="y_text_boxcontrol_table_progress" cellspacing="0" cellpadding="0" title="{=L:bc.menue.sig_display=}">
<tr>
<td id="sigbar_left" width="100%"><img src="/images/blank.gif" height="1" width="0" alt="." /></td>
<td id="sigbar_right" width="0%"><img src="/images/blank.gif" height="1" width="0" alt="." /></td>
<td id="sigbar_left" width="100%"><img src="/images/blank.png" height="1" width="0" alt="." /></td>
<td id="sigbar_right" width="0%"><img src="/images/blank.png" height="1" width="0" alt="." /></td>
</tr>
</table>
</center>
@@ -228,8 +228,8 @@ function epg_plus_popup() {
<div class="y_text_boxcontrol_div_progress">SNR <span id="snr_value"></span>%</div>
<table class="y_text_boxcontrol_table_progress" cellspacing="0" cellpadding="0" title="{=L:bc.menue.snr_display=}">
<tr>
<td id="snrbar_left" width="100%"><img src="/images/blank.gif" height="1" width="0" alt="." /></td>
<td id="snrbar_right" width="0%"><img src="/images/blank.gif" height="1" width="0" alt="." /></td>
<td id="snrbar_left" width="100%"><img src="/images/blank.png" height="1" width="0" alt="." /></td>
<td id="snrbar_right" width="0%"><img src="/images/blank.png" height="1" width="0" alt="." /></td>
</tr>
</table>
</center>

View File

@@ -40,7 +40,7 @@
{=func:get_timer_list {=var-get:row=}=}
<tr class="timer_footer">
<td colspan="6"><img src="/images/blank.gif" width="1" height="1"/></td>
<td colspan="6"><img src="/images/blank.png" width="1" height="1"/></td>
<td>
<a href="/Y_Timer_Edit.yhtm?typ=new">
<img src="/images/new.png" alt="neuer Timer"/></a>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 B