dever 6 gadi atpakaļ
vecāks
revīzija
38792bd3b5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      front/templates/pc/device/out.html

+ 1 - 1
front/templates/pc/device/out.html

@@ -6,7 +6,7 @@
     <input type="hidden" name="type" id="type" value="{{data['input']['type']}}" />
     <input type="hidden" name="id" id="id" value="{{data['input']['id']}}" />
     <input type="hidden" name="method" id="method" value="mx" />
-        <select name="device" id="device">
+        <select multiple="multiple" name="device" id="device">
             {% for v in data['device'] %}
             <option value="{{v['id']}}" {% if 'device' in data['search'] and data['search']['device'] == v['id'] %}selected{% end %}>{{v['name']}}</option>
             {% end %}