List channels in order in webadmin

This commit is contained in:
njhanley
2020-08-31 23:48:18 -04:00
parent 99b33eade9
commit 3ff5aaf49e

View File

@@ -197,7 +197,7 @@
</thead>
<tbody>
<? LOOP ChannelLoop SORTASC=Name ?>
<? LOOP ChannelLoop ?>
<tr class="<? IF __EVEN__ ?>evenrow<? ELSE ?>oddrow<? ENDIF ?>">
<td>
<input type="hidden" name="channel" value="<? VAR Name ?>" />