mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 18:06:59 -05:00
commit
ea3d0dff96
@ -10,6 +10,7 @@
|
|||||||
<th>Channel Name</th>
|
<th>Channel Name</th>
|
||||||
<th>Channel CallSign</th>
|
<th>Channel CallSign</th>
|
||||||
<th>Channel Number</th>
|
<th>Channel Number</th>
|
||||||
|
<th>Channel Thumbnail</th>
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
<th>Update</th>
|
<th>Update</th>
|
||||||
<th>Reset</th>
|
<th>Reset</th>
|
||||||
@ -25,9 +26,10 @@
|
|||||||
|
|
||||||
<form method="post" action="/api/channels?method=update&redirect=%2Fchannels">
|
<form method="post" action="/api/channels?method=update&redirect=%2Fchannels">
|
||||||
<input type="hidden" name="id" value={{ chan_dict["id"] }}>
|
<input type="hidden" name="id" value={{ chan_dict["id"] }}>
|
||||||
<td data-th="Channel Name"><input type="text" size="50" name="name" value={{ chan_dict["name"] }}></td>
|
<td data-th="Channel Name"><input type="text" name="name" value={{ chan_dict["name"] }}></td>
|
||||||
<td data-th="Channel Calsign"><input type="text" size="50" name="callsign" value={{ chan_dict["callsign"] }}></td>
|
<td data-th="Channel Calsign"><input type="text" name="callsign" value={{ chan_dict["callsign"] }}></td>
|
||||||
<td data-th="Channel Number"><input type="text" size="50" name="number" value={{ chan_dict["number"] }}></td>
|
<td data-th="Channel Number"><input type="text" name="number" value={{ chan_dict["number"] }}></td>
|
||||||
|
<td data-th="Channel Thumbnail"><input type="text" name="number" value={{ chan_dict["thumbnail"] }}></td>
|
||||||
<td>
|
<td>
|
||||||
<select name="enabled">
|
<select name="enabled">
|
||||||
{% if chan_dict["enabled"] %}
|
{% if chan_dict["enabled"] %}
|
||||||
@ -47,6 +49,7 @@
|
|||||||
<input type="hidden" name="name" value={{ chan_dict["origin_name"] }}>
|
<input type="hidden" name="name" value={{ chan_dict["origin_name"] }}>
|
||||||
<input type="hidden" name="callsign" value={{ chan_dict["origin_callsign"] }}>
|
<input type="hidden" name="callsign" value={{ chan_dict["origin_callsign"] }}>
|
||||||
<input type="hidden" name="number" value={{ chan_dict["origin_number"] }}>
|
<input type="hidden" name="number" value={{ chan_dict["origin_number"] }}>
|
||||||
|
<input type="hidden" name="thumbnail" value={{ chan_dict["origin_thumbnail"] }}>
|
||||||
<input type="hidden" name="enabled" value=True>
|
<input type="hidden" name="enabled" value=True>
|
||||||
<td data-th="Reset"><input type="submit" value="Reset"></td>
|
<td data-th="Reset"><input type="submit" value="Reset"></td>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user