3 Revize 4c40ed00a8 ... 89486a1952

Autor SHA1 Zpráva Datum
  Number571 89486a1952 fix před 5 roky
  Number571 3e3864d9e4 Merge branch 'master' of http://webhst:3000/avb/scheduleServer před 5 roky
  Number571 7c29ba71c1 fix před 5 roky
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      html/index.html

+ 2 - 2
html/index.html

@@ -53,11 +53,11 @@
                                                 <input type="file" accept=".xlsx" class="file btn-primary" title="<span class='icon-download2'></span> Custom File Input">
                                             </div>
                                         </div>     -->
-                                        <input type="file" class="file btn-primary" value="Выбрать файл" id="fileUpload" />
+                                        <input type="file" class="file btn-primary" title="Выбрать файл" id="fileUpload" />
                                         
                                     </div>
                                     <div class="col-md-3">
-                                        <input type="button" id="upload" class="btn btn-success btn-lg" value="Загрузить" onclick="Upload()" />
+                                        <input type="button" id="upload" class="file btn-primary" value="Загрузить" onclick="Upload()" />
                                     </div>
                                 </div>
                                 <br>