mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-31 16:09:35 +02:00
2021-11-10 Fred Gleason <fredg@paravelsystems.com>
* Added 'all' to the set of available cart types in 'web/tests/listcarts.html'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
500365989f
commit
73b5ca405e
@ -22604,3 +22604,6 @@
|
|||||||
'segueEndPointCart', 'segueEndPointCart', 'fadeupPointCart',
|
'segueEndPointCart', 'segueEndPointCart', 'fadeupPointCart',
|
||||||
'fadeupPointLog', 'fadedownPointCart' and 'fadedownPointLog'
|
'fadeupPointLog', 'fadedownPointCart' and 'fadedownPointLog'
|
||||||
fields to the return of the 'rivwebpyapi.ListLog()' call.
|
fields to the return of the 'rivwebpyapi.ListLog()' call.
|
||||||
|
2021-11-10 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Added 'all' to the set of available cart types in
|
||||||
|
'web/tests/listcarts.html'.
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="right">TYPE:</td>
|
<td align="right">TYPE:</td>
|
||||||
<td><select name="TYPE">
|
<td><select name="TYPE">
|
||||||
|
<option value="all">all</option>
|
||||||
<option value="audio">audio</option>
|
<option value="audio">audio</option>
|
||||||
<option value="macro">macro</option>
|
<option value="macro">macro</option>
|
||||||
</select>
|
</select>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user