1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-01-12 08:25:18 +00:00

Fixed buttons

This commit is contained in:
Retspen 2015-04-03 13:12:48 +03:00
parent b4e8da8671
commit 6a066f6e6d

View file

@ -93,7 +93,7 @@
{% trans "Close" %}
</button>
<button type="submit" class="btn btn-primary" name="host_edit">
{% trans "Edit" %}
{% trans "Change" %}
</button>
</form>
</div>
@ -130,7 +130,7 @@
{% trans "Close" %}
</button>
<button type="submit" class="btn btn-primary" name="host_edit">
{% trans "Edit" %}
{% trans "Change" %}
</button>
</form>
</div>
@ -171,8 +171,8 @@
<button type="button" class="btn btn-default" data-dismiss="modal">
{% trans "Close" %}
</button>
<button type="submit" class="btn btn-primary" name="host_tls_add">
{% trans "Add" %}
<button type="submit" class="btn btn-primary" name="host_edit">
{% trans "Change" %}
</button>
</form>
</div>
@ -195,8 +195,8 @@
<button type="button" class="btn btn-default" data-dismiss="modal">
{% trans "Close" %}
</button>
<button type="submit" class="btn btn-primary" name="host_tls_add">
{% trans "Add" %}
<button type="submit" class="btn btn-primary" name="host_edit">
{% trans "Change" %}
</button>
</form>
</div>