mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
yWeb: replace blank.gif with blank.png
Origin commit data
------------------
Branch: ni/coolstream
Commit: 50223589fd
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-09-10 (Sat, 10 Sep 2022)
Origin message was:
------------------
- yWeb: replace blank.gif with blank.png
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -192,8 +192,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/>
|
||||
@@ -232,8 +232,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>
|
||||
@@ -241,8 +241,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>
|
||||
|
@@ -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>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version=2.9.1.09
|
||||
version=2.9.1.10
|
||||
date=06.09.2022
|
||||
info=NI-Neutrino
|
||||
|
@@ -7,7 +7,7 @@ install_DATA = accept.png \
|
||||
arrowright.png \
|
||||
arrowup.png \
|
||||
audiobar.png \
|
||||
blank.gif \
|
||||
blank.png \
|
||||
check_green.png \
|
||||
comment.png \
|
||||
cross.png \
|
||||
@@ -94,8 +94,7 @@ install_DATA += chmod.png \
|
||||
work.gif
|
||||
|
||||
# NI-yWeb
|
||||
install_DATA += blank.png \
|
||||
cancel.png \
|
||||
install_DATA += cancel.png \
|
||||
colored_bar.png \
|
||||
server_add.png \
|
||||
server_delete.png \
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 43 B |
Reference in New Issue
Block a user