CSS fixes

This commit is contained in:
Oliver 2021-12-31 15:23:44 +11:00
parent 9b468ba92e
commit 553b998c9c
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,10 @@
{% load i18n %} {% load i18n %}
{% load plugin_extras %} {% load plugin_extras %}
<h4>{% trans "Settings" %}</h4> <div class='panel-heading'>
<h4>{% trans "Settings" %}</h4>
</div>
{% plugin_globalsettings plugin_key as plugin_settings %} {% plugin_globalsettings plugin_key as plugin_settings %}
<table class='table table-striped table-condensed'> <table class='table table-striped table-condensed'>

View File

@ -1,7 +1,9 @@
{% load i18n %} {% load i18n %}
{% load inventree_extras %} {% load inventree_extras %}
<h4>{% trans "URLs" %}</h4> <div class='panel-heading'>
<h4>{% trans "URLs" %}</h4>
</div>
{% define plugin.base_url as base %} {% define plugin.base_url as base %}
<p>{% blocktrans %}The Base-URL for this plugin is <a href="/{{ base }}" target="_blank"><strong>{{ base }}</strong></a>.{% endblocktrans %}</p> <p>{% blocktrans %}The Base-URL for this plugin is <a href="/{{ base }}" target="_blank"><strong>{{ base }}</strong></a>.{% endblocktrans %}</p>