diff options
Diffstat (limited to 'httemplate/elements/select-conferencing_quality.html')
-rw-r--r-- | httemplate/elements/select-conferencing_quality.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/elements/select-conferencing_quality.html b/httemplate/elements/select-conferencing_quality.html new file mode 100644 index 000000000..b4de267ac --- /dev/null +++ b/httemplate/elements/select-conferencing_quality.html @@ -0,0 +1,7 @@ +<& /elements/select-table.html, + 'table' => 'conferencing_quality', + 'name_col' => 'qualityname', + 'order_by' => 'ORDER BY qualityid', + 'empty_label' => 'Select quality', + @_, +&> |