luci-app-opvnepn: fix btn class
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 3 Sep 2020 12:33:40 +0000 (14:33 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Thu, 3 Sep 2020 12:33:40 +0000 (14:33 +0200)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm

index 6f3263590c31e75e959380a3f952f88f91ebda5d..60f9e8e288a698382f727e21a882e8e5ea3afe33 100644 (file)
@@ -89,7 +89,7 @@
                                </select>
                        </div>
                        <div class="td left">
-                               <input class="cbi-button cbi-button-add" type="submit" onclick="vpn_add(); return false;" value="<%:Add%>" title="<%:Add template based configuration%>" /><br />
+                               <input class="btn cbi-button cbi-button-add" type="submit" onclick="vpn_add(); return false;" value="<%:Add%>" title="<%:Add template based configuration%>" /><br />
                        </div>
                </div>
                <h4><%:OVPN configuration file upload%></h4>
                                <input type="file" name="ovpn_file" id="ovpn_file" accept="application/x-openvpn-profile,.ovpn" />
                        </div>
                        <div class="td left">
-                               <input class="cbi-button cbi-button-add" type="submit" onclick="vpn_upload(); return false;" value="<%:Upload%>" title="<%:Upload ovpn file%>" />
+                               <input class="btn cbi-button cbi-button-add" type="submit" onclick="vpn_upload(); return false;" value="<%:Upload%>" title="<%:Upload ovpn file%>" />
                        </div>
                </div>
        </div>