1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 08:56:57 -05:00

Adjust table sizing

This commit is contained in:
deathbybandaid 2020-11-29 12:58:51 -05:00
parent 3d7f76234a
commit 908ea889a4

View File

@ -25,9 +25,9 @@
<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> <td>
<select name="enabled"> <select name="enabled">
{% if chan_dict["enabled"] %} {% if chan_dict["enabled"] %}