mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Fix: Corrected moveclients.xsl to actually accept single client move
This commit is contained in:
parent
69a622efb4
commit
eb6a0e48bb
@ -18,7 +18,6 @@
|
||||
<xsl:when test="source">
|
||||
<xsl:choose>
|
||||
<xsl:when test="param-id">
|
||||
<input type="hidden" name="id" value="{param-id}" />
|
||||
<p>Choose the mountpoint to which you want to move the listener to:</p>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
@ -43,6 +42,7 @@
|
||||
<option value="replace-current">replace</option>
|
||||
<option value="replace-all" selected="selected">forget and replace</option>
|
||||
</select>
|
||||
<input type="hidden" name="id" value="{param-id}" />
|
||||
<input type="hidden" name="mount" value="{current_source}" />
|
||||
 
|
||||
<input type="submit" value="Move listeners" />
|
||||
|
Loading…
Reference in New Issue
Block a user