mirror of
https://github.com/znc/znc.git
synced 2026-05-06 05:22:26 +02:00
List channels in order in webadmin
This commit is contained in:
@@ -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 ?>" />
|
||||
|
||||
Reference in New Issue
Block a user