This commit is contained in:
parent
80e77f0def
commit
e4f331caba
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
<div class="row">
|
||||
<div id="SelectionDIV" class="col-md-9">
|
||||
{if $collections}
|
||||
<div class="form-group clearfix custom-elements">
|
||||
<div class="form-group clearfix">
|
||||
<select class="form-control" id="collectionSelection" name="collectionSelection">
|
||||
{foreach from=$collections item=item}
|
||||
<option value="{$item.collection_id}">{$item.collection_name}</option>
|
||||
|
|
Loading…
Add table
Reference in a new issue